[Xfce-bugs] [Bug 11324] New: RFE: Exo plugin for xflock4 / Customizable default locker
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat Nov 22 17:09:40 CET 2014
https://bugzilla.xfce.org/show_bug.cgi?id=11324
Bug ID: 11324
Summary: RFE: Exo plugin for xflock4 / Customizable default
locker
Classification: Xfce
Product: Xfce4-session
Version: Unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: General
Assignee: xfce-bugs at xfce.org
Reporter: projects.rg at smart.ms
QA Contact: bjt23 at cornell.edu
CC: benny at xfce.org, nick at xfce.org
There should be a possibility to define a screen locker user specifically and
it should not depend on a dedicated system installation that only the admin can
enforce.
This should be easily fixed via a few lines added into xflock4 script to
remember the preferred locker in a user's xfconf entry. That would not
interfere with the classic logic of prioritizing known lockers, e.g.
xscreensaver as the very best.
See also bug #9935, bug #10217, bug #10679, bug #11254, bug #9063, bug #8993.
$ sh -x xflock4
+ PATH=/bin:/usr/bin
+ export PATH
+ for lock_cmd in '"xscreensaver-command -lock"' '"gnome-screensaver-command
--lock"'
+ xscreensaver-command -lock
+ for lock_cmd in '"xscreensaver-command -lock"' '"gnome-screensaver-command
--lock"'
+ gnome-screensaver-command --lock
+ for lock_cmd in '"xlock -mode random"' '"slock"'
+ set -- xlock -mode random
+ command -v -- xlock
+ xset dpms force off
+ xlock -mode random
+ exit
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list