Re: FVWM: FvwmForm does not display its contents on startup

2009-12-18 Thread Thomas Adam
2009/12/19 : > Thomas Adam writes: > >> 2008/11/20 Frank Terbeck : >>> Now, when FvwmForm loads, I don't see any text. I can somewhat see >>> where buttons would be displayed (even though they are not fully drawn >>> either), but the text is entirely m

FVWM: Happy New Year... :)

2009-12-31 Thread Thomas Adam
Hi all, Timezones notwithstanding, happy new year to everyone reading this. Mine's in ~4 hours -- doubtless some have had theirs already. :) It's been a good year for FVWM -- I am sure 2010 will hold similar niceties. :) Happy New Year. -- Thomas Adam -- "It was the cruelest

Re: FVWM: Resize in a function

2010-01-05 Thread Thomas Adam
DestroyFunc F-Resize AddToFunc F-Resize + I Resize $* + I WarpToWindow 50 50 Then you can just call it like this: F-Resize -70p 0p And in the future, read up on EchoFuncDefinition. -- Thomas Adam -- "It was the cruelest game I've ever played and it's played inside my head.&q

Re: FVWM: fullscreen focus problem

2010-01-06 Thread Thomas Adam
;NeverFocus" window, make it go fullscreen then out again, and send me the log? Looking at it now. Will get back to you, with a fix. -- 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: fullscreen focus problem

2010-01-07 Thread Thomas Adam
s or not, propagating the click events as necessary to the application. With XTerm, there are only {Enter,Leave}Notify events as you'd expect, as well as KeymapNotify events. 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
's probably 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
eives a PropertyNotify event, and the event was for WM_NAME, then we just return 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 suc

Re: FVWM: 2.4 => 2.5 upgrade breaks xcuckoo

2010-01-08 Thread Thomas Adam
unction definitions under 2.5.28 are: > > DestroyFunc SpiffyTerm > AddToFunc SpiffyTerm > + I Exec terminal You'll find "Exec exec" more useful to kick the original shell out the way when the actual command starts. > On a different topic--are the forum and the wiki

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

2010-01-13 Thread Thomas Adam
ble for fvwm to automatically 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

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

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

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 02:51:48AM -0800, Craig wrote: > On Wed, 13 Jan 2010 09:20:02 +, "Thomas Adam" > said: > ... > > > > With ClickToFocus, see something like: > > > > Style * ClickToFocus > > FvwmAuto 900 -menter Focus > > T

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 11:03:54AM +, Thomas Adam wrote: > On Wed, Jan 13, 2010 at 02:51:48AM -0800, Craig wrote: > > On Wed, 13 Jan 2010 09:20:02 +, "Thomas Adam" > > said: > > ... > > > > > > With ClickToFocus, see something like: >

Re: FVWM: how to set focus delay?

2010-01-13 Thread Thomas Adam
. You probably just want to leave this as-is. -- 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 and lxpanel

2010-01-13 Thread Thomas Adam
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 on "EWMHBaseStruts" in "man fvwm". -- Thomas Adam -- "It was the cruelest game I've ever p

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

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 04:33:40AM -0800, Craig wrote: > On Wed, 13 Jan 2010 08:52:23 +, "Thomas Adam" > said: > ... > > > > Well, assuming you change resolutions via FVWM, then it should just be a > > No, I resize the virtual desktop simply by resizi

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 pa

Re: FVWM: fvwm and lxpanel

2010-01-13 Thread Thomas Adam
On Wed, Jan 13, 2010 at 05:52:37AM -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. > > Is the

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&#x

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 awa

Re: FVWM: x2x and x2vnc

2010-01-15 Thread Thomas Adam
eThickness 0 > Style x2x* Sticky, 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
cursor. Perhaps you want to redefine it like 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'

[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. --- Begin Message --- thanks, that fixed it. - Original Message From: Thomas A

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

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

Re: FVWM: Maximize on current Screen

2010-02-04 Thread Thomas Adam
Xinerama > #-- > > Xinerama s/$/ On/ (There's either a bug here with the wording of the man page, or the code -- but it will only toggle if you've explicitly set the action to "on" or "off" initially.) You will also want to consider setting: Xinera

Re: FVWM: Moving windows BeOS style?

2010-02-05 Thread Thomas Adam
On Fri, Feb 05, 2010 at 08:01:45PM -0500, des...@verizon.net wrote: > "Johann \"Myrkraverk\" Oskarsson" writes: > > > On Fri, Feb 5, 2010 at 9:05 PM, wrote: > >> "Johann \"Myrkraverk\" Oskarsson" writes: > >> > &g

Re: FVWM: Moving windows BeOS style?

2010-02-06 Thread Thomas Adam
On Fri, Feb 05, 2010 at 09:29:58PM -0500, des...@verizon.net wrote: > Thomas Adam writes: > > > On Fri, Feb 05, 2010 at 08:01:45PM -0500, des...@verizon.net wrote: > >> "Johann \"Myrkraverk\" Oskarsson" writes: > >> > >> > On Fri,

Re: FVWM: Application icons in panel and icon man

2010-02-08 Thread Thomas Adam
are icon. > How can I change 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 eve

Re: FVWM: Application icons in panel and icon man

2010-02-08 Thread Thomas Adam
** IconOverride foo.xpm for a global icon definition. -- 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
as this just leaves the subshell hanging around for no good reason. > AddToFunc Thumbnail See the FVWM FAQ on this. Likely nothing to do with the original question. -- 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
On Mon, Feb 08, 2010 at 09:11:51PM +0100, Nathan H?sken wrote: > On 02/08/2010 09:02 PM, Thomas Adam wrote: > > On Mon, Feb 08, 2010 at 08:53:25PM +0100, Nathan H?sken wrote: > > > >> Hi, > >> > >> I am using fvwm for not to much time, and I like it

Re: FVWM: Application icons in panel and icon man

2010-02-09 Thread Thomas Adam
might be wrong with > my installation ... See above. -- Thomas Adam

Re: FVWM: Window manager "refit" windows function

2010-02-09 Thread Thomas Adam
ntil it hits the other edge of the window, to fill the remaining space. There's examples 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-10 Thread Thomas Adam
k for !Overlapped, and to use any one of the PackFoo* functions found on the Internet to implement this. But I'll reiterate again, FvwmRearrange or your code likely does nothing to solve the original problem. -- 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: Window manager "refit" windows function

2010-02-11 Thread Thomas Adam
ate FVWM functions and values, etc. If you have problems then, with a specific function, you'll find the "EchoFuncDefinition" command useful. -- Thomas Adam [1] By this point, all of this becomes trivial using FvwmPerl, to be honest. -- "It was the cruelest game I've

Re: FVWM: Window manager "refit" windows function

2010-02-12 Thread Thomas Adam
you will likely need to double-up on your expansion parameters in PipeRead, so: $$[foo] for instance. I am being deliberately vague here -- since I assume you're wanting to try to do this yourself? If not, when I get back from work, I'll give you a solution using FvwmPerl -- won

Re: FVWM: Window manager "refit" windows function

2010-02-12 Thread Thomas Adam
call it like this: NoWindow Tile Which would force the function to run in the context of the root window, allowing the All command to work as you might expect. > BTW: I am staying away from FvwmPerl, because I do not know any perl. Thankfully, that is not a requisite to me giving you an answer. :) -- Thomas Adam

Re: FVWM: fvwm forum completly down?

2010-02-12 Thread Thomas Adam
problem is rather PhpBB-specific, and those folks haven't gotten back 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
; > I am not sure, 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 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 >

FVWM: FvwmWiki -- up and running.

2010-02-14 Thread Thomas Adam
n offer a more "permenant" hosting solution for this wiki, then do please get in touch. Other than that, I hope this helps those who were asking about the wiki, and I hope people contribute to it! Any problems, let me know. -- Thomas Adam [1] http://www.ikiwiki.info [2] http://daringf

Re: FVWM: FvwmWiki -- up and running.

2010-02-14 Thread Thomas Adam
On Sun, Feb 14, 2010 at 09:49:58PM +, Thomas Adam wrote: > I've spent most of today writing a terrible perl script hack to convert the > old MoinMoin files over. Thankfully, since I've contributed lots to the old > FvwmWiki, I was able to recall most of the pages in amo

Re: FVWM: Forum

2010-02-15 Thread Thomas Adam
Until I get help, 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
e thing I've always been able to provide. 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

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

2010-02-22 Thread Thomas Adam
se for itself what it considered a *screen* and how virtual desks relate to that. It doesn't do that at the moment, and can't say I can see it ever doing that -- what's the point? -- 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 development - and interview idea

2010-02-23 Thread Thomas Adam
Hello -- On 23 February 2010 00:16, wrote: > They're shy so I'll do a little promotion for them. > > Thomas Adam has been doing most of the recent development. Ah, I really don't think I can say that I've done much -- I am not sure what you'd get out

Re: FVWM: fvwm development - and interview idea

2010-02-23 Thread Thomas Adam
. ;) > Is there a document to describe this? Dan Espen has already mentioned the TODO file. See above, also. -- Thomas Adam

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

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

Re: FVWM: fvwm development - and interview idea

2010-02-25 Thread Thomas Adam
ust needs a shed-load more 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: KDE/Gnome menus in FVWM

2010-02-25 Thread Thomas Adam
script is working, but it's not > finding menu definitions either where it's expecting, or in the format > it's expecting. I am hoping Dan Espen will reply since he likes XDG menus [1]. -- Thomas Adam [1] http://www.mail-archive.com/fvwm-work...@fvwm.org/msg01895.html --

Re: FVWM: KDE/Gnome menus in FVWM

2010-02-25 Thread Thomas Adam
On Thu, Feb 25, 2010 at 04:25:43PM -0500, des...@verizon.net wrote: > Thomas Adam writes: > > > On Fri, Feb 26, 2010 at 06:58:59AM +1000, John H. Moe wrote: > >> j...@aus10224 ~ $ fvwm-menu-desktop > >> DestroyMenu "gnome-sys" > >> AddTo

Re: FVWM: fvwm forum completly down?

2010-02-26 Thread Thomas Adam
On 26 February 2010 08:33, Viktor Griph wrote: > 2010/2/12 Thomas Adam : >> 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 > > D

Re: FVWM: Vertical motion only?

2010-02-26 Thread Thomas Adam
pture the entire 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: Vertical motion only?

2010-02-26 Thread Thomas Adam
On 26 February 2010 10:06, Tom Horsley wrote: > On Fri, 26 Feb 2010 09:39:47 + > Thomas Adam wrote: > >> > When running fvwm, I can only move vertically. It is like >> > fvwm is utterly ignoring the X movement, and only paying >> > attention to Y movemen

Re: FVWM: sticky pidgin

2010-02-27 Thread Thomas Adam
Does it still happen? Can you verify this using the CVS version 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
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
rose > 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
le Xchat UrgencyFunc IMUrgencyFunc > Style Firefox UrgencyFunc BrowserUrgencyFunc > > or something along those lines. Any ideas? Yes, see: DestroyFunc UrgencyFunc AddToFunc UrgencyFunc + I ThisWindow (SomeName, etc) DoSomethingWithSomeName + I ThisWindow (SomeOtherName, etc) DoSom

Re: FVWM: alt-ctrl f-keys doesn't work

2010-03-07 Thread Thomas Adam
t; > Have there been any reports of this? It's a setting for X11 -- nothing to do with FVWM. Read your xorg.conf manpage. -- 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: alt-ctrl f-keys doesn't work

2010-03-07 Thread Thomas Adam
On Sun, Mar 07, 2010 at 12:20:34PM -0500, MK wrote: > On Sun, 7 Mar 2010 16:04:19 + > Thomas Adam wrote: > > It's a setting for X11 -- nothing to do with FVWM. Read your > > xorg.conf manpage. > > Yeah, DontVTSwitch is not set anywhere, I am just trying to rule

Re: FVWM: alt-ctrl f-keys doesn't work

2010-03-07 Thread Thomas Adam
hvt return? Did it even try and switch to a VT? Run it as: # strace -o /tmp/chvt.out chvt 1 (As root. Oh wait... :P) -- then put the output somewhere. But at this point, this is way off-topic. -- 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: 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 ap

Re: FVWM: initialmapcommand with restart

2010-03-16 Thread Thomas Adam
ot; in this case though, as it's anyone's guess. Mind if I ask you something? Either you 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 i

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
On 16 March 2010 21:36, David Chanters wrote: > On 16 March 2010 21:15, Thomas Adam 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, but to revert this would

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
ng FVWM 2.4.X -- 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
ntially solve this. But ought not to be too much of a problem. Ideally, a more stateful approach using WindowStyle might be appropriate, but it won't work since when the window is recaptured by FVWM on restart, the same windowid is used, as the window is already mapped. Obviously. -- Thoma

Re: FVWM: initialmapcommand with restart

2010-03-17 Thread Thomas Adam
the right 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

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, wrote: > > > The way I understand your request, you are asking for Fvwm to > > > un-minimize windows on a rest

Re: FVWM: fvwm mailing list server

2010-03-23 Thread Thomas Adam
er > > http://lists.math.uh.edu/ > > but this seems to be unreachable. And managing subscriptions via > EMail is _way_ too error prone and annoying. But this is how Majordormo works. It's not Mailman, thankfully. -- Thomas Adam -- "It was the cruelest game I&#x

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
the time the function is invoked, 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 wrote: > > On 29 March 2010 09:47, JUNG, Christian > > wrote: > >> I've tried to use a function like that: > >> > >> DestroyFunc Close

Re: FVWM: window buttons and button-focus

2010-03-29 Thread Thomas Adam
On Mon, Mar 29, 2010 at 02:22:50PM -0400, Emilie Ann Phillips wrote: > On Mon, Mar 29, 2010 at 14:16, Thomas Adam wrote: > > On Mon, Mar 29, 2010 at 01:07:53PM -0500, Jonathan Kotta wrote: > >> You can cancel the action by pressing escape before releasing the mouse > >

Re: FVWM: window buttons and button-focus

2010-03-30 Thread Thomas Adam
On 30 March 2010 14:12, JUNG, Christian 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 >

FVWM: 2.5.29 released.

2010-04-01 Thread Thomas Adam
crash, for extra stability. Enjoy. -- Thomas Adam

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 writes: > > > Thomas Adam writes: > > >> Hello all, > > >> As promised earlier, FVWM 2.5.29 has been released. > &

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

2010-04-05 Thread Thomas Adam
CCCM you say? Pfft, like authors listen to that these days... > That said i tried all documented focus/click options, no love... the > point here is the fvwm versions are the same... configuration > ditto... i tried the default fvwm2rc that comes, same thing... but > all the other machines

Re: FVWM: Vector buttons viewer

2010-04-05 Thread Thomas Adam
lly, you may found it useful even for creating vector 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

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 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 writes: > >> &g

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

2010-04-05 Thread Thomas Adam
as nothing to do with how FVWM might interpret the events. Oh, and consider 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.

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

2010-04-05 Thread Thomas Adam
appreciate FVWM 2.4.X is a supported version upstream, but to ignore my advice of still deploying 2.5.29 on your machines amounts to nothing more than suicide. So good luck with that. You're going to need it. And no, I won't help you with your weird touchscreen driver issue. You're on

Re: FVWM: Mouse Cut & Paste Failure in Fvwm v2.5.29

2010-04-12 Thread Thomas Adam
On 11 April 2010 02:10, Richard David Sherman wrote: > I recently upgraded from the last stable release 2.4.20 > to 2.5.28 & then to 2.5.29 in the last few days. Please also forward my off-list reply to you. AFAIAC, problem solved. :) -- Thomas Adam

Re: FVWM: raising an icon via the window list

2010-04-15 Thread Thomas Adam
Mouse ... WindowList (Iconic) foo DestroyFunc foo AddToFunc foo + I WarpToWindow 5 5 You could then even go as far as putting the pointer in the middle of the icon by simple mathematics involving $[ip.height] and $[ip.width] if you wanted. -- Thomas Adam

Re: FVWM: [parse_colorset]: <> error reading root background

2010-04-26 Thread Thomas Adam
we also need to be checking for cs->mask as well -- since there's no guarantee that if that's None, that mask_image won't be either. But I'd need this XPM file to work it out -- especially since this function is used with other image types as well. Sorry for the brevity; m

Re: FVWM: vmware player doesn't show

2010-04-29 Thread Thomas Adam
t-in configuration. Using the examples .fvwm2rc file I get > 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: vmware player doesn't show

2010-04-29 Thread Thomas Adam
On Thu, Apr 29, 2010 at 09:14:23AM -0400, des...@verizon.net wrote: > Harald Dunkel writes: > > > On 04/29/10 13:27, Thomas Adam wrote: > >> > >> http://communities.vmware.com/thread/107947 > > > > Seems to work, many thanx. > > >

Re: FVWM: Can't open new windows?

2010-05-11 Thread Thomas Adam
e other application which does the same thing? It could be *anything* at this point -- maybe some of the windows are still in the Withdrawn state when they're mapped, etc.,e tc., but that's just pure speculation, and I've no way of verifying that. -- Thomas Adam

Re: FVWM: raising an icon via the window list

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

Re: FVWM: Keyboard shortcut to switch between screens

2010-05-11 Thread Thomas Adam
ddy" are examples of programs you wish to focus which aren't on the current screen. Of course, change the command "Focus" to anything you like, even another function which perhaps does: DestroyFunc FocusWindow AddToFunc FocusWindow + I Focus + I WarpToWindow 5p 5p ... etc

Re: FVWM: Can't open new windows?

2010-05-11 Thread Thomas Adam
On Tue, May 11, 2010 at 12:09:48PM -0700, Omar Zakaria wrote: > On May 11, 2010, at 12:58 AM, Thomas Adam wrote: > > > On 11 May 2010 00:34, Omar Zakaria wrote: > >> Hey everyone. I'm seeing a strange problem with FVWM v2.5.27. I'm > >> not sure if it

Re: FVWM: Keyboard shortcut to switch between screens

2010-05-11 Thread Thomas Adam
On Tue, May 11, 2010 at 09:52:14PM +0100, Thomas Adam wrote: > On Tue, May 11, 2010 at 04:30:51PM -0400, Nathan H?sken wrote: > > Hi, > > > > I have a dual screen fvwm setup (xinerama). With Alt-Tab I switch > > between windows in the current screen. Which function

Re: FVWM: Can't open new windows?

2010-05-12 Thread Thomas Adam
> environment adds. Frame #9 looks like a good point to start from. If you could analyse that -- print out the contents of "ev", that would be useful. > I'm working on that smalltalk app for you. I hope the above > information is good enough to get you started, though. Yes and no. I would still need to see the application doing this, so I can then see what FVWM is doing (if anything) at the point the MapRequest comes through for the window. -- Thomas Adam

Re: FVWM: Keyboard shortcut to switch between screens

2010-05-12 Thread Thomas Adam
d the page you're looking at as well. -- Thomas Adam

Re: FVWM: Using multiple fonts (i18n)

2010-05-22 Thread Thomas Adam
le.php?id=56775 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
/Software/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
d. Almost certainly. I refuse outright to install emacs on my machine, but I suspect what's happening here 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 -- Tho

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

2010-05-25 Thread Thomas Adam
On Tue, May 25, 2010 at 11:24:04PM +0200, Julien Guertault wrote: > Good evening (or else for those not in Europe), > > On Tue, May 25, 2010 at 22:20, Thomas Adam wrote: > > On Tue, May 25, 2010 at 09:55:05PM +0200, Jean Felder wrote: > >> In fact, I'm launching ema

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 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" &

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

2010-05-26 Thread Thomas Adam
On Tue, May 25, 2010 at 09:55:05PM +0200, Jean Felder wrote: > Does anyone have any ideas ? This is interesting: http://www.emacswiki.org/emacs/FullScreen -- 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.

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