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 471845 - gnome-screensaver notes notification don't say what they are
gnome-screensaver notes notification don't say what they are
Status: RESOLVED INVALID
Product: gnome-screensaver
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-30 13:45 UTC by Murray Cumming
Modified: 2010-06-21 19:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screensaver-note.png (25.48 KB, image/png)
2007-08-30 13:46 UTC, Murray Cumming
Details

Description Murray Cumming 2007-08-30 13:45:44 UTC
When someone leaves a note for me via the [Leave Message] feature in my screensaver, I see notification window such as the one in the attached screenshot.

But it doesn't say that it's a note from the screensaver, so I'm likely to think "How the hell did Keith manage to make that appear? How can I do it on his computer so I can reply to him. Also, who's Keith?"
Comment 1 Murray Cumming 2007-08-30 13:46:39 UTC
Created attachment 94635 [details]
screensaver-note.png
Comment 2 A. Walton 2007-12-07 00:45:45 UTC
One liner fix for the ambiguity as to where the message originates would be something like:

(gs-lock-plug.c:852)
- strftime (summary, 128, "%X", tmp);
+ strftime (summary, 128, _("Message from screensaver left at %X"), tmp);

As to the "who left this part", that's a bit harder to tackle without adding a lot of complexity.
Comment 3 Murray Cumming 2007-12-07 12:38:29 UTC
I suggest "Message left on screensaver at %X" instead. Otherwise it looks like the screensaver is trying to communicate with me, which would be odd.
Comment 4 A. Walton 2007-12-07 13:50:40 UTC
I agree, that sounds better to me too.

Anyone object?
Comment 5 Wouter Bolsterlee (uws) 2008-05-13 12:48:00 UTC
Yes, I object to the use of notification bubbles, since the use of those is optional and it's not good from a a11y point of view. I'd suggest using a dialog window instead.
Comment 6 A. Walton 2008-05-13 13:05:18 UTC
(In reply to comment #5)
> Yes, I object to the use of notification bubbles, since the use of those is
> optional and it's not good from a a11y point of view. I'd suggest using a
> dialog window instead.
> 

Probably better served by its own bug though, rather than recycling this one (since this is just about a simple string change).
Comment 7 Richard Neill 2009-07-29 01:25:13 UTC
I was just about to report this one, 2 years later!

The gnome-screensaver message feature is a really, really good idea, and I like it a lot. But:

  * the message-input box doesn't explicitly prompt for a name of the 
    person writing it.

  * The dialog box needs to explain better what it is. (there are also social-engineering issues here). My proposal is the following:
   "While you were away from your screen, someone left you the following message via your screensaver, at <TIME>: <Message text>"

  * The dialog box is currently of type Warning, whereas Info would be better.
Comment 8 William Jon McCann 2010-06-21 19:41:48 UTC
Yeah it never really worked well.  We've removed it from master in part for this reason.  We may reconsider it once we know how the screensaver will integrate into GNOME 3.