From: Ben Date: Thu, 22 Dec 2016 08:56:29 +0000 (-0500) Subject: Remove dbus-launch from weston.desktop X-Git-Tag: upstream/5.0.0~660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be9c7d813590531f2f933559794260fac6d23ba0;p=platform%2Fupstream%2Fweston.git Remove dbus-launch from weston.desktop 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 --- diff --git a/compositor/weston.desktop b/compositor/weston.desktop index 102ee17..009b692 100644 --- a/compositor/weston.desktop +++ b/compositor/weston.desktop @@ -1,5 +1,5 @@ [Desktop Entry] Name=Weston Comment=The reference Wayland server -Exec=dbus-launch --exit-with-session weston +Exec=weston Type=Application