summarylogtreecommitdiffstats
path: root/visit_frontendlauncher.patch
diff options
context:
space:
mode:
authoreolianoe2015-10-21 16:13:46 +0200
committereolianoe2015-10-21 16:13:46 +0200
commitf46e01bc6830070900ce2c07e9e19e74b19b7156 (patch)
treebe206e0a82a9bb3e20195759e059f08339b0d454 /visit_frontendlauncher.patch
parent62d424ba6e23f121f174fc069e7d126c14f629ce (diff)
downloadaur-f46e01bc6830070900ce2c07e9e19e74b19b7156.tar.gz
Upstream release 2.10.0 and switch to Qt5
Diffstat (limited to 'visit_frontendlauncher.patch')
-rw-r--r--visit_frontendlauncher.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/visit_frontendlauncher.patch b/visit_frontendlauncher.patch
new file mode 100644
index 000000000000..d943eaa78a54
--- /dev/null
+++ b/visit_frontendlauncher.patch
@@ -0,0 +1,11 @@
+--- frontendlauncher 2015-10-21 15:28:16.978932425 +0200
++++ frontendlauncher.new 2015-10-21 15:29:21.779135794 +0200
+@@ -153,6 +153,8 @@
+ exec "$visitpython" $frontendlauncherpy $0 ${1+"$@"}
+ else
+ #echo "System python $frontendlauncherpy $0 ${1+"$@"}"
++ export LD_LIBRARY_PATH=/opt/vtk-6.1.0/lib:${LD_LIBRARY_PATH}
++ export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins
+ exec python2 $frontendlauncherpy $0 ${1+"$@"}
+ fi
+ $0 = shift @ARGV;