| Summary: | root Systemsettings dont match language | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Henning <boredsquirrel> |
| Component: | kcm_keyboard | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | butirsky, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henning
2023-03-29 22:23:20 UTC
Don't launch System Settings as root. This is unsupported and *will* cause system breakage the more you do it. Just Say No. :) there is no other way to use dolphin with root folders. You cant create files in these folders. I heard there is some polkit integration, in kwrite for sure, but not sufficiently in dolphin. 1. Don't run Dolphin as root either to manage root-owned stuff; we have kio-admin for that. It is *strongly* recommended to use kio-admin instead of using hacky workarounds to open Dolphin as root. 1. System Settings isn't connected to Dolphin in that way; even if you do want to open Dolphin as root, you don't also need to open System Settings as root. Thank you! I never heard of this and entering "admin:///" in the location bar doesnt work, but launching from terminal does. I will use that, as the XWayland Dolphin was a really dirty workaround. But I just didnt know of this feature. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/527 Git commit 70e20a310a55a52d63077fbd62f3bbe0c642a9b5 by Nate Graham. Committed on 05/04/2023 at 16:17. Pushed by ngraham into branch 'master'. Make "don't run me with sudo/kdesu" message informative We tell users what not to do, but we don't tell then what to do instead. At one point we told them to just use Dolphin normally and the polkit integration would kick in, but that work ended up being reverted and abandoned. Instead, tell them to use kio-admin, which exists as a released product and will hopefully not get removed anytime soon. M +8 -2 src/main.cpp https://invent.kde.org/system/dolphin/commit/70e20a310a55a52d63077fbd62f3bbe0c642a9b5 |