Pour régler ce bug en installant VLC:
[hvlinux.git] / stage4 / pkg / dbus
index f576ac7..823ca80 100644 (file)
@@ -20,8 +20,6 @@ hvbuild_post()
     # script-name start stop
     bootscript_add_rc3 dbus 92 20
 
-    # Starting the session daemon here has the added bonus that it will exit
-    # when you log out of your GNOME session. If you wish to start the daemon
-    #here, use the following command instead of the one shown above:
-    ##echo "exec dbus-launch --exit-with-session gnome-session" >> ~/.xinitrc
+    # Without this, VLC was giving an error.
+    dbus-uuidgen > /var/lib/dbus/machine-id
 }