https://bugs.kde.org/show_bug.cgi?id=401088
Matt Fagnani <matthew.fagn...@utoronto.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |5.14.3 --- Comment #1 from Matt Fagnani <matthew.fagn...@utoronto.ca> --- These notifications have been less frequent in the last few days. The notifications might've occurred if the log in time takes longer than the QTimer timer's timeout length in lines 554-558 of plasma-workspace/dataengines/soliddevice/soliddeviceengine.cpp QTimer *timer = new QTimer(this); timer->setSingleShot(true); connect(timer, &QTimer::timeout, [path]() { KNotification::event(KNotification::Error, i18n("Filesystem is not responding"), i18n("Filesystem mounted at '%1' is not responding", path)); }); Increasing the timeout length might stop the notifications. Is there a way I could increase the timeout duration? My partitions are all on drives inside or attached to the computer so the connection timeout checks might not be necessary in my case. Is there an option to disable the filesystem connection timeout check? -- You are receiving this mail because: You are watching all bug changes.