https://bugs.kde.org/show_bug.cgi?id=480674
Bug ID: 480674 Summary: File ~/.gtkrc-2.0 is created without conforming to umask settings Classification: Applications Product: systemsettings Version: 5.27.10 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: vincenzo.rom...@notorand.it Target Milestone: --- SUMMARY Everytime I login (via SDDM) I get a new ~/.gtkrc-2.0 file created with file permissions not conforming to my umask settings (currently it is 0077). STEPS TO REPRODUCE 1. Setup your umask policy, i.e. "umask 0077" 2. Log out and then back in. 3. Execute "ls -l ~/.gtkrc-2.0" OBSERVED RESULT -rw-r--r-- 1 user user 265 2024-02-01 13:47:32+0100 /home/user/.gtkrc-2.0 EXPECTED RESULT -rw------- 1 user user 265 2024-02-01 13:47:32+0100 /home/user/.gtkrc-2.0 SOFTWARE/OS VERSIONS Kernel Version : 6.7.2.zen1-2 Plasma Version : 5.27.10-2 KDE Version : 23.08.4-1 Frameworks Version : 5.114.0-1 Qt5 Version : 5.15.12+kde+r10-1 Qt6 Version : 6.6.1-3 Wayland Version : 1.22.0-1 XOrg/Wayland Version : 23.2.4-2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.