Crtl+Shift+L fails to lock session
Bug #1273077 reported by
Märt Põder
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxsession (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
lxpanel 0.6.1-0ubuntu2
Lubuntu 14.04 dailies
If I press Ctrl+Shift+L I get error message about xscreensaver-
description: | updated |
affects: | lxpanel (Ubuntu) → lxsession (Ubuntu) |
To post a comment you must log in.
The keyboard shortcut is trying to use xscreensaver which is not installed and should be using lxlock.
~/.config/ openbox/ lubuntu- rc.xml
Currently:
<!-- Lock the screen on Ctrl + Alt + l-->
<command> xscreensaver- command -lock</command>
<keybind key="C-A-l">
<action name="Execute">
</action>
</keybind>
Change to:
<!-- Lock the screen on Ctrl + Alt + l-->
<command> lxlock< /command>
<keybind key="C-A-l">
<action name="Execute">
</action>
</keybind>