summaryrefslogtreecommitdiff
path: root/compositor
diff options
context:
space:
mode:
authorBen <iofelben@gmail.com>2016-12-22 03:56:29 -0500
committerDaniel Stone <daniels@collabora.com>2017-01-18 12:21:57 +0000
commitbe9c7d813590531f2f933559794260fac6d23ba0 (patch)
tree293645f4f51937df0503315b6c9da687da372051 /compositor
parent9a5fab022899a76ae9eeefdad69d8807e27538cd (diff)
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 <daniels@collabora.com>
Diffstat (limited to 'compositor')
-rw-r--r--compositor/weston.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/compositor/weston.desktop b/compositor/weston.desktop
index 102ee178..009b6929 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