summarylogtreecommitdiffstats
path: root/qt5-qpa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-qpa.patch')
-rw-r--r--qt5-qpa.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/qt5-qpa.patch b/qt5-qpa.patch
new file mode 100644
index 000000000000..a94030319a84
--- /dev/null
+++ b/qt5-qpa.patch
@@ -0,0 +1,10 @@
+--- frontendlauncher 2015-10-21 10:18:28.317260465 +0200
++++ frontendlauncher.new 2015-10-21 11:39:07.079113095 +0200
+@@ -153,6 +153,7 @@
+ exec "$visitpython" $frontendlauncherpy $0 ${1+"$@"}
+ else
+ #echo "System python $frontendlauncherpy $0 ${1+"$@"}"
++ export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins
+ exec python2 $frontendlauncherpy $0 ${1+"$@"}
+ fi
+ $0 = shift @ARGV;