2008/12/1 Tom Horsley <[EMAIL PROTECTED]>:
> The newest ktorrent (and maybe all other kde4 programs) is
> apparently trying to remember where it was and put itself back
> there when you start it up again.
>
> The trouble is, the algorithm it is using doesn't seem to work.
> It keeps gradually drifting up the screen and eventually I find the
> title bar completely off the screen when I start it up.
>
> Anyone know which window manager properties and wot-not KDE
> apps are looking for to deduce position and if I can stick some
> magic in my fvwm rc file to placate it?

Well, there's:

Style foo !UsePPosition

Which will instruct FVWM to ignore the PPosition hint (which is
probably what's biting you here --- effectively, the application is
telling the window manager it knows best when placing its window, but
in the above, you're instructing FVWM that you do in fact know
better).

Failing that, the output of "xprop" on this window would be useful,
along with the output from:

 BugOpts ExplainWindowPlacement On

-- Thomas Adam

Reply via email to