Hello, Saverio:

On Sun, 27 Aug 2006, Saverio Iacovelli wrote:

#cat /usr/pkg/bin/fluxbox > .xinitrc

I would not recommend to do so. What you did was effectivly overwriting .xinitrc with fluxbox binary. .xinitrc is supose to be a simple shell script with commands to execute after you have a running X server. The better way would be:

echo 'exec /usr/pkg/bin/fluxbox' > ~/.xinitrc

Please read here http://fluxbox.sourceforge.net/docs/en/faq.php#startup for more info.

BR

- Timour

Reply via email to