This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
mainnika
/
weston
Watch
1
Star
0
Fork
You've already forked weston
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8183
Commits
1
Branch
0
Tags
13 MiB
Tag:
Branch:
Tree:
e568a025e1
dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e568a025e1'
${ noResults }
weston
/
compositor
/
weston.desktop
6 lines
94 B
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).
10 years ago
[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>
8 years ago
Exec=weston
build: install a login manager session entry This makes it possible to run Weston session from GDM (and possibly other login managers).
10 years ago
Type=Application