FVWM: Window interaction hangs X server

2003-09-13 Thread Mike McNally
I've got a fresh RedHat 9 installation on a workstation. Under
the stock Gnome/Metacity desktop, the thing works fine (to the
extent that Metacity ever works :-)

Now when I build fvwm 2.5.7 and change my .xsession file to launch
it, I have terrible problems: X basically just stops responding as
soon as I move a window, or do almost anything else to a window.
The X server has to be sent a kill -9 to get rid of it.  The same
thing happens if I start Mozilla, immediately after the window
decorations are drawn (none of Mozilla per se is ever rendered).

I've successfully use fvwm elsewhere (it's running on the laptop
I'm typing this from now), and this is the first time I've had 
any sort of problem at all.

Anybody else seen this?

--
[ you are my main foo ] Mike McNally -- [EMAIL PROTECTED]
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Window interaction hangs X server

2003-09-13 Thread Thomas Gardiner

Well, this is strange.  I'm using RH9.0 right now with fvwm 2.4.15 and
there's really no problems I've seen.  Have you tried an earlier version
of fvwm?

Tom

On Sat, 13 Sep 2003, Dan Espen wrote:

 Mike McNally [EMAIL PROTECTED] writes:
  I've got a fresh RedHat 9 installation on a workstation. Under
  the stock Gnome/Metacity desktop, the thing works fine (to the
  extent that Metacity ever works :-)
  
  Now when I build fvwm 2.5.7 and change my .xsession file to launch
  it, I have terrible problems: X basically just stops responding as
  soon as I move a window, or do almost anything else to a window.
  The X server has to be sent a kill -9 to get rid of it.  The same
  thing happens if I start Mozilla, immediately after the window
  decorations are drawn (none of Mozilla per se is ever rendered).
  
  I've successfully use fvwm elsewhere (it's running on the laptop
  I'm typing this from now), and this is the first time I've had 
  any sort of problem at all.
  
  Anybody else seen this?
 
 Funny you should mention Redhat 9.0.
 
 I just installed it at work on a server and was able to run whatever
 WM is the default.
 
 When I started Fvwm, any key I hit resulted in the display resizing
 as if I had hit Ctl-Alt +/-.
 
 Ctl-Alt backspace still worked though.
 
 I was too busy to make any attempt to debug it.
 
 -- 
 Dan Espen   E-mail: [EMAIL PROTECTED]
 --
 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 [EMAIL PROTECTED]
 To report problems, send mail to [EMAIL PROTECTED]
 

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Window interaction hangs X server

2003-09-13 Thread Dan Espen
Thomas Gardiner [EMAIL PROTECTED] writes:
 
 Well, this is strange.  I'm using RH9.0 right now with fvwm 2.4.15 and
 there's really no problems I've seen.  Have you tried an earlier version
 of fvwm?

No.  I didn't have time to fool around with it.
I was using a CVS build from April, built on Mandrake
8.2.

The way it was acting seemed more like an X server problem
than something caused by Fvwm.  But it did work with whatever
RH supplies.  Thinking about it, I'm not really sure what I
would do to debug it.  Not that I have to, its a server.
I normally work on it remotely.

 Tom
 
 On Sat, 13 Sep 2003, Dan Espen wrote:
 
  Mike McNally [EMAIL PROTECTED] writes:
   I've got a fresh RedHat 9 installation on a workstation. Under
   the stock Gnome/Metacity desktop, the thing works fine (to the
   extent that Metacity ever works :-)
   
   Now when I build fvwm 2.5.7 and change my .xsession file to launch
   it, I have terrible problems: X basically just stops responding as
   soon as I move a window, or do almost anything else to a window.
   The X server has to be sent a kill -9 to get rid of it.  The same
   thing happens if I start Mozilla, immediately after the window
   decorations are drawn (none of Mozilla per se is ever rendered).
   
   I've successfully use fvwm elsewhere (it's running on the laptop
   I'm typing this from now), and this is the first time I've had 
   any sort of problem at all.
   
   Anybody else seen this?
  
  Funny you should mention Redhat 9.0.
  
  I just installed it at work on a server and was able to run whatever
  WM is the default.
  
  When I started Fvwm, any key I hit resulted in the display resizing
  as if I had hit Ctl-Alt +/-.
  
  Ctl-Alt backspace still worked though.
  
  I was too busy to make any attempt to debug it.

-- 
Dan Espen   E-mail: [EMAIL PROTECTED]
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: FvwmPerl preprocessing

2003-09-13 Thread romildo
Hello.

I am looking for a way of doing arithmetic in the configuration
file of Fvwm, in order to position windows in the task bar I am
trying to setup.

Searching old messages, I have found an indication that the
FvwmPerl module could do what I want. It had been suggested to do
put the following in the configuration file:

==
AddToFunc StartFunction
+ I Module FvwmPerl

DestroyFunc .
AddToFunc .
+ I SendToModule FvwmPerl preprocess -c -- $*
==

The . function would preprocess its argument prior
to delivering it to Fvwm.

When I try the following

. Echo %{ $[vp.width] - 100 }%

in FvwmConsolde, it does work and I get 

[FVWM][Echo]: 1300

as the output.

But if I put that command in my configuration file, it
does not work when I restart Fvwm.

Any clues?

Romildo
-- 
Prof. José Romildo Malaquias[EMAIL PROTECTED]
Departamento de Computação   [EMAIL PROTECTED]
Univ. Federal de Ouro Preto  http://uber.com.br/romildo
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: FvwmPerl preprocessing

2003-09-13 Thread romildo
I forget to tell I am running Fvwm 2.5.7 on Gentoo Linux.

On Sat, Sep 13, 2003 at 08:41:57PM -0300, [EMAIL PROTECTED] wrote:
 I am looking for a way of doing arithmetic in the configuration
 file of Fvwm, in order to position windows in the task bar I am
 trying to setup.
 
 Searching old messages, I have found an indication that the
 FvwmPerl module could do what I want. It had been suggested to do
 put the following in the configuration file:
 
 ==
 AddToFunc StartFunction
 + I Module FvwmPerl
 
 DestroyFunc .
 AddToFunc .
 + I SendToModule FvwmPerl preprocess -c -- $*
 ==
 
 The . function would preprocess its argument prior
 to delivering it to Fvwm.
 
 When I try the following
 
 . Echo %{ $[vp.width] - 100 }%
 
 in FvwmConsolde, it does work and I get 
 
 [FVWM][Echo]: 1300
 
 as the output.
 
 But if I put that command in my configuration file, it
 does not work when I restart Fvwm.
-- 
Prof. José Romildo Malaquias[EMAIL PROTECTED]
Departamento de Computação   [EMAIL PROTECTED]
Univ. Federal de Ouro Preto  http://uber.com.br/romildo
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: FvwmPerl preprocessing

2003-09-13 Thread Mikhael Goikhman
On 13 Sep 2003 20:41:57 -0300, [EMAIL PROTECTED] wrote:
 
 I am looking for a way of doing arithmetic in the configuration
 file of Fvwm, in order to position windows in the task bar I am
 trying to setup.
 
 Searching old messages, I have found an indication that the
 FvwmPerl module could do what I want. It had been suggested to do
 put the following in the configuration file:
 
 ==
 AddToFunc StartFunction
 + I Module FvwmPerl
 
 DestroyFunc .
 AddToFunc .
 + I SendToModule FvwmPerl preprocess -c -- $*
 ==
 
 The . function would preprocess its argument prior
 to delivering it to Fvwm.
 
 When I try the following
 
 . Echo %{ $[vp.width] - 100 }%
 
 in FvwmConsolde, it does work and I get 
 
 [FVWM][Echo]: 1300
 
 as the output.
 
 But if I put that command in my configuration file, it
 does not work when I restart Fvwm.

Make sure FvwmPerl is running when you use . function.
Use ModuleSynchronous, not Module command as suggested in the man page.

Regards,
Mikhael.
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: FvwmPerl preprocessing

2003-09-13 Thread romildo
On Sun, Sep 14, 2003 at 03:06:15AM +0300, Mikhael Goikhman wrote:
 On 13 Sep 2003 20:41:57 -0300, [EMAIL PROTECTED] wrote:
  ==
  AddToFunc StartFunction
  + I Module FvwmPerl
  
  DestroyFunc .
  AddToFunc .
  + I SendToModule FvwmPerl preprocess -c -- $*
  ==
  
  The . function would preprocess its argument prior
  to delivering it to Fvwm.
  
  When I try the following
  
  . Echo %{ $[vp.width] - 100 }%
  
  in FvwmConsolde, it does work and I get 
  
  [FVWM][Echo]: 1300
  
  as the output.
  
  But if I put that command in my configuration file, it
  does not work when I restart Fvwm.

Any explanation for this behaviour (works in FvwmConsole only)?

 Make sure FvwmPerl is running when you use . function.

FvwmPerl is running:

$ ps x | grep FvwmPerl
25356 vc/1 S  0:00 /usr/bin/perl -w /usr/lib/fvwm/2.5.7/FvwmPerl 7 4 
none 0 8

 Use ModuleSynchronous, not Module command as suggested in the man page.

Using ModuleSynchronous now:

AddToFunc StartFunction
+ I ModuleSynchronous FvwmPerl

Romildo

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]