Crtl+Shift+L fails to lock session

Bug #1273077 reported by Märt Põder
6
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-command ("No such file or directory").

Märt Põder (boamaod)
description: updated
affects: lxpanel (Ubuntu) → lxsession (Ubuntu)
Revision history for this message
Plurtu (plurtu) wrote :

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-->
    <keybind key="C-A-l">
      <action name="Execute">
        <command>xscreensaver-command -lock</command>
      </action>
    </keybind>

Change to:

    <!-- Lock the screen on Ctrl + Alt + l-->
    <keybind key="C-A-l">
      <action name="Execute">
        <command>lxlock</command>
      </action>
    </keybind>

Changed in lxsession (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.