Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > c05a325662df0708dc47698f4404ad89 > files > 11

xinitrc-2.4.4-73mdk.noarch.rpm

#!/bin/sh
# (C) MandrakeSoft
# Chmouel Boudjnah <chmouel@mandrakesoft.com>
#
# $Id: Xsetup_0,v 1.10 2003/02/24 11:54:05 flepied Exp $

if [ -f /etc/profile.d/kde.sh ];then
 . /etc/profile.d/kde.sh
fi

if [ -r /usr/share/mdk/backgrounds/default.png -a -x /usr/bin/qiv ]; then
    /usr/bin/qiv -z /usr/share/mdk/backgrounds/default.png
else
    /usr/X11R6/bin/xsetroot -solid "#21449C"
fi

if [ -x /etc/X11/xinit/fixkeyboard ]; then
    /etc/X11/xinit/fixkeyboard
fi

if [ -x /etc/X11/xinit.d/numlock ]; then
    /etc/X11/xinit.d/numlock &
fi

# Xsetup_0 ends here