[Gambas-user] Compiled Programm not starting correctly

Rob Kudla sourceforge-raindog2 at ...94...
Tue Jan 17 18:28:58 CET 2006


On Tue January 17 2006 03:00, Michael Wuest wrote:
>   I want that program to be started standalone by xinitrc
> without any gnome-panel or anything like that. so i have the
> following xinitrc:
>
>   my-gambas-prg &
>   gnome-session

Doesn't that start a whole GNOME session after launching your 
program?

> only uses the upper left 640 x 480 pixels. also desktop.width
> and desktop.height tell me 640 x 480.
>   what can I do to let the gambas program use the whole
>   screen? normal methods like maximized or fullscreen or
>   resizing by timer failed. I have debian sarge 3.1 with

All those methods you're talking about require a window manager 
to be loaded first.  For a light weight window manager with no 
panel, try putting this in your xinitrc:

sawfish &
my-gambas-prg &

I dunno whether you need the & after my-gambas-prg.... But, give 
it a try.... 

Rob




More information about the User mailing list