Jan Grulich

Results 212 comments of Jan Grulich

This will be possible once KDE Breeze theme is ported to Qt 6.

Is this issue still reproducible with FMW 4.2.1?

I think this https://github.com/flatpak/xdg-desktop-portal/pull/874 is related to this. Currently FileChooser::OpenFile doesn't have such option.

There is none and most likely won't be one implemented, at least from my side. Our primary focus is Adwaita-qt theme, I have never used Kvantum and I don't plan...

Do you have xdg-desktop-portal and xdg-desktop-portal-gtk (or -gnome) installed? Can you show me output from `dbus-monitor --session` while trying to open a project? Is there any error when you open...

That is indeed a weird setup. This happens because you open a dialog using QGnomePlatform, which will use xdg-desktop-portal when possible in order to get native GTK dialogs, but because...

> I guess one way is to check whether current process is kde portal by checking value of QCoreApplication::applicationName (or some other similar way). If detected, fallback to a non-portal...

Description from [RH bugzilla](https://bugzilla.redhat.com/show_bug.cgi?id=1963678) since this bug doesn't provide any: ``` Description of problem: When enable subpixel rendering in GNOME tweaks, all gtk software work properly. But fontconfig does not...

I'm not sure it makes sense to port it to GTK 4, I would rather drop GTK completely and rely only on xdg-desktop-portal which will give you both, depending on...

Ok, I'm not giving up on GTK4. I started https://github.com/FedoraQt/QGnomePlatform/tree/wip/gtk4, but I will have to ask someone more experienced to help me with the port as lots of the API...