Summary: | The `Configuration file "/root/.config/kreadconfig5rc" not writable` error appears every 10-20 minutes on the Plasma Desktop | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | Murz <MurzNN> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Murz
2024-09-09 14:31:44 UTC
If I run the command from the process tree manually, it works well without throwing an error: ``` $ xdg-settings get default-web-browser /home/alexey_korepov/.local/share/applications/firefox.desktop ``` But if I run it with root: ``` $ sudo su - # xdg-settings get default-web-browser /usr/bin/xdg-settings: 32: cannot create /tmp/xdg.log: Permission denied /usr/bin/xdg-settings: 33: cannot create /tmp/xdg.log: Permission denied /usr/bin/xdg-settings: 34: cannot create /tmp/xdg.log: Permission denied /usr/bin/xdg-settings: 35: cannot create /tmp/xdg.log: Permission denied org.kde.falkon.desktop ``` it started to warn about the permission denied of the `/tmp`. I finally found the source of this annoying popup message using cgroup! ``` $ cat /proc/53272/cgroup 0::/system.slice/opswatclient.service ``` So, it's caused by the OPSWAT service and not related to KDE at all, so closing the issue. |