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

Waybar fails to start (sometimes) #1439

Closed
keshto opened this issue Feb 18, 2022 · 5 comments · Fixed by #1451
Closed

Waybar fails to start (sometimes) #1439

keshto opened this issue Feb 18, 2022 · 5 comments · Fixed by #1451

Comments

@keshto
Copy link

keshto commented Feb 18, 2022

Sometimes fails to start with.

 ** (waybar:1124): ERROR **: 15:28:13.348: 
 unhandled exception (type std::exception) in signal handler:
 what: Type is not convertible to string
@OctopusET
Copy link

#1381 (comment)

This might be related. I got same error message.

@keshto
Copy link
Author

keshto commented Feb 19, 2022 via email

@krisman
Copy link

krisman commented Feb 19, 2022

I'm also observing this on v0.9.9 (debian package 0.9.9-1). Removing the '{calendar}' reference in tootip-format fixes it for me too.

Any idea what this {calendar} formatting is for? I only found a few references to it on the wiki but it is still to clear to me.

@droc12345
Copy link

droc12345 commented Feb 23, 2022

"< big > {:%Y %B} < /big >\n < tt > < small > {calendar} < /small >< /tt >" - spaces added to display properly
Bigger font, year and month,
tt monospace font
{calendar} is current month, done with smaller font
Pango markup (if I remember right)

I personally haven't had problems with the calendar line, but here are some things that might affect using it
gtk+ version (should use gtk3 not 4)
libfmt version
gtk-layer-shell version
and of course, xwayland, wayland and protocols versions.

Edit to add: what the cal looks like https://ibb.co/CWf7Qvb

@jonmast
Copy link

jonmast commented Feb 27, 2022

I had a similar issue, replacing %l with %I in my time format fixed it for me (both 12hr format, %I is zero padded).

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

Successfully merging a pull request may close this issue.

5 participants