/etc/X11/Xsession.d
NameSizeModeActions
20dbus_xdg-runtime10620644editdlrm
20x11-common_process-args20300644editdlrm
30x11-common_xresources8780644editdlrm
35x11-common_xhost-local3890644editdlrm
40x11-common_xsessionrc1870644editdlrm
50x11-common_determine-startup15680644editdlrm
60x11-common_localhost1460644editdlrm
60x11-common_xdg_path9910644editdlrm
90gpg-agent8800644editdlrm
90x11-common_ssh-agent6290644editdlrm
99x11-common_start1660644editdlrm
Edit: /etc/X11/Xsession.d/35x11-common_xhost-local (389B)
# This file is sourced by Xsession(5), not executed. # If xhost (from x11-xserver-utils) is installed, use it to give access # to the X server to any process from the same user on the local host. # Unlike other uses of xhost, this is safe since the kernel can check # the actual owner of the calling process. if type xhost >/dev/null 2>&1; then xhost +si:localuser:$(id -un) || : fi