The homebrew/settings folder created by the decky-loader SettingsManager results in a root:root owned folder with permissions -rw-rw-r-- if not already present.
This causes issues for both users and 3rd-party plugins being unable to edit/save settings without privilege escalation.
https://github.com/SteamDeckHomebrew/decky-loader/blob/478fe3252726110ef00f8492ddae32fe224be298/backend/settings.py#L17
The homebrew/settings folder created by the decky-loader SettingsManager results in a root:root owned folder with permissions
-rw-rw-r--
if not already present. This causes issues for both users and 3rd-party plugins being unable to edit/save settings without privilege escalation.