https://bugs.kde.org/show_bug.cgi?id=463352
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |a9a0807aeec1bc7a2d40e367c6b | |fe682597a5561 Status|ASSIGNED |RESOLVED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit a9a0807aeec1bc7a2d40e367c6bfe682597a5561 by Nate Graham. Committed on 15/03/2023 at 01:33. Pushed by ngraham into branch 'master'. ksmserver: help users with intentionally read-only homedirs self-satisfy As part of its sanity check, ksmserver doesn't start Plasma if `$HOME` is read-only unless `KDE_HOME_READONLY=1` is set in the environment. But this is never told to the user, so an advanced user or system administrator who has intentionally set up the system this way won't know what to do about it and will submit a bug report to KDE. To resolve this, inform such users about the relevant environment variable in the error message, without giving specific details about how to set it. Advanced users will already know how to do this and thus self-satisfy. FIXED-IN: 6.0 M +3 -1 ksmserver/main.cpp https://invent.kde.org/plasma/plasma-workspace/commit/a9a0807aeec1bc7a2d40e367c6bfe682597a5561 -- You are receiving this mail because: You are watching all bug changes.