This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f77fb2e610
pmaports
/
main
/
postmarketos-ui-plasma-mobile
/
unlock-plasma
3 lines
40 B
Text
Raw
Normal View
History
Unescape
Escape
postmarketos-ui-plasma-mobile: add unlock-plasma helper script (!337) Plasma lockscreen is currently hard or impossible to unlock using phone itself, that's why you should send a command to ConsoleKit over DBus in a shell. This script saves from extra typing.
2019-04-30 11:01:59 +00:00
#!/bin/sh
Plasma mobile, weston: use lightdm, elogind (!379) Move Wayland meta packages to LightDM and replace ConsoleKit2 for elogind for Plasma. Now we don't need the hacky scripts in /etc/profile.d anymore! This change requires elogind for both Weston and Plasma Mobile. Using elogind allows us to use one patch less in kwin. Weston has logind (which elogind provides) support disabled in Alpine Linux, so I put the package in temp/ with it enabled for now, but will upstream this change to Alpine. Remove consolekit2 dependency in postmarketos-ui-xfce4. [ci:skip-build]: already built successfully.
2019-05-24 19:51:10 +00:00
sudo loginctl unlock-sessions
Reference in a new issue
Copy permalink