Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 095d689027ed7b6f28eafd0dbb57d0d4 > files > 24

xinitrc-2.4.19-6mdv2008.0.src.rpm

#!/bin/sh
# (c) 2000-2002 MandrakeSoft
# $Id: xinitrc-xinitrc,v 1.2 2002/09/10 05:53:43 flepied Exp $

# Set a background here because it's not done anymore
# in Xsesion for non root users
if [ "`whoami`" != root ]; then
    xsetroot -solid "#21449C"
fi

exec /etc/X11/Xsession $*