You are not logged in.
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
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.
Online
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