Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:xfce4-session:advanced [2012/03/02 13:06] – [Auto login from console] nick | xfce:xfce4-session:advanced [2025/03/26 13:59] (current) – [Files and Environment Variables] Remove outdated infos gael | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Advanced ====== | + | ~~NOTOC~~ |
+ | {{ : | ||
+ | ====== | ||
+ | |||
+ | * **[[#Auto login from console|Auto login from console]]** | ||
+ | * **[[#SSH and GPG Agents|SSH and GPG Agents]]** | ||
+ | * **[[# | ||
+ | * **[[#Files and Environment Variables|Files and Environment Variables]]** | ||
+ | * **[[#Kiosk Mode|Kiosk Mode]]** | ||
+ | |||
+ | ---- | ||
===== Auto login from console ===== | ===== Auto login from console ===== | ||
Line 10: | Line 20: | ||
This will start Xfce if you login from the first console. For properly registering the ConsoleKit session, you probably want to add ''< | This will start Xfce if you login from the first console. For properly registering the ConsoleKit session, you probably want to add ''< | ||
+ | |||
+ | [[|Back to Top]] | ||
+ | ---- | ||
+ | |||
+ | ===== SSH and GPG Agents ===== | ||
+ | |||
+ | By default xfce4-session tries to start the gpg- or ssh-agent. To disable this run the following commands: | ||
+ | |||
+ | xfconf-query -c xfce4-session -p / | ||
+ | xfconf-query -c xfce4-session -p / | ||
+ | |||
+ | To force the '' | ||
+ | |||
+ | xfconf-query -c xfce4-session -p / | ||
+ | |||
+ | In case you want to use gnome-keyring enable the {gui> | ||
+ | |||
+ | [[|Back to Top]] | ||
+ | ---- | ||
+ | |||
+ | ===== ConsoleKit ===== | ||
+ | |||
+ | The Xfce Desktop requires an active ConsoleKit session to function properly. ConsoleKit is used for system actions like shutdown, suspend and (un)mounting devices (through Polkit for authorization). In case you use a desktop manager, the DM will take care of that. For console starts this is a bit different. | ||
+ | |||
+ | - If you login on the console (without starting X) run '' | ||
+ | - In 4.10, start Xfce with '' | ||
+ | - When Xfce is started and you run '' | ||
+ | |||
+ | [[|Back to Top]] | ||
+ | ---- | ||
+ | |||
===== Files and Environment Variables ===== | ===== Files and Environment Variables ===== | ||
Line 23: | Line 64: | ||
! This is the location where the list of applications that should be automatically run on login is stored. Each autostarted application is represented by a .desktop file (see the Desktop Entry Specification for details). | ! This is the location where the list of applications that should be automatically run on login is stored. Each autostarted application is represented by a .desktop file (see the Desktop Entry Specification for details). | ||
! Prior to Xfce 4.3, the list of autostarted applications was stored in '' | ! Prior to Xfce 4.3, the list of autostarted applications was stored in '' | ||
- | ? ${XDG_CONFIG_DIRS}/ | ||
- | ! This is the location of the configuration file that includes the various settings for xfce4-session, | ||
- | ? ${XDG_CONFIG_DIRS}/ | ||
- | ! This is the location of the configuration file that includes the configuration for the splash screen, which can be changed from the settings dialog. | ||
? ${XDG_CACHE_HOME}/ | ? ${XDG_CACHE_HOME}/ | ||
! The directory where xfce4-session and xfwm4 store the session data to. | ! The directory where xfce4-session and xfwm4 store the session data to. | ||
- | ? ${sysconfdir}/ | + | |
- | ! Kiosk mode configuration file. See next section for an explanation. | + | [[|Back to Top]] |
+ | ---- | ||
===== Kiosk Mode ===== | ===== Kiosk Mode ===== | ||
Line 36: | Line 74: | ||
The session manager offers support for the Kiosk Mode, that helps to prevent users from making changes to their session settings. To use it you have to edit or create the file '' | The session manager offers support for the Kiosk Mode, that helps to prevent users from making changes to their session settings. To use it you have to edit or create the file '' | ||
- | The way to explain the format of this file is by using an example. The xfce4-session section of your kioskrc might look like this: | + | The way to explain the format of this file is by using an example. The xfce4-session section of your '' |
[xfce4-session] | [xfce4-session] | ||
Line 46: | Line 84: | ||
CustomizeSecurity=NONE | CustomizeSecurity=NONE | ||
- | 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. | + | This allows all users to change their splash, chooser and logout settings, but allows only users in the group '' |
The session manager supports the following KIOSK capabilities: | The session manager supports the following KIOSK capabilities: | ||
Line 64: | Line 102: | ||
+ | [[|Back To Top]] | ||
+ | ---- | ||
+ | [[: |