I need to open a png to add to an email. When I select ‘choose file’ I get this unreadable screen (attached). I am using Plasma 6.05 with Wayland.
A quick guess: You are likely missing a font required for your chosen locale.
Hi @Ozdemon,
That looks like a missing font. It could simply be because the font’s not there and you have to re-add it. Just check your font settings in System Settings → Appearance & Style → Text & Fonts → Fonts.
Edit:
Well, I’ve never had to do this, so I don’t know it this’ll work but you could also try removing the config file and starting over:
mv ~/.config/kdeglobals ~/.config/kdeglobals.backup
Note: this’ll remove all your plasma settings, so if it works you can either reconfigure plasma, or copy the settings back line-by-line to find the one that did the damage. If it didn’t work, simply restore the file:
rm ~/.config/kdeglobals
cp ~/.config/kdeglobals.backup ~/.config/kdeglobals
Hope this helps!
Edit #2:
The exact same for:
~/.kde4/share/config/kdeglobals
(If it exists, that is.)
Thanks Midarthos for the prompt and detailed reply. I think you are right about locale as I am temporarily in Spain. Is there another way of overcoming the problem? Like force changing my locale, or finding an alternative to xdg?
I think changing your locale, or maybe language from anything automatic to English should work. Look in System Settings:
https://i.imgur.com/AcZdNBa.png
Edit:
And the
localectl
…command should help, if nothing else…Also see:
And
System Locale: LANG=en_AU.UTF-8
LANGUAGE=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_MEASUREMENT=en_US.UTF-8
VC Keymap: (unset)
X11 Layout: au
The locale settings are correct for me. I don’t understand why xdg is doing this. I have installed a spanish font, abbeezee, which made no difference. I even tried handlr without success, but I’m flying blind with that.
[EDIT]
I was able to load the file using a URL instead of XDG. As I don’t think this is likely to happen again, I am giving up on the XDG problem. Thanks to Mirdarthos and linux-aarhus.
Cool, a teaching moment…
While it’s nice that you seem to have found a solution to your issue, please observe the recommended method to mark the thread as solved.
Unlike some other forums, adding [solved] (or similar) to the title is not the way to indicate a thread is solved in the Manjaro Forum. I have edited the title for you to remove your addition.
Please find the post that helped you the most, and click the (tick) below it to mark that post as the solution.
Thanks.
Further research shows this is a known issue. The solution (for me) was to remove the snap install of bluemail with:
pamac remove --no-save snapd
However, that does not remove all the bluemail files. The following command worked for me:
[quote="Mirdarthos, post:4, topic:164280"]
`sudo sh -c 'rm -rf /var/lib/snapd/cache/*'`
[/quote]
Then I installed bluemail from the AUR (which I should have done to begin with) and problem solved.
Theres probably more SNAP residual …
You may be interested in
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.