https://bugzilla.novell.com/show_bug.cgi?id=238149 Summary: XFCE4 update overwrites /usr/bin/xflock4 Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: X11 Applications AssignedTo: pnemec@novell.com ReportedBy: prusnak@novell.com QAContact: sndirsch@novell.com Script /usr/bin/xflock4 is called when user clicks "Lock screen" button on XFCE panel. Default xflock4 contents is: ---------------------------------- xscreensaver-command -lock || xlock $* exit 0 ---------------------------------- But I want to use gnome-screensaver instead if xscreensaver, so I modified it like this: ---------------------------------- gnome-screensaver-command --lock || xscreensaver-command -lock || xlock $* exit 0 ---------------------------------- It seems there is no other way to specify lock action after clicking the "Lock screen" button besides editing xflock4 file. Problem is, when I update XFCE to newer version, /usr/bin/xflock4 is overwritten to default state and I must edit it again. Suggestion: add noreplace attribute to /usr/bin/xflock4 file (I don't know if this is possible and/or acceptable for non-config file) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.