Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format string only working if it contains %; #22

Closed
brandl-muc opened this issue Jul 30, 2018 · 2 comments
Closed

Format string only working if it contains %; #22

brandl-muc opened this issue Jul 30, 2018 · 2 comments

Comments

@brandl-muc
Copy link
Contributor

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:

  • Example %H.%M yields %H.%M
  • Example 🔔 works
  • Example %;cf (emjoi clock face) works
  • Example %H %;vf (slow time) works
  • Example %FT%T (iso date time) yields %FT%T
  • Example %H:%M @%;@. (local and internet time) works
  • Example It is %M minutes past hour %H fails
  • %% yields %% instead of %
  • %F (%a) %;cf %T works
  • %F (%a) %;cf %T fails
  • %F (%a) %; %T yields the default (same as w/o Clock Override)

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
Copy link
Collaborator

da2x commented Jul 30, 2018

Duplicate of #13.

@da2x da2x closed this as completed Jul 30, 2018
@brandl-muc
Copy link
Contributor Author

Oh, sorry
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants