This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
weston
mirror of
https://gitlab.freedesktop.org/wayland/weston.git
Watch
1
Star
0
Fork
You've already forked weston
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d6681cedee
weston
/
frontend
/
weston.desktop
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: install a login manager session entry This makes it possible to run Weston session from GDM (and possibly other login managers).
2014-12-28 16:20:49 +03:00
[Desktop Entry]
Name=Weston
Comment=The reference Wayland server
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>
2016-12-22 11:56:29 +03:00
Exec=weston
build: install a login manager session entry This makes it possible to run Weston session from GDM (and possibly other login managers).
2014-12-28 16:20:49 +03:00
Type=Application