DragonFly users List (threaded) for 2006-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: start fluxbox on DFly
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]