Add new script to the package (towards resolving #540546)
This commit is contained in:
parent
7ce2901944
commit
b570440bb2
7
xinit-compat
Normal file
7
xinit-compat
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user