Bug 449411

Summary: Folder selector takes several seconds to open and list folders because it tries to mount a cifs share with autofs
Product: [Frameworks and Libraries] frameworks-kio Reporter: Patrick Silva <bugseforuns>
Component: Open/save dialogsAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdelibs-bugs-null, nate
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: screeen recording

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 ***