GNOME Bugzilla – Bug 302348
patch to add gnome-screensaver support
Last modified: 2005-06-06 21:51:28 UTC
Here is a patch to add gnome-screensaver support. Should anyone ever need such a thing...
Created attachment 45804 [details] [review] patch for head
If we're going to commit this before gnome-screensaver is in the desktop release, I want it to be able to run the gnome-screensaver stuff if its installed and run the xscreensaver otherwise
Created attachment 46027 [details] [review] updated patch To do this cleanly I moved the all the screensaver command stuff into utils. I also set is_disabled on the action if the lock command is not available. Does this look ok?
I committed a slightly modified version to HEAD. I'm not sure that passing strings as argument to tell what we want to do is a good thing, but that's how panel_applet_add_callback does right now, so... Thanks!