FVWM: MouseFocusClickRaises

2002-08-17 Thread Marcus Lundblad
Actually all key-bindings stopped working too (and yes, I tried pressing num-lock again too see if it was the problem), after a log out and in again the problem was gone, perhaps some problem with XFree86... //Marcus -- Visit the official FVWM web page at URL: http://www.fvwm.org/. To

Re: FVWM: Pager improvement suggestion

2002-08-17 Thread Tomas Ogren
On 17 August, 2002 - Marcus Lundblad sent me these 1,9K bytes: I guess you would have to ave the conent of a page when switching pages and use that as the representation, so that only the current page is more live And the current page would be updated with some interval, but the question

FVWM: How to change Start Menu's font?

2002-08-17 Thread Seng Huat Yeoh
Hi, I would like to make changes to Start Menu's font as well as the Start button's font. Where should I edit? And I would like to modify my windows title's font too. Regards, Stanley Yeoh _ Join the world’s largest e-mail

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Ulrich Fahrenberg
On Sat, 17 Aug 2002, Felix Kater wrote: I defined a Menu to start an xterm like this: AddToMenu MenuBackup + start backup Exec exec xterm But how can I add something (after Exec exec xterm) to start a scipt which shows its output in that xterm? AddToMenu MenuBackup +

FVWM: focus, again

2002-08-17 Thread Giuseppe Della Ricca
Hi ! I have a doubt from the man page: GrabFocus causes a newly mapped window to grab the focus, while GrabFocusOff turns this off. GrabFocus is the default for ClickToFocus windows and GrabFocusOff is the

Re: FVWM: How to change Start Menu's font?

2002-08-17 Thread Mikhael Goikhman
On 17 Aug 2002 15:30:45 +0800, Seng Huat Yeoh wrote: I would like to make changes to Start Menu's font as well as the Start button's font. Where should I edit? And I would like to modify my windows title's font too. You may learn about defining fonts in the fvwm and FvwmTaskBar man

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Rob 'Feztaa' Park
Alas! Mikhael Goikhman spake thus: If your script immediatelly exits after printing the output you should prevent xterm from being closed, something like: Exec exec xterm -e sh -c date; head -1 where date is your script. This waits for Enter to be closed. Interesting; I would have done

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Mikhael Goikhman
On 17 Aug 2002 15:52:35 -0600, Rob 'Feztaa' Park wrote: Alas! Mikhael Goikhman spake thus: If your script immediatelly exits after printing the output you should prevent xterm from being closed, something like: Exec exec xterm -e sh -c date; head -1 where date is your script.

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Cameron Simpson
On 22:41 17 Aug 2002, Mikhael Goikhman [EMAIL PROTECTED] wrote: | On 17 Aug 2002 15:52:35 -0600, Rob 'Feztaa' Park wrote: | Alas! Mikhael Goikhman spake thus: | If your script immediatelly exits after printing the output you should | prevent xterm from being closed, something like: |

FVWM: configure can find xft2

2002-08-17 Thread Wilbert van Bakel
Hello fvwm-users, I installed fvwm-2.5.2 and I want to use xft2 from the fcpackage-02.07.28-something.tar.gz. Maybe I didn't install the fcpackage right, but the header file which declares FcBool is found in /usr/X11R6/include/fontconfig/fontconfig.h. Which steps do I need to take to compile

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Mikhael Goikhman
On 18 Aug 2002 09:38:23 +1000, Cameron Simpson wrote: Me too. Doesn't even fork an extra process. | head is more portable, read is not available in some shells like tcsh/csh. Speaking as one who predates head I'd had differed on this:-) (Well, at the least started on systems that

Re: FVWM: configure can find xft2

2002-08-17 Thread Mikhael Goikhman
On 17 Aug 2002 18:54:15 -0500, Wilbert van Bakel wrote: I installed fvwm-2.5.2 and I want to use xft2 from the fcpackage-02.07.28-something.tar.gz. Maybe I didn't install the fcpackage right, but the header file which declares FcBool is found in /usr/X11R6/include/fontconfig/fontconfig.h.

Re: FVWM: configure can find xft2

2002-08-17 Thread Wilbert van Bakel
I found font-config-config in /usr/bin and used --with-freetype-prefix=/usr. I hope I did paste the right part of the config.log: configure:3192: checking for Xft - version = 2.0.0 configure:3264: gcc -o conftest -g -O2 -Wall -Wno-implicit-int -I/usr/include -I/usr/include/freetype2

Re: FVWM: focus, again

2002-08-17 Thread Mikhael Goikhman
On 17 Aug 2002 20:43:32 +0200, Giuseppe Della Ricca wrote: I have a doubt from the man page: GrabFocus causes a newly mapped window to grab the focus, while GrabFocusOff turns this off. GrabFocus is the default for

Re: FVWM: configure can find xft2

2002-08-17 Thread S. Anderson
... cc1: warning: changing search order for system directory /usr/include cc1: warning: as it has already been specified as a non-system directory steenking gcc3! j/k :-) ... configure:3248: `FcBool' undeclared (first use in this function) you might be having the same problem as I once

Re: FVWM: configure can find xft2

2002-08-17 Thread Mikhael Goikhman
On 17 Aug 2002 19:37:24 -0600, S. Anderson wrote: ... cc1: warning: changing search order for system directory /usr/include cc1: warning: as it has already been specified as a non-system directory steenking gcc3! j/k :-) ... configure:3248: `FcBool' undeclared (first use in

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Bruce M Beach
On Sun, 18 Aug 2002, Mikhael Goikhman wrote: Funny, the following is incorrect in bash and ksh: % xterm ; xterm But this is correct in tcsh, zsh, ash and csh. If you put a command with in parentheses it should work in all shells: Exec (xterm ); (xterm ); (xterm ) Yeah. I've

Re: FVWM: configure can find xft2

2002-08-17 Thread S. Anderson
On Sun, Aug 18, 2002 at 01:50:57AM +, Mikhael Goikhman wrote: On 17 Aug 2002 19:37:24 -0600, S. Anderson wrote: ... configure:3248: `FcBool' undeclared (first use in this function) you might be having the same problem as I once had. see

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Cameron Simpson
On 09:55 18 Aug 2002, Bruce M Beach [EMAIL PROTECTED] wrote: | On Sun, 18 Aug 2002, Mikhael Goikhman wrote: | Funny, the following is incorrect in bash and ksh: |% xterm ; xterm |Yeah. I've seen the above % xterm ; xterm fail a million |times and never learn because it doesn't make

Re: FVWM: simple question: how execute xterm and then a script?

2002-08-17 Thread Rob 'Feztaa' Park
Alas! Mikhael Goikhman spake thus: Funny, the following is incorrect in bash and ksh: % xterm ; xterm In bash, the syntax you are looking for is simply 'xterm xterm'. -- Rob 'Feztaa' Park http://members.shaw.ca/feztaa/ -- Feel disillusioned? I've got some great new illusions, right