On Tue, Jan 16, 2001 at 11:12:06PM -0800, idalton_at_ferret.phonewave.net wrote:
> On Tue, Jan 16, 2001 at 11:40:41PM +0100, Dominik Vogt wrote:
> > On Sat, Nov 25, 2000 at 11:33:21PM -0800, ferret_at_phonewave.net wrote:
> > >
> > > Great! I'm only having two problems now here.. I'm using Debian's fvwm2rc
> > > system with the user hooks in it. I have all my module resource setting
> > > and Style settings done in my ~/.fvwm/post.hook
> > > My post.hook is Read'ing post.hook.$[screen], which have per-display
> > > customisations for FvwmIconMan and FvwmPager.
> > >
> > > I am loading FvwmIconMan from my init-restart.hook, as the local
> > > documentation indicates I should. FvwmPager is loading from the system
> > > fvwm2rc file.
> > >
> > > Problem: My FvwmPagerGeometry setting is halfway-honoured: The size part
> > > is honoured but the placement part isn't, for either screen.
> >
> > I have no idea why. Can you provide your config file, please?
> > Which 2.3.x version are you currently using?
>
> Our nice Debian maintainer is doing an experimental packaging of 2.3.x
> and I'll be trying that out soon and find out if that fvwm version still
> has the problem.
>
> Basically, the system fvwm2rc file defined an FvwmPagerGeometry, then
> loads the user's configuration hooks which in this case also have
> FvwmPagerGeometry settings. So if you have multiple FvwmPagerGeometry
> lines sourced the placement part of the geometry is only honoured for
> the FIRST instance.
Okay, I found the problem in the code. The biggest problem (among
others) was, that the sign of the x/y value of the geometry was
reset for the further geometries, so this
*FvwmPagerGeometry -0-0
*FvwmPagerGeometry +20+20
resulted in this final geometry:
*FvwmPagerGeometry -20-20
Will be fixed in the next beta release.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Jan 17 2001 - 16:22:41 GMT