From 3e8a63580af41b9925c40c50e68fb545a5a0f152 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 13 Feb 2013 15:41:39 +0100 Subject: Rename lightdm-profile snippet to load after keychains load. --- X11/Xsession.d/01-local-lightdm-profile | 12 ------------ X11/Xsession.d/91-local-lightdm-profile | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 X11/Xsession.d/01-local-lightdm-profile create mode 100644 X11/Xsession.d/91-local-lightdm-profile (limited to 'X11') diff --git a/X11/Xsession.d/01-local-lightdm-profile b/X11/Xsession.d/01-local-lightdm-profile deleted file mode 100644 index 7afb6a2..0000000 --- a/X11/Xsession.d/01-local-lightdm-profile +++ /dev/null @@ -1,12 +0,0 @@ -# load profile and xprofile when using lightdm -# -# borrowed from /etc/gdm3/Xsession - -if pidof lightdm; then - # First read /etc/profile and .profile - test -f /etc/profile && . /etc/profile - test -f "$HOME/.profile" && . "$HOME/.profile" - # Second read /etc/xprofile and .xprofile for X specific setup - test -f /etc/xprofile && . /etc/xprofile - test -f "$HOME/.xprofile" && . "$HOME/.xprofile" -fi diff --git a/X11/Xsession.d/91-local-lightdm-profile b/X11/Xsession.d/91-local-lightdm-profile new file mode 100644 index 0000000..7afb6a2 --- /dev/null +++ b/X11/Xsession.d/91-local-lightdm-profile @@ -0,0 +1,12 @@ +# load profile and xprofile when using lightdm +# +# borrowed from /etc/gdm3/Xsession + +if pidof lightdm; then + # First read /etc/profile and .profile + test -f /etc/profile && . /etc/profile + test -f "$HOME/.profile" && . "$HOME/.profile" + # Second read /etc/xprofile and .xprofile for X specific setup + test -f /etc/xprofile && . /etc/xprofile + test -f "$HOME/.xprofile" && . "$HOME/.xprofile" +fi -- cgit v1.2.3