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 03378fd commit b22c845Copy full SHA for b22c845
AppImageAssistant.AppDir/testappimage
@@ -138,7 +138,7 @@ export LANG="en_EN.UTF-8"
138
#dbus-launch $MNT/AppRun ||
139
export LIBGL_DEBUG=verbose
140
export QT_DEBUG_PLUGINS=1
141
-dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to use yum reliably
+dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to launch apps that talk to dbus
142
if [ -f $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so ] ; then
143
export LD_LIBRARY_PATH=$MNT/usr/lib/:$LD_LIBRARY_PATH
144
ldd $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so | grep not
0 commit comments