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 78dc97c commit 953b0bcCopy full SHA for 953b0bc
AppImageAssistant.AppDir/testappimage
@@ -137,7 +137,7 @@ export LANG="en_EN.UTF-8"
137
#dbus-launch $MNT/AppRun ||
138
export LIBGL_DEBUG=verbose
139
export QT_DEBUG_PLUGINS=1
140
-dbus-uuidgen > /var/lib/dbus/machine-id 2>/dev/null # Needed for CentOS 6.7 to launch graphical apps
+dbus-uuidgen --ensure # Needed for CentOS 6.7 to launch graphical apps
141
if [ -f $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so ] ; then
142
export LD_LIBRARY_PATH=$MNT/usr/lib/:$LD_LIBRARY_PATH
143
ldd $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so | grep not
0 commit comments