FuriLabs / issue-tracker

FuriOS issue tracker
3 stars 0 forks source link

Some apps use non-adaptive file chooser #25

Open Alaraajavamma opened 3 months ago

Alaraajavamma commented 3 months ago

This is long lasting bug and most likely really hard to solve completely.

But still: some apps are using non-adaptive file chooser. Example of these apps: Firefox - which uses something (no idea what?) gnome-text-editor - which uses gtk4 file chooser (afaik) which is not adaptive

Maybe Nautilus as file chooser will help on this? https://gitlab.gnome.org/GNOME/nautilus/-/issues/3401

FakeShell commented 3 months ago

in our gtk4 fork we force an adaptive file chooser on everything i wonder what makes these apps use a different file chooser (or maybe they are not asking for the gtk4 one?)

Alaraajavamma commented 3 months ago

As far as I understand it is so hard because every app can individually choose how they handle file chooser thing.

It is somehow related to what portals apps are using - but for a quick look the path goes to GtkFileChooser in Chatty and gnome-text-editor xD.

FakeShell commented 3 months ago

just found a very good example that is also very common i will look into it