You are not logged in.

#1 2020-10-02 09:58:32

Pippip19
Member
Registered: 2018-02-19
Posts: 15

Change file chooser dialog in graphical applications

I am wondering if there is a way to change the file chooser dialog opened in applications such as chromium (gtk) or okular (qt) when 'File open/save' is triggered.

Ideally another file manager or even a terminal would launch instead.

I have found the relevant gtk (GtkFileChooserDialog) and qt (QFileDialog Class) documentation pages, which makes me think this is hard baked into the applications and so not easily changed.

Thanks ahead of time for anyone who looks into this.

Offline

#2 2020-10-02 14:05:38

seth
Member
Registered: 2012-09-03
Posts: 50,924

Re: Change file chooser dialog in graphical applications

hard baked into the applications and so not easily changed

iirc Qt uses the gtk chooser if your set the platform theme. Most notably those are not file browsers or external processes and therefore you cannot use a different filebrowser.

Offline

#3 2020-10-03 18:40:36

Pippip19
Member
Registered: 2018-02-19
Posts: 15

Re: Change file chooser dialog in graphical applications

seth wrote:

not file browsers or external processes and therefore you cannot use a different filebrowser.

Thanks for the info and confirming that it isn't possible to use an external filebrowser.

Offline

Board footer

Powered by FluxBB