Согласно ману xinitrc лежит в ~/.xfce (ну или его туда нужно положить). Это все я сделал, но если закоментить строку с xfce4-panel, то xfce не стартует.
>Сам подумай, если оригинальный initrc выглядит так:
Оригинальный выглидит ваще-то так(часть его):
xftaskbar4& xfdesktop& xfcalendar& panel=`which xfce4-panel` case "x$panel" in x|xno*) ;; *) $panel ret=$? while test $ret -ne 0; do xmessage -center -file - -timeout 20 -title Error <<EOF A crash occured in the panel Please report this to the xfce4-dev@moongroup.com list Meanwhile the panel will be restarted EOF cat >&2 <<EOF A crash occured in the panel Please report this to the xfce4-dev@moongroup.com list Meanwhile the panel will be restarted EOF $panel ret=$? done ;; esac
xsetroot -bg white -fg red -solid black -cursor_name watch