Lately I have been playing around with i3wm and I like it a lot.
Unfortunately, the biggest roadblock for me now seems to be that theming on Flatpak applications doesn't seem to work properly. I have set the appearance of GTK apps using lxappearance and of Qt apps with qt5ct.
Neither settings had an effect on Flatpak applications and it seems to me that it has something to do with xdg-desktop-portals.
The picture displays the issue. VLC and Nemo are normal system applications, while Flatseal and Master PDF Editor are Flatpak. The font style and size doesn't match at all.
I have already attempted editing the following configuration files, without any success:
`~/.config/xdg-desktop-portal/i3-portal.conf
[preferred]
default=gtk;
org.freedesktop.impl.portal.Secret=gnome-keyring;
org.freedesktop.impl.portal.Settings=gtk;i3;`
`/usr/share/xdg-desktop-portal/portals/gtk.portal
[portal]
DBusName=org.freedesktop.impl.portal.desktop.gtk
Interfaces=org.freedesktop.impl.portal.FileChooser;org.freedesktop.impl.portal.AppChooser;org.freedesktop.impl.portal.Print;org.freedesktop.impl.portal.Notification;org.freedesktop.impl.portal.Inhibit;org.freedesktop.impl.portal.Access;org.freedesktop.impl.portal.Account;org.freedesktop.impl.portal.Email;org.freedesktop.impl.portal.DynamicLauncher;org.freedesktop.impl.portal.Lockdown;org.freedesktop.impl.portal.Settings;
UseIn=gnome;i3`
The attached text file contains the output of $ /usr/libexec/xdg-desktop-portal -rv
So what am I missing? How can I solve this issue?
