From 846d7f1bf18b66662c7b37037902f667768dfd31 Mon Sep 17 00:00:00 2001 From: Sigmund Augdal Date: Tue, 24 Sep 2013 10:46:35 +0200 Subject: [PATCH] Override default graphics system to native to get usable performance over remote X --- src/gui/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/main.cpp b/src/gui/main.cpp index a43097f6f..15841af73 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -170,6 +170,7 @@ int main( int argc, char *argv[] ) Q_INIT_RESOURCE(MainRes); + QApplication::setGraphicsSystem("native"); app = new FWBApplication( argc, argv ); app->setOrganizationName(QLatin1String("NetCitadel")); app->setApplicationName(QLatin1String("Firewall Builder"));