Bug 439073 - dolphin pauses when scanning mounts
Summary: dolphin pauses when scanning mounts
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.12.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-23 14:12 UTC by Barry
Modified: 2021-06-23 14:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barry 2021-06-23 14:12:54 UTC
SUMMARY

I have a mount point, e.g. /mnt/nas/public

If I auto mount it using systemd, e.g.

[Unit]
Description=nas public mount using cifs
Requires=network-online.target
After=network-oneline.target

[Mount]
What=//192.168.0.123/Public
Where=/mnt/nas/public
Type=cifs

[Install]
WantedBy=multi-user.target

and then switch off the NAS drive, and re-open dolphin, it pauses for a while.  

Dolphin didn't do this under kubuntu 20.04 LTS, but does in kubuntu 21

STEPS TO REPRODUCE
1.  Create a NAS mount point in systemd
2.  cd to it in the terminal to mount it
3.  open dolphin and it should open instantly
4.  switch off NAS and sleep PC, and resume
5.  open dolphin and it pauses for seconds

OBSERVED RESULT

Dolphin pauses, window refresh doesn't happen.

EXPECTED RESULT

Dolphin should not pause

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-18-generic
OS Type: 64-bit
Graphics Platform: X11
Processors: 32 × AMD Ryzen 9 3950X 16-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: Radeon RX 560 Series


ADDITIONAL INFORMATION

kubuntu 20.04 LTS didn't do this.