(structure for this page ... next step: transfer over the values from the README.kiosk file) |
(→Screensavers) |
||
| Line 24: | Line 24: | ||
== Screensavers == | == Screensavers == | ||
| + | In {{path|kdeglobals}} in the <tt>[KDE Action Restrictions]</tt> group: | ||
| + | |||
| + | ;opengl_screensavers | ||
| + | :defines whether OpenGL screensavers are allowed to be used. | ||
| + | |||
| + | ;manipulatescreen_screensavers | ||
| + | :defines whether screensavers that manipulate an image of the screen (e.g. moving chunks of the screen around) are allowed to be used. | ||
| + | |||
| + | === Automatic Log-out === | ||
| + | In {{path|kscreensaverrc}}: | ||
| + | |||
| + | <code ini> | ||
| + | [ScreenSaver] | ||
| + | AutoLogout=true | ||
| + | AutoLogoutTimeout=600 | ||
| + | </code> | ||
| + | |||
| + | The timeout is the time in seconds that the user must be idle for before the logout process is automatically started. Be careful with this capability as it can lead to data loss if the user has unsaved files open. | ||
== Session Capability Restrictions == | == Session Capability Restrictions == | ||
autologout goes here as | autologout goes here as | ||
This article contains a listing of known keys that can be used with Kiosk and what they do. How to actually use these keys and other capabilities of Kiosk such as URL restrictions, creating assigning profiles, etc. is covered in the Introduction to Kiosk article.
Contents |
In kdeglobals in the [KDE Action Restrictions] group:
In kscreensaverrc:
[ScreenSaver]
AutoLogout=true
AutoLogoutTimeout=600
The timeout is the time in seconds that the user must be idle for before the logout process is automatically started. Be careful with this capability as it can lead to data loss if the user has unsaved files open.
autologout goes here as