We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76bc03 commit 815f8c8Copy full SHA for 815f8c8
AppRun.c
@@ -44,7 +44,7 @@ THE SOFTWARE.
44
#define NEW_PATH "PATH=./bin/:./sbin/:./games/:%s"
45
#define NEW_PYTHONPATH "PYTHONPATH=./share/pyshared/:%s"
46
#define NEW_XDG_DATA_DIRS "XDG_DATA_DIRS=./share/:%s"
47
-#define NEW_QT_PLUGIN_PATH "QT_PLUGIN_PATH=./lib/qt4/plugins/:%s"
+#define NEW_QT_PLUGIN_PATH "QT_PLUGIN_PATH=./lib/qt4/plugins/:./lib/qt5/plugins/:%s"
48
#define NEW_PERLLIB "PERLLIB=./share/perl5/:./lib/perl5/:%s"
49
50
// http://askubuntu.com/questions/251712/how-can-i-install-a-gsettings-schema-without-root-privileges
0 commit comments