Skip to content

Commit 6f0d1a7

Browse files
authored
Change session type from Application to XSession
This fixes an issue with DisplayLink monitors not working on Cinnamon, as EVDI will not initialize them if it is not an XSession. This is also the proper type anyway. https://codesearch.debian.net/search?q=Type%3DXSession
1 parent a7af45c commit 6f0d1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/xsessions/cinnamon.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Comment=This session logs you into Cinnamon
44
Exec=cinnamon-session-cinnamon
55
TryExec=@bindir@/cinnamon
66
Icon=
7-
Type=Application
7+
Type=XSession
88

0 commit comments

Comments
 (0)