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

Fix std::bad_casts in tray module #3604

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Fix std::bad_casts in tray module #3604

merged 2 commits into from
Sep 15, 2024

Conversation

alebastr
Copy link
Contributor

fmt 11.0.1 was broken: it wasn't using our Glib::ustring formatter. This has been fixed long time ago in 11.0.2 and shouldn't be worked around in the code.
Reverted the changes and updated fmt wrap to 11.0.2.

11.0.2 can trigger -Wstringop-overflow warnings with gcc -O3; these are known false positives and will be addressed in the next release of fmt.

Fixes #3597

Copy link
Contributor

@khaneliman khaneliman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, fixes the issue on my end.

@Alexays Alexays merged commit 0d02f68 into Alexays:master Sep 15, 2024
9 checks passed
@alebastr alebastr deleted the tray-fix branch September 15, 2024 13:28
pld-gitsync pushed a commit to pld-linux/waybar that referenced this pull request Sep 15, 2024
algitbot pushed a commit to alpinelinux/aports that referenced this pull request Sep 24, 2024
LukashonakV pushed a commit to LukashonakV/Waybar that referenced this pull request Oct 23, 2024
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
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 this pull request may close these issues.

tray module not showing icons
3 participants