7d8587a9db
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.
5 lines
158 B
Bash
Executable file
5 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
sudo qdbus-qt5 --system \
|
|
org.freedesktop.ConsoleKit \
|
|
/org/freedesktop/ConsoleKit/Session1 \
|
|
org.freedesktop.ConsoleKit.Session.Unlock
|