Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Extension for gnome-shell to lock the desktop via the gnome panel

Notifications You must be signed in to change notification settings

yafp/gnome-shell-extension-lock-my-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

gnome-shell-extension-lock-my-desktop

Extension for gnome-shell to lock the desktop via the gnome-shell panel

Requirements

The lock function is using the xscreensaver-command and/or the gnome-screensaver-command command with the --lock parameter.

Supported gnome-shell versions

The extension was tested on the following gnome-shell versions.

  • 3.18
  • 3.22
  • 3.24

Changelog

The file CHANGELOG.md provides an overview of the major changes of this project; for a more detailed look at changes to the code, view individual commits.

Howto

Install

Version 1: Manual

  • Copy [email protected] to $HOME/.local/share/gnome-shell/extensions/
  • Restart Gnome-Shell (ALT+F2 -> r)

Version 2: Makefile

  • Navigate to extracted archive
  • Run make install
  • Restart Gnome-Shell (ALT+F2 -> r)

Uninstall

Version 1: Manual

  • Delete [email protected] from $HOME/.local/share/gnome-shell/extensions/
  • Restart Gnome-Shell (ALT+F2 -> r)

Version 2: Makefile

  • Navigate to extracted archive
  • Run make uninstall
  • Restart Gnome-Shell (ALT+F2 -> r)

Known Issues

No screensaver

If your system has no configured screensaver the extension will most likely not work.

Troubleshooting

Try running either xscreensaver-command --lock and/or gnome-screensaver-command --lock from your terminal. If one of the above commands locks your desktop you should be fine.

About

Extension for gnome-shell to lock the desktop via the gnome panel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published