Skip to content

Commit 72d69c0

Browse files
committed
dbus-launch is needed for CentOS 6.7 to use yum reliably
1 parent 953b0bc commit 72d69c0

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
@@ -137,7 +137,7 @@ export LANG="en_EN.UTF-8"
137137
#dbus-launch $MNT/AppRun ||
138138
export LIBGL_DEBUG=verbose
139139
export QT_DEBUG_PLUGINS=1
140-
dbus-uuidgen --ensure # Needed for CentOS 6.7 to launch graphical apps
140+
dbus-uuidgen --ensure ; dbus-launch # Needed for CentOS 6.7 to use yum reliably
141141
if [ -f $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so ] ; then
142142
export LD_LIBRARY_PATH=$MNT/usr/lib/:$LD_LIBRARY_PATH
143143
ldd $MNT/usr/lib/qt5/plugins/platforms/libqxcb.so | grep not

0 commit comments

Comments
 (0)