OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: alexei on March 24, 2005, 02:30:35 am

Title: Fvwm Bug
Post by: alexei on March 24, 2005, 02:30:35 am
Hello,   I'm trying to set up fvwm so that new windows start off maximized, I think this would be useful on the zaurus (it's always possible to define exceptions for certain programs). According to the docs the following should work in .fvwm2rc:

AddToFunc StartFunction
  + I Module FvwmEvent

*FvwmEvent: StartDelay 4
*FvwmEvent: add_window Maximize

this works on my laptop, but fails on the zaurus. Do any of the fvwm gurus out there have any ideas?
Title: Fvwm Bug
Post by: dtruchan on March 25, 2005, 10:12:37 pm
It would appear that FvwmEvent doesn't run without librplay.so.3
 
Title: Fvwm Bug
Post by: alexei on March 26, 2005, 12:26:51 am
I don't have librplay on my laptop and it's working fine there. Hmmmm, laptop version is 2.5.8
zaurus version is 2.5.10 ...
Title: Fvwm Bug
Post by: dtruchan on March 26, 2005, 07:00:50 am
Quote
I don't have librplay on my laptop and it's working fine there. Hmmmm, laptop version is 2.5.8
zaurus version is 2.5.10 ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72336\"][{POST_SNAPBACK}][/a][/div]

Check the console from which you launched Fvwm.
When I do, this is what I see:
Code: [Select]
/libexec/fvwm/2.5/10/FvwmEvent: error while loading shared libraries: librplay.so.3: cannot open shared object: No such file or directory
Works fine on my system too, without rplay.  
I would think this is a compilation issue.
Title: Fvwm Bug
Post by: alexei on March 29, 2005, 10:46:10 pm
you're right, it is a compilation issue. FvwmEvent fails to run on the Z (easy to check with ps). On my laptop it's not linked into librplay and it runs happily.

From the man page:

"The  rplay support is enabled when FvwmEvent is compiled with HAVE_RPLAY"

So ... could anyone who has compiled fvwm please give me some pointers!! I have not been able to cross-compile fvwm, which seems to check for the existence of everything under the sun in the configure script. Help in compiling much appreciated.
Title: Fvwm Bug
Post by: Christoph on March 30, 2005, 04:04:23 am
Hi alexei

Perhaps your happy with this. It was compiled natively on the Z.
Unfortunately I don't remember what I had to do to compile it.

Christoph
Title: Fvwm Bug
Post by: alexei on March 30, 2005, 10:26:46 pm
Thank you Christoph! It works a treat.