<div dir="ltr">Hi Folks,<div>I support a 95% Gnome 3 environment and am currently working on policies to help lock down alternate desktop managers.</div><div><br></div><div>I spent a few minutes googling and came up empty, so I set the preferred settings I wanted manually and looked for the corresponding ~/.kde/ file that it changed, discovered kscreensaverrc.  That gave me the format I wanted.</div><div><br></div><div>Then I skimmed the KDE kiosk guidance and found out about the [$i] thing, eg: [ScreenSaver][$i] to make the settings immutable.</div><div><br></div><div>I looked for system-level configs for KDE in /etc and was saddened to discover no location in /etc/ to make a global override.  Then I went digging through /usr/share/kde-settings and ended up putting this file:</div><div><br></div><div><div># cat /usr/share/kde-settings/kde-profile/default/share/config/kscreensaverrc</div><div>[ScreenSaver][$i]</div><div>Enabled=true</div><div>LegacySaverEnabled=true</div><div>Lock=true</div><div>LockGrace=10</div><div>PlasmaEnabled=false</div><div>Saver=kblank.desktop</div><div>Timeout=1200</div></div><div><br></div><div>It did succeed in graying out these settings in the GUI for users globally, but it doesn't  ever seem to force the blank locking screensaver to come on and lock.  </div><div><br></div><div>So my questions are:</div><div>1.  Does anyone have advice on making this work?</div><div>2.  Is there a reason I am missing for these sorts of things not living in /etc/kde somewhere?  It is my understanding that config files should always live in /etc/.  That's where we tell Puppet to put most things of this nature.</div><div><br></div><div>Thanks!</div><div> - Kodiak Firesmith </div></div>