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 499165 - Add a clock to lock screen dialog
Add a clock to lock screen dialog
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: dialog
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
: 526500 574662 582292 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-11-23 12:27 UTC by Pacho Ramos
Modified: 2011-03-06 12:11 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
1.png (25.44 KB, image/png)
2007-11-23 12:28 UTC, Pacho Ramos
  Details
2.png (20.33 KB, image/png)
2008-09-29 16:30 UTC, Pacho Ramos
  Details
3.png (42.65 KB, image/png)
2008-09-29 16:32 UTC, Pacho Ramos
  Details
Proposed patch adding a simple digital clock to the gnome screensaver password dialog (5.24 KB, patch)
2009-10-31 20:58 UTC, Robert Hensing
none Details | Review

Description Pacho Ramos 2007-11-23 12:27:56 UTC
A lot of times I want to know the time and I think that would be useful that gnome-screensaver lock screen window shows a clock (maybe digital would be better as it's smaller).

This is not the same as bug 481381 , because I am not suggesting the creation of another screensaver, I only suggest adding a clock to lock screen.

Thanks a lot
Comment 1 Pacho Ramos 2007-11-23 12:28:20 UTC
Created attachment 99526 [details]
1.png

Lock Screen Dialog
Comment 2 Reinout van Schouwen 2008-04-22 21:44:45 UTC
*** Bug 526500 has been marked as a duplicate of this bug. ***
Comment 3 Colin Watson 2008-05-28 00:05:17 UTC
This would be really useful for me. A lot of the time I log in just in order to find out the time. I should really install more clocks in my house, but the laptop's often convenient; I don't like wearing a watch and I don't carry a mobile phone.

Of course, on this occasion I logged in just in order to find out the time, and then decided I was fed up of that and went looking for this bug report. But on *other* occasions I lock the screen immediately afterwards. :-)
Comment 4 Eric Piel 2008-09-29 14:57:15 UTC
I think it would help to provide a mock-up screenshot of the dialog with the clock. Putting a clock is not hard, the difficulty is to make it at the same time easy to read and not disturbing or distracting in this dialog which is already crowed (4 buttons to unlock your computer!).

Pacho, care to have a try at a mock-up?
Comment 5 Pacho Ramos 2008-09-29 16:30:07 UTC
Created attachment 119602 [details]
2.png

One option could be simply add a digital clock for knowing the time
Comment 6 Pacho Ramos 2008-09-29 16:32:00 UTC
Created attachment 119603 [details]
3.png

Other option could be use an analog clock (there are more beautiful clocks in gnome-look.org), but it would be a bit harder to make it coexist with user image. 

About buttons, I always have dubt about "Cancel" button being useful at all
Comment 7 intrigeri 2008-10-03 16:22:47 UTC
This is a request that has often been made to me by non-tech-savvy friends.
It would also be useful to me.
Comment 8 William Jon McCann 2009-08-21 02:19:46 UTC
*** Bug 574662 has been marked as a duplicate of this bug. ***
Comment 9 William Jon McCann 2009-08-21 02:20:34 UTC
*** Bug 582292 has been marked as a duplicate of this bug. ***
Comment 10 Christopher Tubbs 2009-10-30 19:37:54 UTC
Additional info: Mac OS X has this feature on screensavers. They do it as an overlay, which sometimes isn't pretty, but it's damned convenient. Personally, I'd rather leave it a bit customizeable (as to its position and size) but still leave it as an overlay.

A simple implementation would be just to put it at the username/password prompt, so you see it only when you move the mouse and stuff.
Comment 11 Robert Hensing 2009-10-31 20:58:04 UTC
Created attachment 146658 [details] [review]
Proposed patch adding a simple digital clock to the gnome screensaver password dialog

This adds a simple digital clock to the password dialog. It uses clock(2) for time input and POSIX locale stuff to determine the format.
Patch is for the 2.28.0 release.
Comment 12 Pacho Ramos 2009-11-01 13:26:05 UTC
Thanks, but it's usually better to generate patches with "-u" option:
diff -u oldfile newfile

;-)
Comment 13 Robert Hensing 2009-11-02 06:44:04 UTC
ok. I have never done this before. I hope it will be includev in the next release.
Comment 14 Robert Hensing 2010-01-12 11:23:57 UTC
Is my patch going to be approved? It's not in trunk now. Maybe this bug should be assigned to someone who could merge the patch?
Comment 15 Roland Lezuo 2010-11-17 13:45:03 UTC
I'd also like to see a clock added to the lock screen dialog.
Comment 16 William Jon McCann 2011-03-06 06:31:47 UTC
Fixed in master.
Comment 17 Pacho Ramos 2011-03-06 12:11:13 UTC
Thanks a lot