start fluxbox on DFly
Timour Ezeev
timour at caelifer.org
Mon Aug 28 09:13:18 PDT 2006
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
More information about the Users
mailing list