Jezer Mejía

Results 110 comments of Jezer Mejía

1. Which Linux distro are you using? 2. Could you provide the logs at `/var/log/lightdm/lightdm.log` and `/var/log/lightdm/seat0-greeter.log`? 3. Do you have any other Login Manager such as GDM or SDDM?...

Hi, sorry for the late response. This seems a LightDM error, perhaps? The greeter seems to have issues to retrieve data from LightDM. Have you tried another greeter like `lightdm-gtk-greeter`?...

Lol, that shouldn't happen at all. There is no need to run nody-greeter as root, so this probably mean that the build process must have failed, probably the electron compilation...

A screenshot or the full log would be helpful.

Yes. You could also try to remove the `build/unpacked` and `build/nody-asar` directories before `npm run build`.

Everything seems alright... Try to run `npx electron . --help` inside the nody-greeter repo. It should show something like this:

If it doesn't work, then try to rebuild with `npm run rebuild` to rebuild electron with node-gtk. Afterwards, run `npx electron . --help` to check if it works.

Hi, sorry for the late response, I've been busy... So, I just looked for this issue and it seems it's an issue with recent versions of `apparmor` in Ubuntu 24.04+,...

Hi! I made an update in the master branch to focus the primary screen at start. Let me know if it works!