Skip to content

Commit 953b0bc

Browse files
committed
dbus-uuidgen --ensure in the hope that it fixes rpm dbus issues
1 parent 78dc97c commit 953b0bc

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 > /var/lib/dbus/machine-id 2>/dev/null # Needed for CentOS 6.7 to launch graphical apps
140+
dbus-uuidgen --ensure # Needed for CentOS 6.7 to launch graphical apps
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)