Re: FVWM: minimal rc commands to give active inactive windowtitle a color

2003-02-12 Thread Ulrich Fahrenberg
On Wed, 12 Feb 2003, Jules Alberts wrote:

 Hello everybody,

 I've been using fvwm2 for a few months now, like a a lot (I come from
 gnome + sawfish). There is one thing that gives me some trouble, that's
 how do I give windowtitles their background and text color?

 If I want active windows to have green text on a solid red background
 and inactive windows yellow text on a solid blue background (bwaaa...
 it's just an example :-), what would be the minimal commands in
 .fvwm2rc to do this?

Style * ForeColor Yellow, BackColor Blue, HilightFore Green,
HilightBack Red

or, more minimal:

Style * Color Yellow/Blue, HilightFore Green, HilightBack Red

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: remote mozilla

2002-09-27 Thread Ulrich Fahrenberg
On Thu, 26 Sep 2002, elliot sowadsky wrote:

 Using Mozilla, everything's ok.  It gets slower and slower over
 time going from using Mozilla to doing something outside Mozilla
 (windowing/menu/focus) operations (Going *to* Mozilla is never a
 problem).  One time when it really hung upremote logging in, X
 was busy.

I'm having the same problem, running mozilla-1.0 remote and fvwm-2.4.3
on Solaris 2.8.

Uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: An always raised window

2002-09-27 Thread Ulrich Fahrenberg
On Fri, 27 Sep 2002, Uwe Pross wrote:

 I am using fvwm-2.5.3 on a Solaris maschine. I have to use a program which
 emulates ms-windows in some kind.  This program produces a window which is
 always on top. I have not found a way to put other windows above this one.
 This window is not shown in window list or in the taskbar either nor does it
 have fvwm-window decorations.  Which really bothers is that this window
 stays on top so one cannot see other windows.

Look for

RaiseOverUnmanaged

in the manpage. Short answer: Issue

BugOpts RaiseOverUnmanaged

in your .fvwm2rc

Uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: Compile Issues

2002-09-18 Thread Ulrich Fahrenberg
On Wed, 18 Sep 2002, Dominik Vogt wrote:

 --- warn.c ---
   #include stdio.h
   main(const i, const int * const p)
   {
 char *c;

 switch (*p = p = *c)
 {
 case 0:
   printf(%p, c, p);
 }
 *c = i;
 c = p;
 while (1 || (unsigned int)3 = 0 ||
((int)-1) == ((unsigned int)1));

 return;
   }
 --

 So I ask everybody to review it and/or try to compile it

I'm at work, SPARC Solaris 5.8. gcc complains a lot many times, but
compiles happily, as expected. But Sun's own proprietary forte-cc
fails to compile it.

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: FVWM: Cursor disappearing while typing?

2002-09-18 Thread Ulrich Fahrenberg
On Wed, 18 Sep 2002, Victor Eijkhout wrote:

 Probably not an fvwm question, but. Is it possible to hide the cursor
 when i start typing?

Have a look at unclutter. I don't remember where I found it (google),
it appears not to be maintained anymore; but I've used version 0.80
for several years without any pain. Does exactly what you want.

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: Compile Issues

2002-09-17 Thread Ulrich Fahrenberg
On Tue, 17 Sep 2002, Dominik Vogt wrote:

 On Tue, Sep 17, 2002 at 01:54:56AM -0400, Suzanne Skinner wrote:

  Also, CFLAGS aren't working at all?

 They should be working as usual.  I have disabled them in
 configure because they often cause some tests to fail.  How did
 you specify the flags?  When I run

   $ make CFLAGS=...

 it works as it always did.

If I understand the True Gnu Way Of Doing Things right, configure
should read any CFLAGS (and CXXFLAGS and LDFLAGS and ...) you have set
in your shell and write them to the appropriate Makefiles, such that
afterwards,

make CFLAGS=$CFLAGS

should be equivalent to simply saying

make

, and
make CFLAGS=aVerySpecialFlag

would be the same as

make CFLAGS=aVerySpecialFlag $CFLAGS

Of course there can be good reasons to disable CFLAGS recognition in
configure, but then things do not work the True Gnu Way anymore (which
is not A Bad Thing, but maybe it deserves to be mentioned in the
INSTALL file).

Just my 2c,
Uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: Fvwm for macOSX

2002-08-30 Thread Ulrich Fahrenberg
On Fri, 30 Aug 2002, Krishna Veeraghanta wrote:

 Where can I download the macosX binaries for fvwm? I'm going
 through one site after another and still no luck

I'm afraid you will not find any fvwm binaries for MacOSX. However we
have had reports that compiling the sources under MacOSX is relatively
painless, so I suggest you give this a try. The configure script is
going to tell you if you need some other packages to install fvwm
properly.

Regards,
Uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: FVWM: appearing/disappearing pager at press/release of some key

2002-08-29 Thread Ulrich Fahrenberg
On Thu, 29 Aug 2002, fiesh wrote:

 since i use alt+cursor_keys for virtual desktop navigation, i
 wondered if it is possible to have the FvwmPager appear/disappear
 on press/release of the alt key.  yet my attempts didn't really
 work, -transient only makes the pager disappear when pressing
 Alt_L (or whatever key specified) again.  is there some way to
 make this work? would be a nice feature, imo.

This is a FAQ, question 7.12. Instead of using what this answer says,
you might try the following:

AddToFunc TogglePager   I None (FvwmPager) Module FvwmPager * *
+   I Next (FvwmPager) Close

Key F1  A   C   TogglePager

As my pager is sticky and always on top, I don't need the other lines
(in the answer to Q7.12).

Regards,
Uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: Geometry

2002-08-19 Thread Ulrich Fahrenberg
On Mon, 19 Aug 2002, Johan Svedberg wrote:

 + I Exec exec xbuffy -geometry x-0+270 -bg black -fg white -fn 5x7
 -boxfile $HOME/.xbuffyrc -fill 

 What should I set x to if I want it to be all the way down to the buttom
 of the screen except for the last 133 pixels? Maybe that can't be done,
 or?

If I understand your question right, wouldn't the answer be

+ I Exec exec xbuffy -geometry -133+270 -bg black -fg white -fn 5x7
-boxfile $HOME/.xbuffyrc -fill 

?

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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]


Hard-to-detect ``old binaries hanging around'' problem

2002-08-18 Thread Ulrich Fahrenberg
Hello list,

I recently, finally, pulled myself together to upgrade from 2.2.2 to
2.4.8, and I am pretty impressed about an apparent enhancement in
speed I really didn't suspect: I expected 2.4.8 to be slightly slower
actually, since it's more complex. Good work...

OK, here's the deal: make install creates a symbolic link fvwm -
fvwm2 in BINDIR, which in my case is /pack/fvwm/bin, with a symbolic
link from /usr/local/bin. There is also a file /usr/X11R6/bin/fvwm2,
the old fvwm-2.2.2. In my PATH, /usr/local/bin comes way before
/usr/X11R6/bin.

The last line of my .xinitrc says ``exec /usr/local/bin/fvwm'', which
as I said is a link to /pack/fvwm/bin/fvwm, which in turn is a link to
fvwm2. This last link is the problem, since apparently .xinitrc
ignores everything about my PATH and finds this fvwm2 in
/usr/X11R6/bin, instead of /pack/fvwm/bin. I.e. my old fvwm-2.2.2 gets
started.

It took me a couple of days to find out what happened, and of course
the problem was solved easily by moving /usr/X11R6/bin/fvwm2 to a safe
and unaccessible place... But the problem could've been avoided from
the beginning by creating links with absolute paths instead of
relative paths during install:

Before:
$BINDIR/fvwm- fvwm2
After:
$BINDIR/fvwm- $BINDIR/fvwm2

(and likewise with fvwm-root, btw.)

I guess a little change to Makefile.am or similar could solve this,
but I know nothing about autoconf, so I can't submit a patch.

Regards,
uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli


--
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: Hard-to-detect ``old binaries hanging around'' problem

2002-08-18 Thread Ulrich Fahrenberg
On Sun, 18 Aug 2002, Mikhael Goikhman wrote:

 On 18 Aug 2002 10:19:54 +0200, Ulrich Fahrenberg wrote:
 
[a lot of blab on symlinks pointing the wrong way and on old
fvwm2-binaries getting started when they shouldn't]

 This is strange. I can't reproduce this behaviour with any shell.

Well I can't either...

 Relative symlinks should not be searched in $PATH, but in ./ only.
 I would suspect a problem with your setup otherwhere.

Yes of course, sorry for the trouble. I was messing around with my
.xinitrc and .xsession etc just a bit too much, so I got lost. Now my
setup is exactly as I was describing (with the ``old'' symlinks and
/usr/X11R6/fvwm2 existing), and I get 2.4.8 running...

Again, sorry.

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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: 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
+   Test  Exec exec xterm -e pine

works fine for me in 2.4.8 (and did in 2.2.2 too).

uli

-- 
Ulrich Fahrenberg -- http://www.math.auc.dk/~uli

--
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]