Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:kiosk_mode [2007/12/08 18:07] 88.172.125.130howto:kiosk_mode [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Kiosk Mode ====== ====== Kiosk Mode ======
-Some components of Xfce have support for kiosk mode, this can be enabled by creating and modifying the system kioskrc file.+Some components of Xfce have support for kiosk mode. This can be enabled by creating and modifying the system kioskrc file found at:
  
-    ${sysconfdir}/xdg/xfce4/kiosk/kioskrc.+  ${sysconfdir}/xdg/xfce4/kiosk/kioskrc 
 + 
 +By default, ${sysconfdir} points to /etc
  
 ===== Xfce4 Panel ===== ===== Xfce4 Panel =====
Line 38: Line 40:
   Whether or not the user is allowed to customize the compatibility settings (KDE/Gnome compat)   Whether or not the user is allowed to customize the compatibility settings (KDE/Gnome compat)
  
 +===== Xfce4 Desktop =====
 +
 +  [xfdesktop]
 +  UserMenu=%wheel
 +  CustomizeBackdrop=ALL
 +  CustomizeDesktopMenu=%wheel
 +  CustomizeWindowlist=NONE
 +  CustomizeDesktopIcons=brian
 +
 +  * UserMenu
 +  Whether or not to allow user modifications to the desktop menu.  If not, xfdesktop will ignore the menu.xml file in ~/.config/xfce4/desktop/ and use the system menu in $sysconfdir/xdg/xfce4/desktop/menu.xml.
 +
 +  * CustomizeBackdrop
 +  Whether or not to allow user modifications to the desktop backdrop.  If not, the Backdrop settings panel will be greyed out.
 +
 +  * CustomizeDesktopMenu
 +  Whether or not to allow user modifications to the desktop menu.  This includes showing or hiding application icons, as well as showing or hiding the menu itself.
 +
 +  * CustomizeWindowlist
 +  Whether or not to allow user modifications to the window list.  This includes showing or hiding window icons, as well as showing or hiding the menu itself.
 +
 +  * CustomizeDesktopIcons
 +  Whether or not to allow the user to enable or disable the display of desktop icons, or change their style.