Newer
Older
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
list=( $(ls -A1 %%PATH_ENVIRONMENT%% | sort) )

Eric Vidal
committed
export ${j}

Eric Vidal
committed
cmd="exec ck-launch-session $@"

Eric Vidal
committed
cmd="exec $@"