strano startup dovrebbe creartelo in automatico..io ho la 0.9.12 magari abbiamo versioni diverse. Comunque il mio startup e´ semplicemente una cosa cosi:
<BR>
<BR># fluxbox startup-script:
<BR>#
<BR># Lines starting with a ´#´ are ignored.
<BR>
<BR># You can set your favourite wallpaper here if you don´t want
<BR># to do it from your style.
<BR>#
<BR># bsetbg -f ~/pictures/wallpaper.png
<BR>#
<BR># This sets a black background
<BR>
<BR>/usr/X11R6/bin/bsetroot -solid black
<BR>
<BR># This shows the fluxbox-splash-screen
<BR># fbsetbg -C /usr/share/fluxbox/splash.jpg
<BR>
<BR># Other examples. Check man xset for details.
<BR>#
<BR># Turn off beeps:
<BR># xset -b
<BR>#
<BR># Increase the keyboard repeat-rate:
<BR># xset r rate 195 35
<BR>#
<BR># Your own fonts-dir:
<BR># xset +fp /home/dwiz/.font
<BR>#
<BR># Your favourite mouse cursor:
<BR># xsetroot -cursor_name right_ptr
<BR>#
<BR># Change your keymap:
<BR># xmodmap ~/.Xmodmap
<BR>
<BR>
<BR>
<BR># Applications you want to run with fluxbox.
<BR># MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ´´&´´ AT THE END.
<BR>Eterm --buttonbar 0 --scrollbar 0 -x -f lightblue -nb -g 100x30+0+0 &
<BR>gkrellm &
<BR>pywmhdmon.py &
<BR># unclutter -idle 2 &
<BR># wmnd &
<BR># wmsmixer -w &
<BR># idesk &
<BR>
<BR># And last but not least we start fluxbox.
<BR># Because it is the last app you have to run it with ´´exec´´ before it.
<BR>
<BR>exec /usr/X11R6/bin/fluxbox
<BR># or if you want to keep a log:
<BR># exec /usr/X11R6/bin/fluxbox -log ~/.fluxbox/log
<BR>
<BR>e non viene richiamato nel file init.
<BR>
<BR>ciao

<br>