programs/gnome-session: update session desktop file

For now, the desktop name is hardcoded but we'll figure out a way to configure
that nicely.
This commit is contained in:
Gabriel Arazas 2024-01-07 10:21:47 +08:00
parent 0cb9d89b03
commit d756ca2796
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -550,9 +550,9 @@ let
[Desktop Entry]
Name=@fullName@
Comment=${config.description}
Exec=@out@/libexec/${name}-session
Exec="@out@/libexec/${name}-session"
Type=Application
DesktopNames=${config.fullName};
DesktopNames=X-${config.fullName};
'';
sessionScript = ''