https://bugs.kde.org/show_bug.cgi?id=516336
KDE User <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from KDE User <[email protected]> --- Can confirm the issue exists on Arch Linux too. It is definitely an issue with the Plasma Login Manager rather than any installer package. I've narrowed it down to src/frontend/kcm/auth/plasmaloginauthhelper.cpp. Specifically on line 33, you see `standardPermissions` being defined without execute permissions. Then in the function `sync`, which I assume runs when you click the "Apply Plasma Settings" button, you see that the `.config` directory is being created with `standardPermissions` if it doesn't exist (see line 83). -- You are receiving this mail because: You are watching all bug changes.
