https://bugs.kde.org/show_bug.cgi?id=355258
Joseph Yasi <joe.y...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0 Version|unspecified |5.9.4 Severity|normal |major Component|general |Device Notifier Product|frameworks-kio |plasmashell --- Comment #12 from Joseph Yasi <joe.y...@gmail.com> --- Here is the bug: On a disconnect or connect event: Device Notifier loops over all elements in my fstab and calls KDiskFreeSpaceInfo on each of them. This triggers a stat on the mount points in KMountPoint::List::findByPath which causes every automount point in my fstab to mount. Device Notifier is set to only show removable devices. No removable devices are connected, yet it gathers free space information for devices it will never show me. This is a major performance issue. My automounts are set to timeout after 1 minute of inactivity. This bugs causes them to remount every time the time out. Device notifier should not be asking for free space information for every line in my fstab when it will never display them. Free space information should only be requested on demand when the applet needs to show it for a specific device. -- You are receiving this mail because: You are watching all bug changes.