How do I unlock the lock screen in Unity from command line?
gnome-screensaver-command -l locks the screen, but gnome-screensaver-command -d doesn't unlock the lockscreen.
Is there another way to unlock the lock screen from the command line? Not via ssh, via script, for example:
gnome-screensaver-command -l && sleep 5 && <command to unlock>