Xubuntu doesn't lock screen anymore

Solution 1:

Lock is a function of the screensaver. It will stop working if your screensaver is not running - for example, if it gets removed your start-up applications.

Go to: Settings > Session and Start-Up > Application Autostart

And check: [x] screensaver.

Otherwise, it may not be likely your screensaver would stop working unless it has actually been removed. It is operated by the script called xflock4, which you will find in the directory /usr/bin/. It checks for three different possible screensavers and will run whichever one happens to be there: xscreensaver, light-locker or gnome-screensaver. To rule out the possibility that your problem is that you somehow lost your screensaver, simply attempt to install one (e.g. with the command 'sudo apt-get install xscreensaver'). If the program is already installed, it will tell you so. It seems the xfce4 panel button to 'lock screen' runs xflock4. It should also be set to operate by keyboard shortcut (CTRL-shift-L), which you can see by going: Settings > Keyboard > Application Shortcuts.

Solution 2:

Assuming you have XFCE:

Try to run xflock4 from console.

If it works:

Go to the Settings manager -> Keyboard -> Shortcuts

Update Ctrl+Alt+Del to run xflock4

Solution 3:

  1. Select Settings Manager -> Session and Startup > Application Autostart and enable light-locker, which is titled Screen Locker (Launch screen locker program).

  2. Open the terminal with Ctrl+Alt+T and run killall light-lockerto restart light-locker with the changed settings.