Bug 424364 - When Plasma fails to start because $HOME is out of space, error message about this should be shown but isn't
Summary: When Plasma fails to start because $HOME is out of space, error message about...
Status: REPORTED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Startup process (show other bugs)
Version: 5.17.5
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-18 08:12 UTC by David
Modified: 2023-04-27 19:46 UTC (History)
5 users (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 David 2020-07-18 08:12:29 UTC
SUMMARY
If I run out of disk space, KDE will not start, and will instead get stuck on the loading window after the kernel is started, without any indication of what's wrong. Took me some time to figure out my disk was full and had to delete files by switching to Ctrl+Shift+F<something> to a terminal.

STEPS TO REPRODUCE
1. Use all space in disk.
2. Restart computer.

OBSERVED RESULT
Gets stuck in the KDE splash screen forever.

EXPECTED RESULT
Should throw an error saying that it cannot start because the disk is full.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.70
Qt Version: 5.12.5

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2023-04-27 19:46:35 UTC
We do have this:

https://invent.kde.org/plasma/plasma-workspace/-/blob/master/ksmserver/main.cpp#L90

So maybe it's not working?