Skip to content

Commit b22c845

Browse files
committed
dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to launch apps that talk to dbus
[ci skip]
1 parent 03378fd commit b22c845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppImageAssistant.AppDir/testappimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export LANG="en_EN.UTF-8"
138138
#dbus-launch $MNT/AppRun ||
139139
export LIBGL_DEBUG=verbose
140140
export QT_DEBUG_PLUGINS=1
141-
dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to use yum reliably
141+
dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to launch apps that talk to dbus
142142
if [ -f $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so ] ; then
143143
export LD_LIBRARY_PATH=$MNT/usr/lib/:$LD_LIBRARY_PATH
144144
ldd $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so | grep not

0 commit comments

Comments
 (0)