bbdock and fluxbox
Hey,
I installed bbdock. Works great from command line, can't figure out how to start it with X.
I have added the following to my ~/.xsession file:
-----snip----
if [ -x /usr/bin/bbdock ]; then
bbdock &
fi
----snip----
That does not work. This file is executed by sh , so I treid executing bbdock using sh from the command line and received an error that sh could not execute binary files.
The author's instructions state to use a config file for bbdock, which I have done and yes it runs fine from the cli, but the author does not state how to start the bbdock app from X start for Debian, he only mentions xinitrc for those other linux's...
Anybody, please tell me how to start bbdock when I start X when using Debian?
Cheers,
John
|