]> git.pld-linux.org Git - packages/gdm2.20.git/blobdiff - xinit-sh.patch
do not load backup files from /etc/X11/xinit/xinitrc.d
[packages/gdm2.20.git] / xinit-sh.patch
diff --git a/xinit-sh.patch b/xinit-sh.patch
new file mode 100644 (file)
index 0000000..90fffa9
--- /dev/null
@@ -0,0 +1,11 @@
+--- gdm-2.20.11/config/Xsession.in~    2013-03-06 00:17:36.000000000 +0200
++++ gdm-2.20.11/config/Xsession.in     2013-03-06 00:18:31.189137195 +0200
+@@ -183,7 +183,7 @@
+ # run all system xinitrc shell scripts.
+ if [ -d /etc/X11/xinit/xinitrc.d ]; then
+-    for i in /etc/X11/xinit/xinitrc.d/* ; do
++    for i in /etc/X11/xinit/xinitrc.d/*.sh; do
+         if [ -x "$i" ]; then
+           . "$i"
+         fi
This page took 0.138148 seconds and 4 git commands to generate.