Skip to content

Commit

Permalink
slick-greeter.vala: Let get_default_session support icewm and jwm. (#252
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tumashu authored Jan 6, 2025
1 parent 9c0b674 commit ef8bd5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slick-greeter.vala
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ public class SlickGreeter
sessions.append ("gnome-xorg");
sessions.append ("ubuntu-xorg");
sessions.append ("fynedesk");
sessions.append ("icewm");
sessions.append ("jwm");

foreach (string session in sessions) {
var path = Path.build_filename ("/usr/share/xsessions/", session.concat(".desktop"), null);
Expand Down

0 comments on commit ef8bd5b

Please sign in to comment.