| 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 dialogs | Assignee: | 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
Created attachment 146096 [details]
screeen recording
Cannot reproduce on current git master with Wayland; it opens instantly for me. 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. *** This bug has been marked as a duplicate of bug 455281 *** |