Ubuntu Pastebin

Paste from ubuntu at Tue, 8 Nov 2016 08:22:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/qt/launcher-specific b/qt/launcher-specific
index 7b7fc2b..7e55636 100644
--- a/qt/launcher-specific
+++ b/qt/launcher-specific
@@ -24,13 +24,13 @@ fi
 
 # Qt Libs, Modules and helpers
 if [ "$USE_qt5" = true ]; then
-  export LD_LIBRARY_PATH=$SNAP/usr/lib/$ARCH/qt5/libs:$LD_LIBRARY_PATH
+  export LD_LIBRARY_PATH=$SNAP/usr/lib/$ARCH/:$LD_LIBRARY_PATH
   export QT_PLUGIN_PATH=$SNAP/usr/lib/$ARCH/qt5/plugins
   export QML2_IMPORT_PATH=$SNAP/lib/$ARCH:$SNAP/usr/lib/$ARCH/qt5/qml:$QML2_IMPORT_PATH
   # for qmlscene and other chooser tools
   PATH=$SNAP/usr/lib/$ARCH/bin:$PATH
 elif [ "$USE_qt5appplatform" = true ]; then
-  export LD_LIBRARY_PATH=$SNAP/usr/lib/$ARCH/qt5/libs:$SNAP/ubuntu-app-platform/usr/lib/$ARCH/qt5/libs:$LD_LIBRARY_PATH
+  export LD_LIBRARY_PATH=$SNAP/usr/lib/$ARCH/:$SNAP/ubuntu-app-platform/usr/lib/$ARCH/:$LD_LIBRARY_PATH
   export QT_PLUGIN_PATH=$SNAP/usr/lib/$ARCH/qt5/plugins:$SNAP/ubuntu-app-platform/usr/lib/$ARCH/qt5/plugins
   export QML2_IMPORT_PATH=$SNAP/usr/lib/$ARCH/qt5/qml:$SNAP/lib/$ARCH:$SNAP/ubuntu-app-platform/usr/lib/$ARCH/qt5/qml:$SNAP/ubuntu-app-platform/lib/$ARCH:$QML2_IMPORT_PATH
   # for qmlscene and other chooser tools
Download as text