Hi,
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