Closed rolodoom closed 11 months ago
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019704
Looks like wxGTK issue to me.
Can poedit embed the icon?
Can poedit embed the icon?
The look of text-x-generic.png
depends on the selected theme.
Can replicate with the flatpak but that's not supported, so just noting for future searchers
Copying text-x-generic.png from runtime's Adwaita to local hicolor fixes the issue
here's a one-liner:
flatpak run --command=sh net.poedit.Poedit -c "mkdir -p $HOME/.var/app/net.poedit.Poedit/data/icons/hicolor/16x16/mimetypes/ && cp /usr/share/icons/Adwaita/16x16/mimetypes/text-x-generic.png $HOME/.var/app/net.poedit.Poedit/data/icons/hicolor/16x16/mimetypes/"
Many themes back up to hicolor but not necessarily Adwaita, breeze happens to be one of them.
I experience this issue as well. In the linked bug report, it doesn't look like they believe it's a wxGTK issue.
Please refrain from posting "me too" comments here that don't add any new substantial information. Thanks.
I didn't just post a “me too” comment - I also added that in the bug report they don't believe it's a wxGTK issue, as they can't reproduce it. That's relevant information.
@Vistaus The latest comment in the linked issue predates this issue and does not, in fact, say what you claim it does. On the contrary, it specifically narrows it down to wxGTK not handling SVG icons correctly. Posting misinformation wastes even more maintainer time than "me too" 🤷♂️
@Vistaus The latest comment in the linked issue predates this issue and does not, in fact, say what you claim it does. On the contrary, it specifically narrows it down to wxGTK not handling SVG icons correctly. Posting misinformation wastes even more maintainer time than "me too" man_shrugging
What I see is “I cannot reproduce this - neither on Xfce, nor on Gnome.” by someone from the bug team.
Then the bug reporter responded with a workaround, but that workaround does not work, at least for me it does not. So either way, there is an issue somewhere and Poedit is the only app where I am seeing this issue. So either it's a rare bug in wxWidgets (although the person from the bug team doesn't seem to think so as he can't reproduce it) or it's an issue in Poedit (but the error is too generic to fully confirm that).
Also, why are you saying the issue is “it doesn't handle SVG icons correctly” when this is about a PNG file?
This will probably be mitigated by 8b564aac — as in, the underlying problem will still be there, but won't result in user-visible errors; rather, the files will have incorrect or no file icons in the sidebar.
The mitigation seems to be working. I'm closing this because the real problem can only be fixed in wxGTK, not Poedit.
I'm getting this error when open Poedit in Manjaro Plasma, but not really sure where to look or if need a dependency.
OS: Majaro Plasma kernel 6.1.12-1-MANJARO Poedit: version 3.2.2 from Community Repository
Hope maybe it's a missing dependency. But not a clue.