GNOME Bugzilla – Bug 384534
add a way to set a reason for being away
Last modified: 2007-07-05 22:00:39 UTC
Might be nice to have some way to set a reason for being away (screen locked). It could be displayed on the lock dialog and used by communication (chat etc) programs too.
It seems bug #384509 is related to this bug (or maybe it's a duplicate?)...
Created attachment 84939 [details] [review] away-message.patch
Created attachment 84940 [details] away.glade
Created attachment 84941 [details] away.c
The patch adds a GConf setting, /apps/gnome-screensaver/away_message, and feeds it all the way to the lock dialog, where it is used to fill a label found in the glade file. The away.glade and away.c file implement a little dialog that can be used the set the away message before locking the screen. I tried to come up with something thats suitable to pop up in response to the "Lock screen" panel menu item.
Committed to trunk. Thanks. We probably can just have the dialog read the gconf setting directly in this case. At one point I didn't want the dialog to use gconf at all since I originally imagined that there might be a Qt dialog for KDE etc. However, that probably isn't necessary and the dialog already uses gconf. So the admittedly annoying drilling through classes with the setting can be eliminated if we wish.
I guess we'll just call this fixed.