https://bugs.kde.org/show_bug.cgi?id=401088
Bug ID: 401088
Summary: "Filesystem mounted at '/' is not responding"
notification on log in to Plasma 5.14.3
Product: plasmashell
Version: master
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Notifications
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
SUMMARY
When I've logged in to Plasma 5.14.3 from lightdm 1.28.0-2 in Fedora 29, I've
seen the notification pop-up
"Filesystem is not responding
Filesystem mounted at '/' is not responding" in the bottom-right of the screen.
That message also showed up in Notifications in the Status & Notifications
applet. The notification sometimes showed a different partition I have mounted
like /mnt/sda2 instead of / . The filesystems are functioning normally. The
notifications haven't indicated any actual problem with the partitions from
what I could tell.
STEPS TO REPRODUCE
1. Logged in to Plasma 5.14.3 in Fedora 29
2. The notification "Filesystem mounted at '/' is not responding" appeared
3. Clicked on Status & Notifications applet > Notifications
OBSERVED RESULT
The notification "Filesystem mounted at '/' is not responding" appeared in the
bottom-right of the screen and in Notifications in the Status & Notifications
applet.
EXPECTED RESULT
No notification that the / filesystem is not responding should appear.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 29
(available in About System)
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.1
ADDITIONAL INFORMATION
The commit at
https://phabricator.kde.org/R120:e1c19ce4daf92a14dee44b44d199672034a346c0 added
lines 552-584 to
plasma-workspace/dataengines/soliddevice/soliddeviceengine.cpp which could
produce the notification I've been seeing on lines 557-558
KNotification::event(KNotification::Error, i18n("Filesystem is not responding",
path),
i18n("Filesystem mounted at '%1' is not responding", path));
plasma-workspace/dataengines/soliddevice/soliddeviceengine.cpp is at
https://phabricator.kde.org/source/plasma-workspace/browse/master/dataengines/soliddevice/soliddeviceengine.cpp$27
That commit was discussed in https://phabricator.kde.org/D14895
plasma-workspace or solid might be a more appropriate component for this
report. The closest components that I could find were Plasma Workspace
Wallpapers and frameworks-solid, and I wasn't sure if those were appropriate. I
left the version above as master because 5.14.3 was not shown in the list.
--
You are receiving this mail because:
You are watching all bug changes.