PATH:
etc
/
X11
/
Xsession.d
# This file is sourced by Xsession(5), not executed. # Add additional xdg paths depending on selected desktop session DEFAULT_XDG_CONFIG_DIRS='/etc/xdg' DEFAULT_XDG_DATA_DIRS='/usr/local/share/:/usr/share/' if [ -n "$DESKTOP_SESSION" ]; then # readd default if was empty if [ -z "$XDG_CONFIG_DIRS" ]; then XDG_CONFIG_DIRS="$DEFAULT_XDG_CONFIG_DIRS"/xdg-"$DESKTOP_SESSION":"$DEFAULT_XDG_CONFIG_DIRS" elif [ -n "${XDG_CONFIG_DIRS##*$DEFAULT_XDG_CONFIG_DIRS/xdg-$DESKTOP_SESSION*}" ]; then XDG_CONFIG_DIRS="$DEFAULT_XDG_CONFIG_DIRS"/xdg-"$DESKTOP_SESSION":"$XDG_CONFIG_DIRS" fi export XDG_CONFIG_DIRS # gnome is already added if gnome-session installed if [ "$DESKTOP_SESSION" != "gnome" ]; then if [ -z "$XDG_DATA_DIRS" ]; then XDG_DATA_DIRS="$DEFAULT_XDG_DATA_DIRS" fi if [ -n "${XDG_DATA_DIRS##*/usr/share/$DESKTOP_SESSION*}" ]; then XDG_DATA_DIRS=/usr/share/"$DESKTOP_SESSION":"$XDG_DATA_DIRS" fi export XDG_DATA_DIRS fi fi
[-] 30x11-common_xresources
[edit]
[-] 50x11-common_determine-startup
[edit]
[-] 20dbus_xdg-runtime
[edit]
[-] 90x11-common_ssh-agent
[edit]
[-] 60x11-common_localhost
[edit]
[-] 40x11-common_xsessionrc
[edit]
[+]
..
[-] 90qt-a11y
[edit]
[-] 35x11-common_xhost-local
[edit]
[-] 90gpg-agent
[edit]
[-] 60x11-common_xdg_path
[edit]
[-] 20x11-common_process-args
[edit]
[-] 99x11-common_start
[edit]