-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enhancement: lightdm-lock gnome-extension solves missing gnome screensafer lock #61
Comments
Works \o/ We now have Screenlock AND Suspend. https://github.com/Cyborgscode/pinephone/blob/main/lightDM-lock-v2.zip |
I opened a feature request at Gnome to add the functionality to the energy-prefs window as an option for the power-button. |
Update: Extension is no longer needed. gsd-media-keys got patched and can be shipped out of the copr repo as soon as we have package ready. |
Patch ready https://github.com/Cyborgscode/pinephone/blob/main/gsd-media-keys-manager.c.patch Patch has been sent to Fedora Maintainer to be included into the next Fedora build. |
I have no idea what this is about - but it looks like you got your problem fixed yourself. |
It does no longer matter for our stable image, the nightly image still uses LightDM, so it could be relevant again. |
As gnome does only lock the screen when GDM is used, the lightdm-lock gnome-extension is needed to lock the screen.
Two changes are needed to make that work, as the lightdm-lock has two bugs:
a) a false initialisation routine ( fixed it in my version )
b) it does not suspend the device and blocks the powerbutton.
A) is was easy to fix
B) will be my task for the next days. Until i can supply a fix, if possible at all, pls keep the issue open.
The text was updated successfully, but these errors were encountered: