Customize Clock on Lock Screen.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
17 | Active |
16 | Rejected |
15 | Active |
14 | Rejected |
13 | Active |
12 | Rejected |
11 | Inactive |
10 | Rejected |
9 | Active |
8 | Inactive |
7 | Active |
6 | Inactive |
5 | Active |
4 | Active |
3 | Inactive |
2 | Inactive |
1 | Inactive |
The original state of `Main.screenShield._dialog._clock` is not hidden (line 24 extension.js). What happens when user disable the extension after unlock? next lock won't have clock?
Hi, I have tested for that, the clock is visible. I have to see any other alternatives to not to hidden it.
When the extension is disabled, `Main.screenShield._dialog` is not available. Thats why I was trying to make the disable() empty other than `this._settings = null`
When the extension is disabled, `Main.screenShield._dialog` is not available. Thats why I was trying to make the disable() empty other than `this._settings = null`
Tried on Fedora Rawhide. The time won't show up after disable and lock again.
Oh ok, I dont know how it worked in my arch linux with gnome-shell 45.rc. Thanks for your testing on Fedora Rawhide. I will see any alternatives for that "fraction of second of displaying time when the screen is unlocked".