Not all themes fallback to Adwaita (for instance, Breeze) but just hicolor. Which gives warnings on start (see 789)
Can you include the missing icon under, i.e. /data/icons/hicolor/16x16/mimetypes/ ?
Having this little addition would make the flatpak more accessible.
I made a little one-liner for now, but hacky.
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/"
Thanks!
Oh, and here it is for convenience text-x-generic.png
Not all themes fallback to Adwaita (for instance, Breeze) but just hicolor. Which gives warnings on start (see 789) Can you include the missing icon under, i.e. /data/icons/hicolor/16x16/mimetypes/ ? Having this little addition would make the flatpak more accessible. I made a little one-liner for now, but hacky.
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/"
Thanks! Oh, and here it is for convenience text-x-generic.png