this post was submitted on 11 Oct 2023
20 points (95.5% liked)

Linux

5187 readers
68 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
 

This is more of a public note to self, but if anyone else had screwed up fonts, default cursors, and missing minimise/maximise buttons in flatpaks on KDE Wayland, put this in your /usr/share/xdg-desktop-portal/kde-portals.conf:

[preferred]
default=kde;gtk;
org.freedesktop.impl.portal.Settings=kde;gtk;

Then restart xdg-desktop-portal.

Source: https://bugs.kde.org/show_bug.cgi?id=474746#c12

Apparently this will be fixed in 5.27.9 releasing on the 24th anyway, but I've tried so many different 'solutions' and this had been annoying me for weeks.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

Additionally, some (mostly electron) apps seem to need XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons set as an environment variable for proper cursor theming.