OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: gab74 on July 15, 2005, 03:46:35 pm

Title: Fvwm And Rox
Post by: gab74 on July 15, 2005, 03:46:35 pm
How can i modify .xinitrc for using FVWM with ROX DESKTOP ?

I try to insert

rox --pinboard=MYPINBOARD

at the end of the file but it doesent work...

I use SL6000

Thanks Gabriele
Title: Fvwm And Rox
Post by: Christoph on July 15, 2005, 05:56:28 pm
Hi,

Quote
How can i modify .xinitrc for using FVWM with ROX DESKTOP ?

I try to insert

rox --pinboard=MYPINBOARD

at the end of the file but it doesent work...

I use SL6000

Thanks Gabriele
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88498\"][{POST_SNAPBACK}][/a][/div]
The commands in .fvwm2rc are fvwm-commands. fvwm does not know
the "fvwm"-command rox. But it knows how to start external programs by
the fvwm-command "Exec".
The "normal" way to add programs at startup is to add them
to the fvwm-function "FvwmStartFunc" that you will find in .fvwm2rc

Insert

+ I Exec rox --pinboard=MYPINBOARD

directly after the line for FvwmCommandS

That should work.

Christoph
Title: Fvwm And Rox
Post by: Zumi on July 15, 2005, 06:23:19 pm
Quote
How can i modify .xinitrc for using FVWM with ROX DESKTOP ?

I try to insert

rox --pinboard=MYPINBOARD

at the end of the file but it doesent work...

I use SL6000

Thanks Gabriele
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88498\"][{POST_SNAPBACK}][/a][/div]
You have to put this command before /usr/bin/fvwm command in .xinitrc, because they got executed in linear order. So if you put it after fvwm command, it will be executed when you quit from fvwm.

But the solution from Christoph will work nicely too.
Zumi