Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Invalid session" on Wayland sessions #195

Closed
SethBarberee opened this issue Oct 27, 2021 · 1 comment
Closed

"Invalid session" on Wayland sessions #195

SethBarberee opened this issue Oct 27, 2021 · 1 comment

Comments

@SethBarberee
Copy link
Contributor

 * slick-greeter version: 1.5.4-1
 * Distribution - Arch
 * AMD RX Vega 56 / mesa 21.2.4-1
 * 64 Bit

Issue

On any wayland session, the log will have
slick-greeter.vala:218: Invalid session: ...

slick-greeter is coded to only validate xsessions. Since LightDM supports launching Wayland sessions too, this should probably be removed or fixed. Wayland sessions are stored in /usr/share/wayland-sessions.

var path = Path.build_filename ("/usr/share/xsessions/", session.concat(".desktop"), null);

Steps to reproduce
Choose any wayland session.

Expected behaviour
Message shouldn't be printed as it's a vallid session file in /usr/share/wayland-sessions

@clefebvre
Copy link
Member

This is fixed in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants