Remove dbus-launch from weston.desktop
authorBen <iofelben@gmail.com>
Thu, 22 Dec 2016 08:56:29 +0000 (03:56 -0500)
committerDaniel Stone <daniels@collabora.com>
Wed, 18 Jan 2017 12:21:57 +0000 (12:21 +0000)
Most display managers handle starting a dbus session daemon for you, so
it does not make sense to start our own. Without this patch, if you run
weston from gdm, programs cannot connect to the dbus session daemon.

Reviewed-by: Daniel Stone <daniels@collabora.com>
compositor/weston.desktop

index 102ee17..009b692 100644 (file)
@@ -1,5 +1,5 @@
 [Desktop Entry]
 Name=Weston
 Comment=The reference Wayland server
-Exec=dbus-launch --exit-with-session weston
+Exec=weston
 Type=Application