summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-11-04 14:10:08 -0500
committerRay Strode <rstrode@redhat.com>2015-11-06 22:12:47 -0500
commit0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef38 (patch)
tree0b46ff5ce79f0866d93e5235fff2fbb3528b92e5 /data
parentd28f4d6d3b5abc0001fbf11f4ff54aeacece84b6 (diff)
downloadgdm-0bb8a777cfc0a3bc53c2c2830dd7e6e2baeeef38.tar.gz
Xsession: get rid of "custom" session
custom is a magic name we used to allow for having the user decide their session by a ~/.xsession file. We no longer support that construct and haven't for many years. Instead, users who want that functionality can just add a xsession file to accomplish it. This commit just removes some left over cruft that never got cleaned up.
Diffstat (limited to 'data')
-rwxr-xr-xdata/Xsession.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/data/Xsession.in b/data/Xsession.in
index f2533753..9d79558c 100755
--- a/data/Xsession.in
+++ b/data/Xsession.in
@@ -157,15 +157,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
done
fi
-if [ "x$command" = "xcustom" ] ; then
- if [ -x "$HOME/.xsession" ]; then
- command="$HOME/.xsession"
- else
- echo "$0: Cannot find ~/.xsession will try the default session"
- command="default"
- fi
-fi
-
if [ "x$command" = "xdefault" ] ; then
if [ -x "$HOME/.Xclients" ]; then
command="$HOME/.Xclients"