Add new script to the package (towards resolving #540546)

This commit is contained in:
Matej Cepl 2010-02-03 17:39:30 +00:00
parent 7ce2901944
commit b570440bb2
2 changed files with 8 additions and 0 deletions

7
xinit-compat Normal file
View File

@ -0,0 +1,7 @@
#/bin/sh
for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
do
if [ -f ${session} ] ; then
exec ${session}
fi
done

View File

@ -20,6 +20,7 @@ Source14: Xresources
Source16: Xsession
Source17: localuser.sh
Source18: xinit-compat.desktop
Source11: xinit-compat
Source100: ck-xinit-session.c
Patch1: xinit-1.0.2-client-session.patch