Hi,this is probabaly the same bug i fixed in bbsload.
I'm looking at using bbappconf in http://thinstation.sourceforge.net I have it working to a degree, but are having a couple of problems.
When you do a bbappconf -help it shows you can do
bbappconf -display <display name>
This doesn't seem to work though, when I try from a console shell
bbappconf -diaplay :0
if you've got the source, look for something like:
Basewindow::Basewindow(int argc,char **argv,struct CMDOPTIONS *options)
: BaseDisplay(options->display_name) {and change it to:
Basewindow::Basewindow(int argc,char **argv,struct CMDOPTIONS *options)
: BaseDisplay(argv[0], options->display_name) {(or you could have a completely different problem :) i still haven't found enough motiviation to install bbappconf myself yet.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Damion de Soto - Software Engineer email: [EMAIL PROTECTED] SnapGear --- ph: +61 7 3435 2809 | Custom Embedded Solutions fax: +61 7 3891 3630 | and Security Appliances web: http://www.snapgear.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
