Re: Web server error logs

2004-08-09 Thread Uwe Pross
Hi there,

On 08 Aug 2004 at 19:47:44 -0500, Jason L Tibbitts III wrote:

 www.fvwm.org's error log grows by about 2GB a week
 lately; this is almost exclusively due to Undefined
 index or Undefined variable PHP warnings.  The server
 is running Apache 2.0.50/PHP 4.3.8.  Here's a selection:
 
 Undefined variable:  navigation_check in
 /local/www/fvwm/documentation/index.php on line 14

I am going to check this on my box. Maybe we should
turn off warnings. I used a lot of tests like 

if($navigation_check) {
...
}

I think most warnings come from these contructs. I have
a look if there is another way to avoid these warnings.

Cheers, Uwe
--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: Send_WindowList

2004-08-09 Thread Dominik Vogt
On Mon, Aug 09, 2004 at 03:45:20AM +0100, Tavis Ormandy wrote:
 Hello, I don't really understand what is supposed to happen when I send
 Send_WindowList,

 am I supposed to get a M_CONFIG_INFO packet for each 
 window?

No, you get a M_CONFIGURE_WINDOW packet for each window.  When all
packets have been sent, the module gets a M_END_WINDOWLIST packet.
The M_CONFIG_INFO packages contain the module confiugration lines
(*Fvwm...) and are requested with SendConfigInfo.

 I only seem to get one packet, and then my normal packets requested with 
 SetMessageMask.

 I only need to know their windowid's, am I supposed to 
 parse the packet payload? (I'm only reading the headers at the moment).

You can do with the packets what you want.  If the window id is
all you need, you can throw away the rest.

 This is my Module: http://dev.gentoo.org/~taviso/files/FvwmExpose
 (written in bash, heh :-) ) It works pretty good, but without Send_WindowList
 it can only find out about windows it receives events for. 
 
 (You might remember I asked a question about the expose idea a while ago 
 on fvwm-users, after some experimenting I found that a module is the only
 way to do it reliably).

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]


pgpQThByPaGHc.pgp
Description: PGP signature


automated response

2004-08-09 Thread Rikke Dahlgaard
Tak for din mail. 

Jeg bruger ikke længere mailen [EMAIL PROTECTED] Skriv fremover venligst til 
[EMAIL PROTECTED]
--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


bin/fvwm-root.c won't compile

2004-08-09 Thread Chris Ross


  It looks like Dominik changed the return type of SetRootWindow
from void to int, but failed to change the prototype on line 24.

  This should be fixed.  Thanks!

  - Chris

--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


tvtime + fvwm no aspect ratio.

2004-08-09 Thread Kingsly John
Hi!

When tvtime(http://tvtime.sf.net) is starting from a running instance of fvwm
it doesn't maintain aspect ratio while resizing the window.

But if fvwm is restarted while tvtime is running... tvtime starts maintaining
aspect ratio!

It's not an issue with my config either... as I'm able to get the same
behavior even when I start fvwm with -f /dev/null

You can find the output of xprop on the same instance of tvtime before and
after the restart here...

Before  -  http://kingsly.net/tmp/xprop-noconfig.txt

After   -  http://kingsly.net/tmp/xprop-restart.txt

Here is the diff output of the above two files...

nostalgia tmp $ diff xprop-noconfig.txt xprop-restart.txt 
0a1,4
 _NET_WM_DESKTOP(CARDINAL) = 0
 _NET_WM_ICON_VISIBLE_NAME(UTF8_STRING) = 0x74, 0x76, 0x74, 0x69, 0x6d, 0x65
 _NET_WM_VISIBLE_NAME(UTF8_STRING) = 0x74, 0x76, 0x74, 0x69, 0x6d, 0x65,
 0x3a, 0x20, 0x76, 0x69, 0x65, 0x77, 0x65, 0x72, 0x20, 0x64, 0x69, 0x73,
 0x63, 0x72, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x61,
 0x64, 0x76, 0x69, 0x73, 0x65, 0x64
 WM_DESKTOP(WM_DESKTOP) = 0x0
12d15
 _NET_WM_DESKTOP(CARDINAL) = 0
nostalgia tmp $ 

On other window managers tvtime maintains aspect ratio always... (tried with
metacity(gnome) and icewm)

I'm using 2.5.10 on gentoo... and this bug has been around for a long
time...  I never got around to testing with the -f /dev/null option until now
:-(

Kingsly
-- 
--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]