After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 326059 - remove kill screensaver option
remove kill screensaver option
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-07 05:05 UTC by William Jon McCann
Modified: 2006-01-07 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.33 KB, patch)
2006-01-07 05:06 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2006-01-07 05:05:59 UTC
We should probably remove the kill and restart screensaver options from the actions for the lock screen action-button.

My guess is that these are there because xscreensaver needed to be restared to pick up configuration changes.
Comment 1 William Jon McCann 2006-01-07 05:06:46 UTC
Created attachment 56906 [details] [review]
patch

Look OK?
Comment 2 Vincent Untz 2006-01-07 07:36:50 UTC
Thanks. Those are confusing items and I always wondered why they're here :-)
Please commit.
Comment 3 William Jon McCann 2006-01-07 14:26:34 UTC
Thanks Vincent!

2006-01-06  William Jon McCann  <mccann@jhu.edu>

	* panel-util.c (panel_lock_screen_action_get_command): 
	* panel-action-button.c (panel_action_lock_setup_menu):
	Remove the screensaver exit and restart commands.  I think
	that was for restarting xscreensaver to activate new prefs.
	Fixes bug #326059