Bug 449411 - Folder selector takes several seconds to open and list folders because it tries to mount a cifs share with autofs
Summary: Folder selector takes several seconds to open and list folders because it tr...
Status: RESOLVED DUPLICATE of bug 455281
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (show other bugs)
Version: git master
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-31 12:10 UTC by Patrick Silva
Modified: 2022-08-11 13:49 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screeen recording (3.30 MB, video/x-matroska)
2022-01-31 12:11 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2022-01-31 12:10:35 UTC
Summary says it all. Please watch the attached sceen recording.

EXPECTED RESULT
folder selector opens and lists the folders immediately

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Graphics Platform: Wayland
Comment 1 Patrick Silva 2022-01-31 12:11:11 UTC
Created attachment 146096 [details]
screeen recording
Comment 2 Nate Graham 2022-02-01 22:54:53 UTC
Cannot reproduce on current git master with Wayland; it opens instantly for me.
Comment 3 Patrick Silva 2022-05-22 17:06:06 UTC
This bug is still happening on neon unstable. journalctl prints these messages:

mai 22 13:59:19 neon-laptop xdg-desktop-portal-kde[17033]: xdp-kde-background: GetAppState called: no parameters
mai 22 13:59:19 neon-laptop kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
mai 22 13:59:19 neon-laptop kernel: CIFS: VFS: cifs_mount failed w/return code = -113
mai 22 13:59:19 neon-laptop kernel: CIFS: Attempting to mount \\192.168.0.50\2TB
mai 22 13:59:25 neon-laptop kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
mai 22 13:59:25 neon-laptop kernel: CIFS: VFS: cifs_mount failed w/return code = -113
mai 22 13:59:25 neon-laptop kernel: CIFS: Attempting to mount \\192.168.0.50\WD
mai 22 13:59:32 neon-laptop kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
mai 22 13:59:32 neon-laptop kernel: CIFS: VFS: cifs_mount failed w/return code = -113
mai 22 13:59:32 neon-laptop kernel: CIFS: Attempting to mount \\192.168.0.50\WIN7
mai 22 13:59:38 neon-laptop kernel: CIFS: VFS: Error connecting to socket. Aborting operation.
mai 22 13:59:38 neon-laptop kernel: CIFS: VFS: cifs_mount failed w/return code = -113

It makes sense. My system is configured to mount a cifs share with autofs.
Comment 4 Patrick Silva 2022-08-11 13:49:57 UTC
*** This bug has been marked as a duplicate of bug 455281 ***