stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Format string only working if it contains %; #22

Closed brandl-muc closed 5 years ago

brandl-muc commented 5 years ago

I'm on Ubuntu 18.04 and I installed clock override both from extensions.gnome.org and the Ubuntu software store. With both sources I encounter the same issue. The format string is not interpreted correctly with some exceptions:

So a format string only seems to work if it contains %; where denotes something valid as cf or vf. A format string is ignored if it contains any other combination of %;, even if added to a format string that works. All other strings seem to fail, i.e., not interpret the format string.

da2x commented 5 years ago

Duplicate of #13.

brandl-muc commented 5 years ago

Oh, sorry Thanks