https://bugs.kde.org/show_bug.cgi?id=507598
Fabio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #2 from Fabio <[email protected]> --- I can confirm this problem. My xdg-desktop-portal-kdestaterc right now contains in "Recent URLs[$e]" 6 smb:// links to multiple samba servers. I'm using Firefox (with widget.use-xdg-desktop-portal.file-picker = 1) to save a file and the dialog takes up to 35 seconds to appear. If I can try to save the file a few times nothing appears on the screen, until suddenly all the dialogs appears at once after - i guess - the network timeout. Using dbus-vewer I can see the portal request coming from Firefox, then a lot of calls to the kwalletd/kpasswdserver dbus interfaces, requesting saved credentials for the samba servers. This is really annoying for a few reasons: * there's no visual confirmation something is happening during the wait, so it just seems broken * it's related to a feature (the "recent paths" dropdown) that's quite well hidden and - at least by me - unknown and never used before * there's no way to disable this behavior. I guess a good compromise could be to load the dialog early and populate the "recent" dropdown in an async fashion, or even only when the user actually presses the button requesting to use the feature. At least if it takes some seconds to load the user knows what they are waiting for. In the meanwhile, I can confirm Thomas' symlink workaround works. -- You are receiving this mail because: You are watching all bug changes.
