Review of "Week Clock" version 1

Details Page Preview

A week view clock for the gnome-shell panel

Extension Homepage
http://afriskito.net/Gnome3Extensions/Week_Clock/

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

gcampax posted a review
You need to remove your timeout in disable() (use Mainloop.source_remove, with the value returned from Mainloop.timeout_add()). Also, you probably want to use GnomeDesktop.WallClock, since that uses timerfd (so it works across hibernation/suspend but doesn't wake up every second) and it respects GSettings preferences for am-pm and date format. Plus translations too!