Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kiosk_mode [2007/05/10 11:24] – created (initial info taken from Xfce 4.2 docs on website) 145.92.12.101kiosk_mode [2007/12/08 18:10] (current) – removed 88.172.125.130
Line 1: Line 1:
-====== Kiosk Mode ====== 
-Some components of Xfce have support for kiosk mode, this can be enabled by creating and modifying the system kioskrc file. 
- 
-    ${sysconfdir}/xdg/xfce4/kiosk/kioskrc. 
- 
-===== Xfce4 Panel ===== 
- 
-<code> 
-[xfce4-panel] 
-CustomizePanel=%powerusers,foo 
-</code> 
- 
-  * CustomizePanel 
-This allows only users in the group powerusers and the user foo to customize their panels. 
- 
-===== Xfce4 Session ===== 
- 
-<code> 
-[xfce4-session] 
-CustomizeSplash=ALL 
-CustomizeChooser=ALL 
-CustomizeLogout=ALL 
-CustomizeCompatibility=%wheel 
-Shutdown=%wheel 
-CustomizeSecurity=NONE 
-</code> 
-This allows all users to change their splash, chooser and logout settings, but allows only users in the group wheel to customize the compatibility settings and shutdown the system. No one will be allowed to adjust the security settings. 
- 
-The session manager supports the following KIOSK capabilities: 
- 
-  * CustomizeSplash 
-  Whether or not the user is allowed to customize the splash screen. 
- 
-  * CustomizeChooser 
-  Whether or not the user is allowed to customize the session chooser settings. 
- 
-  * CustomizeLogout 
-  Whether or not the user is allowed to customize the logout settings. 
- 
-  * CustomizeCompatibility 
-  Whether or not the user is allowed to customize the compatibility settings (KDE/Gnome compat)