N
nudelsnack
Ich will aber nich das gnome-panel laufen lassen! Da könnt ich ja gleich gnome benutzen...
und wegen dem autostart: ich hab da mal geschaut und des skript sucht bei mir zumindest in ~/Desktop/Autostart:
so steht des bei mir in der ~/.xfce4/xinitrc
und wegen dem autostart: ich hab da mal geschaut und des skript sucht bei mir zumindest in ~/Desktop/Autostart:
Code:
# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if test -d "$HOME/Desktop/Autostart"; then
for i in `ls -1 -L ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
if test -x $HOME/Desktop/Autostart/$i; then
$HOME/Desktop/Autostart/$i &
fi
done
fi