Re: FVWM: possible StickAcrossPages bug

2007-06-17 Thread Thomas Adam

On 17/06/07, Jonathan Kotta [EMAIL PROTECTED] wrote:

On 6/5/07, Jonathan Kotta [EMAIL PROTECTED] wrote:
 AddToFunc TestFunc
 + I StickAcrossPages
 + I WindowStyle IconOverride
 + I Next FlipFocus


I still can't reproduce this, even by following your instructions.
The only thing I can think of which might make a difference for you is
that you haven't add + I UpdateStyles after the WindowStyle command
in your function above.

Regardless of that though, the function works fine for me; I get no
flicker of stipples or anything, despite leaving my finger on F12 for
many seconds.

-- Thomas Adam



Re: FVWM: possible StickAcrossPages bug

2007-06-04 Thread Jonathan Kotta

On 6/3/07, Dominik Vogt [EMAIL PROTECTED] wrote:

On Fri, Jun 01, 2007 at 08:11:41PM -0500, Jonathan Kotta wrote:
 When I FlipFocus, my windows lose the StickAcrossPages property (plain
 Stick seems to be fine), after doing a WindowStyle IconOverride.  Here
 is a minimal config to reproduce the problem:

 AddToFunc TestFunc
 + I WindowStyle IconOverride
 + I Next FlipFocus

 Key F11 A A Pick StickAcrossPages
 Key F12 A A TestFunc

 Start a few xterms and stick one, then press F12.  The order of the
 commands in TestFunc doesn't really matter.

I can not reproduce this problem.  Could you provide step by step
instructions, please?  Do you have a 64 bit machine?



Perhaps a better config is:

AddToFunc TestFunc
+ I StickAcrossPages
+ I WindowStyle IconOverride
+ I Next FlipFocus

Key F12 A A TestFunc

Start Fvwm with the above config (the function definition and key
binding), somehow get 2 windows up (e.g. 2 xterms), focus one, then
press F12.  Alternatively, you could run the commands from the
console.  The window that TestFunc is run on should be sticky, but it
is not (sometimes I can see the stipples flicker).  Also, if the
WindowStyle command is removed, TestFunc works as expected (the window
remains sticky).  If the FlipFocus command is removed, TestFunc makes
the window sticky, but any focus change will remove the stickiness.

I have tried this on a 64 bit machine (but it is running a 32-bit
Linux) and on 2 32 bit machines.  All Fvwm's are configured the same
way (at least fvwm -V gives the same output).  When I built them, I
didn't do anything fancy, just ./configure ; make ; make deb-inplace.

--
Thanks,

Jonathan Kotta

Hofstadter's Law:
   It always takes longer than you expect, even
   when you take into account Hofstadter's Law.



Re: FVWM: possible StickAcrossPages bug

2007-06-03 Thread Dominik Vogt
On Fri, Jun 01, 2007 at 08:11:41PM -0500, Jonathan Kotta wrote:
 When I FlipFocus, my windows lose the StickAcrossPages property (plain
 Stick seems to be fine), after doing a WindowStyle IconOverride.  Here
 is a minimal config to reproduce the problem:
 
 AddToFunc TestFunc
 + I WindowStyle IconOverride
 + I Next FlipFocus
 
 Key F11 A A Pick StickAcrossPages
 Key F12 A A TestFunc
 
 Start a few xterms and stick one, then press F12.  The order of the
 commands in TestFunc doesn't really matter.

I can not reproduce this problem.  Could you provide step by step
instructions, please?  Do you have a 64 bit machine?

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, dominik.vogt (at) gmx.de


signature.asc
Description: Digital signature


Re: FVWM: possible StickAcrossPages bug

2007-06-01 Thread Thomas Adam

On 02/06/07, Jonathan Kotta [EMAIL PROTECTED] wrote:

When I FlipFocus, my windows lose the StickAcrossPages property (plain
Stick seems to be fine), after doing a WindowStyle IconOverride.  Here
is a minimal config to reproduce the problem:

AddToFunc TestFunc
+ I WindowStyle IconOverride
+ I Next FlipFocus

Key F11 A A Pick StickAcrossPages
Key F12 A A TestFunc

Start a few xterms and stick one, then press F12.  The order of the
commands in TestFunc doesn't really matter.


What version of FVWM are you using?   I am unable to reproduce this
using FVWM 2.5.21.

-- Thomas Adam



Re: FVWM: possible StickAcrossPages bug

2007-06-01 Thread Thomas Adam
On Fri, Jun 01, 2007 at 08:11:41PM -0500, Jonathan Kotta wrote:
 When I FlipFocus, my windows lose the StickAcrossPages property (plain
 Stick seems to be fine), after doing a WindowStyle IconOverride.  Here
 is a minimal config to reproduce the problem:
 
 AddToFunc TestFunc
 + I WindowStyle IconOverride
 + I Next FlipFocus
 
 Key F11 A A Pick StickAcrossPages
 Key F12 A A TestFunc
 
 Start a few xterms and stick one, then press F12.  The order of the
 commands in TestFunc doesn't really matter.

What version of FVWM are you using?  I can't reproduce this with FVWM
2.5.21.

-- Thomas Adam

--
He wants you back, he screams into the night air, like a fireman going
through a window that has no fire. -- Mike Myers, This Poem Sucks.



Re: FVWM: possible StickAcrossPages bug

2007-06-01 Thread Jonathan Kotta

What version of FVWM are you using?   I am unable to reproduce this
using FVWM 2.5.21.



Sorry.  I knew I forgot something.

[EMAIL PROTECTED] tftpboot](0)$ fvwm -V
fvwm 2.5.21 compiled on Apr 19 2007 at 18:25:50
with support for: ReadLine, XPM, PNG, Shape, XShm, SM, Xinerama,
XRender, XFT, NLS

--
Thanks,

Jonathan Kotta

Hofstadter's Law:
   It always takes longer than you expect, even
   when you take into account Hofstadter's Law.