mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 12:00:31 +01:00
Add desktop file for display manager session configuration
Files in /usr/share/xsessions are used by some display managers (e.g., LightDM and GDM) to detect available sessions. Such a file has been shipped in the Debian Window Maker package for years.
This commit is contained in:
committed by
Carlos R. Mafra
parent
894d096d6e
commit
58b6728743
@@ -74,6 +74,9 @@ dist_prefsdata_DATA =\
|
||||
|
||||
nodist_prefsdata_DATA = $(GENERATED_MENUS)
|
||||
|
||||
xsessionsdir = @datadir@/xsessions
|
||||
xsessions_DATA = wmaker.desktop
|
||||
|
||||
EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS))
|
||||
|
||||
CLEANFILES = $(GENERATED_MENUS)
|
||||
|
||||
7
WindowMaker/wmaker.desktop
Normal file
7
WindowMaker/wmaker.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Window Maker
|
||||
Comment=This session logs you into Window Maker
|
||||
Exec=wmaker
|
||||
TryExec=wmaker
|
||||
DesktopNames=WindowMaker
|
||||
X-GDM-SessionRegisters=true
|
||||
Reference in New Issue
Block a user