JezerM / nody-greeter

LightDM greeter that allows to create wonderful themes with web technologies. Made in Node.js
https://web-greeter-page.vercel.app
GNU General Public License v3.0
125 stars 8 forks source link

Error on Lubuntu 21.10 upon signing in with "Simple" theme #14

Closed ro1y closed 2 years ago

ro1y commented 2 years ago

Environment

Bug description

When signing on with the "Simple" theme or WelcomeXP theme the log on fails.

Steps to reproduce

Use "Simple" theme or WelcomeXP theme (the theme where I found this bug)

Expected behavior

Successful log on

Screenshots

A screenshot of the error on WelcomeXP theme, the same error pops up when logging on with the "Simple" theme. 149672277-4c3b0be3-221e-4c7f-a02b-275c05455418

JezerM commented 2 years ago

How did you install nody-greeter? If possible, provide the log inside /var/log/lightdm/seat0-greeter.log. Also, you could try to run nody-greeter --debug --theme simple inside your session and provide the log~

ro1y commented 2 years ago

The problem was solved over at https://github.com/mshernandez5/WelcomeXP/issues/10 . It was that the default user session wasn't set.

JezerM commented 2 years ago

Oh, session-default not set. I'll try to put a better error message when this occurs.