Re: FVWM: fullscreen focus problem

2010-01-07 Thread Thomas Adam
. But with Xine and Vlc, PropertyNotify events are being generated on my setup -- this shouldn't happen. Zolio, if you set the Unmanaged style on the Vlc window temporarily, this should sort you out. -- Thomas Adam

Re: FVWM: 2.4 = 2.5 upgrade breaks xcuckoo

2010-01-08 Thread Thomas Adam
using XSetWMName() or something. That's OK, but like xprop, which will try and do the same thing, not all applications will like or accept this. You might want to ditch xcuckoo though and look into wmctrl -- which was written sometime this century. -- Thomas Adam

Re: FVWM: 2.4 = 2.5 upgrade breaks xcuckoo

2010-01-08 Thread Thomas Adam
immediately from any further processing if the fw window has EWMH_WM_NAME. So the only time a WM_NAME event change can happen from things like xprop and wmctrl can only be when the client isn't listening to such things -- which for most apps is going to be rare. -- Thomas Adam -- It was the cruelest

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
detect the new dimensions when they are changed? That's because FVWM needs to be restarted after you change the screen resolution as it's not XRandr-aware and still reads the old values from X. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 12:39:11AM -0800, Craig wrote: On Wed, 13 Jan 2010 08:21:01 +, Thomas Adam said: ... That's because FVWM needs to be restarted after you change the screen resolution as it's not XRandr-aware and still reads the old values from X. -- Thomas Adam

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 12:55:42AM -0800, Craig wrote: Is it possible to configure fvwm to have focus delay? I have only found options for raise delay. What focus policy are you using? With ClickToFocus, see something like: Style * ClickToFocus FvwmAuto 900 -menter Focus -- Thomas Adam

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
was generalising. too drastic. Putting !FPFocusByProgram back in...done. What about !FPFocusByFunctionWarpPointer? What about it? Can be used to not warp the pointer if it receives a Focus event from FVWM, independant of using Focus NoWarp. You probably just want to leave this as-is. -- Thomas Adam

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 05:14:49AM -0800, Craig wrote: On Wed, 13 Jan 2010 12:26:06 +, Thomas Adam said: On Wed, Jan 13, 2010 at 04:23:23AM -0800, Craig wrote: Is it possible to prevent windows from being placed or moved under/over a panel such as lxpanel? Read up

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 06:35:14AM -0800, Craig wrote: On Wed, 13 Jan 2010 13:48:03 +, Thomas Adam said: .. Of course. That area isn't a wall -- you can move windows over it, newly placed windows aren't put on it. I've added SnapAttraction to my config make it more difficult to move

Re: FVWM: fvwm doesn't maximize windows after screen resolution change

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 02:52:17PM -0800, Craig wrote: On Wed, 13 Jan 2010 12:39:09 +, Thomas Adam said: ... Oh, well then tough -- you'll have to decide when to restart FVWM then. Is there a program I could run that is aware of screen size changes, and use it to directly

Re: FVWM: x2x and x2vnc

2010-01-15 Thread Thomas Adam
, StaysOnTop Style x2vnc* Sticky, StaysOnTop This problem does not occur until some time after fvwm is restarted, and I have yet to determine exactly when it does. What makes you think this has anything to do with FVWM, out of interest? -- Thomas Adam

Re: FVWM: Cursor Position

2010-01-26 Thread Thomas Adam
this? DestroyFunc WindowListFunc AddToFunc WindowListFunc + I Iconify off + I FlipFocus NoWarp + I Raise But at this point, anything else from me is academic. Enjoy. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

[rdav...@yahoo.com: Re: FVWM: Cursor Position]

2010-01-28 Thread Thomas Adam
Another off-list reply. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci. ---BeginMessage--- thanks, that fixed it. - Original Message From: Thomas Adam thomas.ada...@gmail.com To: Davidson Russell

Re: FVWM: Google Summer Of Code 2010

2010-01-30 Thread Thomas Adam
On Sat, Jan 30, 2010 at 11:53:57AM -0500, MK wrote: On Fri, 29 Jan 2010 23:16:38 + Thomas Adam thomas.ada...@gmail.com wrote: Hi all, So I am going to raise this now, unlike last year where we only had a few days to come up with something. Is there anyone here who's thinking

Re: FVWM: Google Summer Of Code 2010

2010-02-04 Thread Thomas Adam
On Thu, Feb 04, 2010 at 12:57:17PM -0500, MK wrote: On Sat, 30 Jan 2010 17:01:15 + Thomas Adam thomas.ada...@gmail.com wrote: Well, I am no where near coming up with a list of proposals, so I wouldn't get too enamoured with the TODO list. It's still very early days, but I'll keep your

Re: FVWM: Moving windows BeOS style?

2010-02-05 Thread Thomas Adam
reply, Dan? That's my standard response to erroneous misuse of an email client these days. :P -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Application icons in panel and icon man

2010-02-08 Thread Thomas Adam
it? I think you want: *FvwmIconMan: DrawIcons Always ... and note theat unless the application defines for itself an icon, you'll want to set a style on the application to define the miniicon. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush

Re: FVWM: Application icons in panel and icon man

2010-02-09 Thread Thomas Adam
with my installation ... See above. -- Thomas Adam

Re: FVWM: Window manager refit windows function

2010-02-09 Thread Thomas Adam
of this in man fvwm. You could also probably use FvwmRearrange as well, although that's less obvious. -- Thomas Adam

Re: FVWM: Window manager refit windows function

2010-02-12 Thread Thomas Adam
. -- Thomas Adam

Re: FVWM: fvwm forum completly down?

2010-02-12 Thread Thomas Adam
to me either. :P Either way, the new forums are here: www.fvwmforums.org -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: chromium under fvwm and opening pdf files

2010-02-13 Thread Thomas Adam
, if this is really a fvwm thing, but it is my only guess. Maybe someone in the list knows ... Read up on how mailcap entries work. Nothing to do with FVWM. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: chromium under fvwm and opening pdf files

2010-02-13 Thread Thomas Adam
On Sat, Feb 13, 2010 at 06:45:03PM -0500, des...@verizon.net wrote: Thomas Adam tho...@xteddy.org writes: On Sun, Feb 14, 2010 at 12:09:25AM +0100, Nathan Huesken wrote: Hi, When I use chromium under Xfce4, it opens pdf files using evince. When I use chromium under fvwm, it opens

FVWM: FvwmWiki -- up and running.

2010-02-14 Thread Thomas Adam
about the wiki, and I hope people contribute to it! Any problems, let me know. -- Thomas Adam [1] http://www.ikiwiki.info [2] http://daringfireball.net/projects/markdown/ [3] http://fvwmwiki.xteddy.org/fvwmwiki/ikiwiki.cgi?do=prefs -- It was the cruelest game I've ever played and it's played

Re: FVWM: Forum

2010-02-15 Thread Thomas Adam
, they will be here: http://fvwmforums.org Until then, you've got this list, or #fvwm on irc.freenode.net for support. -- Thomas Adam

Re: FVWM: FvwmWiki -- up and running.

2010-02-16 Thread Thomas Adam
. As for aesthetics, I couldn't care less. I'd be interested in helping with the styling, if that's okay. It's a wiki -- edit it. :P -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: FvwmWiki -- up and running.

2010-02-20 Thread Thomas Adam
On Fri, Feb 19, 2010 at 12:19:13PM +1100, Kathryn Andersen wrote: The fact that you were quicker off the mark than I was means that there were improvements quicker, which is good all around, IMHO. There's still other things to do: http://fvwmwiki.xteddy.org/todo/ -- Thomas Adam

FVWM: Advance Notice: Offline from Tuesday 9th March - Unknown

2010-02-25 Thread Thomas Adam
. -- Thomas Adam

Re: FVWM: fvwm development - and interview idea

2010-02-25 Thread Thomas Adam
testing than it's gotten at the moment (i.e., other than me scouting the Internet for older config files. :P) Does that answer your question? -- Thomas Adam

Re: FVWM: fvwm forum completly down?

2010-02-26 Thread Thomas Adam
On 26 February 2010 08:33, Viktor Griph vik...@griph.se wrote: 2010/2/12 Thomas Adam tho...@xteddy.org: I've asked for help, but no one's yet come forward -- not surprising when the problem is rather PhpBB-specific, and those folks haven't gotten back to me either.  :P Do you have any link

Re: FVWM: Vertical motion only?

2010-02-26 Thread Thomas Adam
output when you move the QT application up and down and then to the right and the left? If I set the window style to Unmanaged, I can move it OK, I swear I've seen this before, and/or read about it before on this list. Ah well. :) -- Thomas Adam

Re: FVWM: sticky pidgin

2010-02-27 Thread Thomas Adam
of FVWM with the same version of pidgin you mentioned? -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: fvwm stability in the last few months

2010-03-01 Thread Thomas Adam
*seriously* starting to doubt at this point that you're running a recent CVS version at all. and then today the resize window that usually comes up isnt present - after i did a cvs update early on this morning HideGeometryWindow never -- Thomas Adam

Re: FVWM: Multiple virtual desktops on a Xinerama/xrandr screen

2010-03-04 Thread Thomas Adam
over oh I had this on Windows functionality. See: http://ktown.kde.org/~seli/fakexinerama/ I don't really don't want to discuss this anymore on this list -- so consider the above an end to the matter. -- Thomas Adam

Re: FVWM: Per application urgency handling

2010-03-04 Thread Thomas Adam
BrowserUrgencyFunc or something along those lines. Any ideas? Yes, see: DestroyFunc UrgencyFunc AddToFunc UrgencyFunc + I ThisWindow (SomeName, etc) DoSomethingWithSomeName + I ThisWindow (SomeOtherName, etc) DoSomethingWithSomeOtherName And so on, and so forth. -- Thomas Adam

Re: Google Summer Of Code 2010

2010-03-14 Thread Thomas Adam
On Fri, Jan 29, 2010 at 11:16:38PM +, Thomas Adam wrote: Hi all, So I am going to raise this now, unlike last year where we only had a few days to come up with something. Alas, this year, it is not to be. Despite my best efforts, I was unsuccessful in submitting an application on time

Re: FVWM: initialmapcommand with restart

2010-03-16 Thread Thomas Adam
seem to be singling out the work I am doing on FVWM, or you've got some extremely borderline, and *coincidental* use-cases for the fixes I've been implementing over the last year. Somehow this isn't tallying with me. -- Thomas Adam It was the cruelest game I've ever played and it's played

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
On 16 March 2010 21:36, David Chanters david.chant...@googlemail.com wrote: On 16 March 2010 21:15, Thomas Adam tho...@xteddy.org wrote: No, I am afraid not.  Before I fixed it, it was broken.  I can't even think i dont like this - can you add an option to keep the old behavior? Sorry

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
-- which for most people is unlikely. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
thing to do? Getting defensive and potentially hostile over something isn't going to really motivate people to help you -- although see my previous reply to you anyway -- call it a good-will gesture on my part to help you resolve your previous reliance on broken behaviour. -- Thomas Adam

Re: FVWM: initialmapcommand with restart

2010-03-18 Thread Thomas Adam
On Wed, Mar 17, 2010 at 11:16:09PM +, Thomas Adam wrote: On Wed, Mar 17, 2010 at 10:10:35PM +, David Chanters wrote: On 17 March 2010 22:00, des...@verizon.net wrote: The way I understand your request, you are asking for Fvwm to un-minimize windows on a restart. or any

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
, and as such the action would apply regardless. FVWM has no way of knowing where the mouse is to correctly invoke the function as you're wanting it. -- Thomas Adam

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On Mon, Mar 29, 2010 at 01:07:53PM -0500, Jonathan Kotta wrote: On Mon, Mar 29, 2010 at 4:04 AM, Thomas Adam tho...@xteddy.org wrote: On 29 March 2010 09:47, JUNG, Christian christian.j...@saarstahl.com wrote: I've tried to use a function like that: DestroyFunc CloseWindow AddToFunc

Re: FVWM: window buttons and button-focus

2010-03-30 Thread Thomas Adam
On 30 March 2010 14:12, JUNG, Christian christian.j...@saarstahl.com wrote: -Original Message- From: thomas.ada...@gmail.com [mailto:thomas.ada...@gmail.com] On Behalf Of Thomas Adam Sent: Monday, March 29, 2010 11:04 AM To: JUNG, Christian Cc: fvwm@fvwm.org Subject: Re: FVWM

Re: FVWM: 2.5.29 released.

2010-04-02 Thread Thomas Adam
On Fri, Apr 02, 2010 at 04:05:58PM -0400, Bob Woodside wrote: On Friday 02 April 2010, des...@verizon.net wrote: Glyn Millington g...@millingtons.org writes: Thomas Adam tho...@xteddy.org writes: Hello all, As promised earlier, FVWM 2.5.29 has been released. [snip] Hmm, my

Re: FVWM: New fvwm install, getting way different click/focus behavior.

2010-04-05 Thread Thomas Adam
... configuration ditto... i tried the default fvwm2rc that comes, same thing... but all the other machines runs fine, with just the install of app and replacement of system.fvwm2rc Then are you really running the versions of software you claim? -- Thomas Adam -- It was the cruelest game I've ever

Re: FVWM: Vector buttons viewer

2010-04-05 Thread Thomas Adam
buttons. There is no server code, so it is possible just save the html page with the javascript and use the viewer locally. I've found converting them to SVGs or PNGs easier. YMMV, but thanks for your efforts. -- Thomas Adam -- It was the cruelest game I've ever played and it's played

Re: FVWM: 2.5.29 released.

2010-04-05 Thread Thomas Adam
On Fri, Apr 02, 2010 at 05:17:01PM -0400, des...@verizon.net wrote: Thomas Adam tho...@xteddy.org writes: On Fri, Apr 02, 2010 at 04:05:58PM -0400, Bob Woodside wrote: On Friday 02 April 2010, des...@verizon.net wrote: Glyn Millington g...@millingtons.org writes: Thomas Adam tho

Re: FVWM: New fvwm install, getting way different click/focus behavior.

2010-04-05 Thread Thomas Adam
using 2.5.X, that at *least* has EWMH support. You'd benefit from that, if nothing else. The fact that you can't deploy that means your circumstances are the pits. Fix that first, then it might be worthwhile. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside

Re: FVWM: raising an icon via the window list

2010-04-15 Thread Thomas Adam
of the icon by simple mathematics involving $[ip.height] and $[ip.width] if you wanted. -- Thomas Adam

Re: FVWM: [parse_colorset]: ERROR error reading root background

2010-04-26 Thread Thomas Adam
this XPM file to work it out -- especially since this function is used with other image types as well. Sorry for the brevity; must dash... -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: vmware player doesn't show

2010-04-29 Thread Thomas Adam
the same problem. Any helpful comment would be highly appreciated. http://communities.vmware.com/thread/107947 -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: raising an icon via the window list

2010-05-11 Thread Thomas Adam
of FVWM's own internal variables. -- Thomas Adam

Re: FVWM: Using multiple fonts (i18n)

2010-05-22 Thread Thomas Adam
I doubt that will apply, and from a quick look at the code, it needs a clean up anyway, but it should give you something to go on. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Using multiple fonts (i18n)

2010-05-22 Thread Thomas Adam
/fvwm.html -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: emacs - can't start maximised anymore

2010-05-25 Thread Thomas Adam
is that the emacs client window is maximized by FVWM, but something is then undoing it. Out of interest, does this help any? Style Emacs InitialMapCommand Schedule 5000 Maximize -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's

Re: FVWM: emacs - can't start maximised anymore

2010-05-25 Thread Thomas Adam
On Tue, May 25, 2010 at 07:30:20PM -0400, des...@verizon.net wrote: Thomas Adam tho...@xteddy.org writes: On Tue, May 25, 2010 at 09:55:05PM +0200, Jean Felder wrote: In fact, I'm launching emacs daemon at startup with the command emacs --daemon Then, I'm using emacsclient -c

Re: FVWM: Way to delay SloppyFocus

2010-06-14 Thread Thomas Adam
On 14 June 2010 07:57, Thomas Adam tho...@xteddy.org wrote: Hi -- On 14 June 2010 05:46, Piotr Isajew p...@ex.com.pl wrote: Hi. I use SloppyFocus as default focus style in fvwm (2.5.29). I would like to ask, if there is any reasonable way to delay focus change, when mouse pointer enters

Re: FVWM: next stable release? (dont shoot!)

2010-06-14 Thread Thomas Adam
On Sun, Jun 13, 2010 at 09:58:56PM -0400, des...@verizon.net wrote: Thomas Adam tho...@xteddy.org writes: 2. Perhaps more importantly, we have a number of users who compile FVWM up themselves, or we have environments where FVWM is deployed in rather interesting circumstances (perhaps

Re: FVWM: is this is a bug?

2010-06-20 Thread Thomas Adam
else, feels this information needs adding to the man page or making clearer, *please* send me a patch. It would save me a lot of time. :) Kindly, -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: Paging behavior changed from fvwm version 2.5.26 to 2.5.28

2010-06-21 Thread Thomas Adam
(thankfully). The PTS for FVWM has no extraneous patches which would affect this: http://patch-tracker.debian.org/package/fvwm/1:2.5.28.ds-3 -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: FVWM Forum

2010-07-02 Thread Thomas Adam
about PhpBB (which isn't me) volunteers to help me get it up and running, then the forums are all but dead. Please search the mailing list archives for previous replies on this, from me. -- Thomas Adam

Re: FVWM: hidden console -

2010-07-05 Thread Thomas Adam
as buttons, likely not. -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: Looking for a simple rootless configuration for windows

2010-07-08 Thread Thomas Adam
specific. Rootless window manager? What's this? And what small button -- where? What *window* do you speak of? Is the button as this alluded to window related? As for a pager, see FvwmPager. But come on! Be more specific, please. -- Thomas Adam -- Deep in my heart I wish I was wrong

Re: FVWM: Looking for a simple fvwm configuration to run under Cygwin/windows in rootless mode

2010-07-09 Thread Thomas Adam
not have two parallel threads with the same conversation happening in them. :) -- Thomas Adam

Re: FVWM: Looking for a simple fvwm configuration to run under Cygwin/windows in rootless mode

2010-07-09 Thread Thomas Adam
my request after your first response making it more understandable. That's OK -- it's usually odd to start another thread when doing so. So can you provide me a working configuration ? See above, but it's meaningless without clarification. One more thing please -- do not top-post. -- Thomas

Re: FVWM: SloppyFocus: switching workspaces keeps focus on window

2010-07-11 Thread Thomas Adam
describing doesn't happen -- although its use depends upon what you're meaning when switching workspaces (desks versus pages, for instance.) -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: is this is a bug?

2010-07-12 Thread Thomas Adam
On Mon, Jul 12, 2010 at 03:24:41PM +0100, Michael Treibton wrote: On 20 June 2010 19:28, Thomas Adam tho...@xteddy.org wrote: Key q R A Echo $$[numofterms] And, as in the above, you need to read the thing backwards, just like FVWM is doing when it parses the line. ?So first time around

Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread Thomas Adam
/Xorg.0.log file? Do you have anything unsetting SendCoreEvents in your xorg.conf file? -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-17 Thread Thomas Adam
is using the driver 'kbd'. Fine. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: hidden console -

2010-07-17 Thread Thomas Adam
On Mon, Jul 05, 2010 at 08:19:43PM +0100, Thomas Adam wrote: On Mon, Jul 05, 2010 at 09:11:24PM +0200, Andrej wrote: When I touch any place at north border of the screen, HiddenConsole pops out. Is it possible to have more hot spots at screen border which will pop up different hidden

Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-20 Thread Thomas Adam
. HTH, -- Thomas Adam [0] No, not a bug.

Re: FVWM: Best way to control icon placement when windows are iconified

2010-07-21 Thread Thomas Adam
. Not for 2.4.0, and not for 2.5.X, FVWM's in a feature freeze, and 2.4.X receives no new features anyway. See above. :) -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: Best way to control icon placement when windows are iconified

2010-07-21 Thread Thomas Adam
On Wed, Jul 21, 2010 at 09:54:12PM +0100, Thomas Adam wrote: On Wed, Jul 21, 2010 at 04:39:26PM -0400, Chris Siebenmann wrote: I am currently using a somewhat hacked version of fvwm 2.4.20 and I would like to move to fvwm 2.5.x (for whatever x is current when I get all of the pieces

Re: FVWM: Moving windows on mouse 2 button-down instead of button-up?

2010-07-27 Thread Thomas Adam
is running and having random actions applied to it, for which that window was not intended to ever receive). So, not a bug, or anything to worry about at all. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Bug with turning off user states on specific windows in fvwm 2.5.30?

2010-07-27 Thread Thomas Adam
though as style lines are updated automatically. Certainly I don't have a problem with the stuff you've posted. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Bug with turning off user states on specific windows in fvwm 2.5.30?

2010-07-27 Thread Thomas Adam
)', and I used 'WindowStyle State 1' to turn it on, and this behaved the same way.) Committed a fix to CVS for this. I wouldn't rely on the style anyway, and would instead use: Pick (State n) DoFoo Pick State n Off ... etc. -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep

Re: FVWM: Moving windows on mouse 2 button-down instead of button-up?

2010-07-28 Thread Thomas Adam
) that the behaviour mentioned here, is directly related to the setting of *ClickTime* -- the higher the value, the longer delay there will be between button press, and action. -- Thomas Adam

Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
. Look at the following style conditions: IconBackgroundRelief IconBackgrouondColorset I suspect in your case, you just need to set IconBackgroundRelief 0, or somesuch. -- Thomas Adam

Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
On 28 July 2010 12:02, - Tethys tet...@gmail.com wrote: On Wed, Jul 28, 2010 at 9:46 AM, Thomas Adam tho...@xteddy.org wrote: I suspect in your case, you just need to set IconBackgroundRelief 0, or somesuch. Yep, that fixed it. It still doesn't explain why the relief appeared when using

Re: FVWM: Bug with turning off user states on specific windows in fvwm 2.5.30?

2010-07-28 Thread Thomas Adam
On Tue, Jul 27, 2010 at 11:21:29PM +0100, Thomas Adam wrote: On Tue, Jul 27, 2010 at 06:08:59PM -0400, Chris Siebenmann wrote: | On Tue, Jul 27, 2010 at 01:00:24PM -0400, Chris Siebenmann wrote: | | [.. other stuff snipped..] | | So, either I'm missing something about fvwm 2.5.30

Re: FVWM: CMD_Exec() leaks an extra file descriptor to children

2010-07-28 Thread Thomas Adam
On Tue, Jul 27, 2010 at 10:49:10PM +0100, Thomas Adam wrote: On Tue, Jul 27, 2010 at 12:21:17PM -0400, Chris Siebenmann wrote: There's a small file descriptor leak in CMD_Exec() in fvwm/builtins.c; it opens /dev/null, dup2()s it to standard input, and then never closes the original file

FVWM: FVWM Book?

2010-07-28 Thread Thomas Adam
. Kindly, -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: FVWM Book?

2010-07-29 Thread Thomas Adam
On Thu, Jul 29, 2010 at 11:13:48AM +0100, - Tethys wrote: On Wed, Jul 28, 2010 at 11:35 PM, Thomas Adam tho...@xteddy.org wrote: Would a book on FVWM be useful? Yes, a book would be useful. But I'd question why you're doing it. If you're hoping to make money, then I'd say clearly

Re: FVWM: FVWM problem in Fedora 13

2010-07-31 Thread Thomas Adam
an annoyingly intermittent problem which other window managers have had reports of (XMonad being the main one). If you could try to see if: fvwm -f /dev/null ... also exhibits the problem you describe, then we can rule it out as a FVWM bug. -- Thomas Adam -- Deep in my heart I wish I was wrong

Re: FVWM: FVWM Book?

2010-07-31 Thread Thomas Adam
On Thu, Jul 29, 2010 at 09:50:39PM -0400, Giovanni Tumiati wrote: Thomas Adam wrote: I toy with this idea at least three times a year, which must mean something. :) I know I've asked this in the past of most people, but I will ask it again -- not so much in terms of the particulars

Re: FVWM: FVWM Book?

2010-07-31 Thread Thomas Adam
On Thu, Jul 29, 2010 at 12:51:57AM +0200, David Odin wrote: On Wed, Jul 28, 2010 at 11:35:56PM +0100, Thomas Adam wrote: Hello all, I toy with this idea at least three times a year, which must mean something. :) I know I've asked this in the past of most people, but I will ask

Re: FVWM: FVWM problem in Fedora 13

2010-08-02 Thread Thomas Adam
still dubious FVWM is to blame, as I use xscreensaver, and have never seen this problem in FVWM (but have seen it/read about it in other window managers.) -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Events when windows close?

2010-08-11 Thread Thomas Adam
. -- Thomas Adam

Re: FVWM: Events when windows close?

2010-08-11 Thread Thomas Adam
that is written in the documentation, How could it be improved? [...] -- Thomas Adam

Re: FVWM: Events when windows close?

2010-08-11 Thread Thomas Adam
On Wed, Aug 11, 2010 at 02:27:25PM +0200, Michael Großer wrote: Thomas Adam wrote: On Wed, Aug 11, 2010 at 01:23:43PM +0200, Michael Großer wrote: space for all my different projects. I configured a lot of bindings so I can use the keyboard to create new windows or operate

Re: FVWM: Events when windows close?

2010-08-11 Thread Thomas Adam
On Wed, Aug 11, 2010 at 04:19:20PM +0200, Michael Großer wrote: Thomas Adam wrote: On Wed, Aug 11, 2010 at 02:27:25PM +0200, Michael Großer wrote: 2. destroy_window = This page... http://www.fvwm.org/documentation/manpages/unstable/FvwmEvent.php ... mentions

Re: FVWM: Events when windows close?

2010-08-12 Thread Thomas Adam
of the other? No, I mean WM_CLASS -- that holds two properties therein: The resource name and the class name. Go see the ICCCM2. -- Thomas Adam

Re: FVWM: Fvwmpager crashes if no pages are to be shown

2010-08-12 Thread Thomas Adam
this problem, I am unable to help you. -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: Finally solved: FVWM: Events when windows close?

2010-08-13 Thread Thomas Adam
, please let it me know. For the FvwmWiki, yes. Go forth, and contribute to it. You'd be the first. -- Thomas Adam

Re: FVWM: WindowList: KDE 3 like behaviour possible?

2010-08-13 Thread Thomas Adam
, but before I decide in favor of this option, I want to make sure that I did not overlook something. You would need to mess around with MenuCursorMove to achieve this. Pointless, if you ask me. -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey

FVWM: FVWM Forums are back.

2010-08-26 Thread Thomas Adam
the domain name is mine. Thanks, Jaimos! A weight off my mind and shoulders. :) -- Thomas Adam -- Deep in my heart I wish I was wrong. But deep in my heart I know I am not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)

Re: FVWM: Fvwmpager crashes if no pages are to be shown

2010-08-28 Thread Thomas Adam
I will try these options later. Has there been any progress on this? -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Fvwmpager crashes if no pages are to be shown

2010-08-29 Thread Thomas Adam
/security/limits.conf -- that's per-process, and not what you're after. -- Thomas Adam -- It was the cruelest game I've ever played and it's played inside my head. -- Hush The Warmth, Gorky's Zygotic Mynci.

Re: FVWM: Fvwmpager crashes if no pages are to be shown

2010-08-29 Thread Thomas Adam
On Sun, Aug 29, 2010 at 01:10:42PM +0200, Michael Großer wrote: Thomas Adam wrote: On Fri, Aug 13, 2010 at 12:51:44AM +0200, michael.gros...@gmx.de wrote: On Thu, Aug 12, 2010 at 04:21:53PM +0200, michael.gros...@gmx.de wrote: Hi! I think that I found the first bug. I made

<    1   2   3   4   5   6   7   8   9   10   >