Versions: Ubuntu 18.04.01
It should provide the same file manager destinations as the native OS
When opening a file it should allow me to choose from all the same destinations as I am presented with in the OS native file manager.
... to choose from all the same destinations as I am presented with in the OS native file manager.
I want to open my keepass file from a mounted (Gnome Online Accounts) google drive directory
KeePassXC - 2.3.1 (not the snap)
Revision: ?
Libraries:
Operating system: Ubuntu 18.04.1
CPU architecture: x86_64
Kernel: 4.15.0-38-generic
Enabled extensions:
Attached screenshot shows KeePassX and KeePassXC side by side. Note the additional directories available in KeePassX

Let me know if this bug should actually be against 'Files' in Ubuntu for not presenting this functionality to KeePassXC (which is how it looks to me)
Did you go into "+ Other Locations"?? That is where the network drives hide in the wonderfully terrible Gnome file manager.
I shouldn't need to once I've mounted it it should just be there. That's
how 'Files' works now in Ubuntu
Den lør. 10. nov. 2018 kl. 16.08 skrev Jonathan White <
[email protected]>:
Did you go into "+ Other Locations"?? That is where the network drives
hide in the wonderfully terrible Gnome file manager.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/keepassxreboot/keepassxc/issues/2469#issuecomment-437590293,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADEt9J6BB3DJRb4r6ijG45Ge-fQKeglDks5utuvigaJpZM4YYAWr
.
--
With or without religion, good people can behave well and bad people can do
evil; but for good people to do evil — that takes religion.
Steven Weinberg
We don't do anything special with the file dialog besides calling Qt to display it. This is definitely an issue on the "Files" side.
Are there no flags for defining how the file manager should be displayed? I'd like to get to the bottom of this somehow
It could be a Qt issue. I noticed that the drive showed up when I used the TextEditor application to test.
I think I found it...
Qt Code specifically sets gtk_file_chooser_set_local_only to true:
https://github.com/qt/qtbase/blob/5.11/src/plugins/platformthemes/gtk3/qgtk3dialoghelpers.cpp#L427
Which may (have not tested) result in mounted network shares not being shown in the left side:
https://developer.gnome.org/gtk3/stable/GtkFileChooser.html#gtk-file-chooser-set-local-only
@droidmonkey I would certainly suggest that keepassx considers going against this default setting. I think it's very normal for a password to be saved to an external location.
So this is non-optimal: "local_only | TRUE if only local files can be selected"
I am not sure if that is something we can influence without reimplementing QFileDialog.
Is this still an issue?
Yes. Same issue still under KDE.
This is still an issue on Ubuntu 19.10. Will this be solved please? Hard to use kpXC without being able to open remote location(s).
Debug Info:
KeePassXC - Version 2.5.0
Revision: 1ab8a9f
Distribution: Snap
Qt 5.9.5
Debugging mode is disabled.
Operating system: Ubuntu Core 18
CPU architecture: x86_64
Kernel: linux 5.3.0-19-generic
Enabled extensions:
Cryptographic libraries:
libgcrypt 1.8.1
The same problem on Ubuntu 20.04.
Most helpful comment
Yes. Same issue still under KDE.