Re: FVWM: Using an AZERTY keyboard with fvwm

2009-06-26 Thread David Fries
kde, it has to be something with the X server not the window manager. I'm not planning on looking into this myself, I just thought I would suggest pressing a key and looking at `xmodmap -pk |grep ..` output before you press a key and again after to see if it's related. -- David

Re: FVWM: xterm*VT100.Translations only when mouse is over the window with focus

2022-04-22 Thread David Fries
gt; there's no natural > correspondence with mouse position and window focus. > > fvwm 2.6.6 compiled on Oct 10 2016 at 00:25:52 > with support for: ReadLine, XPM, PNG, SVG, Shape, XShm, SM, Bidi text, > Xinerama, XRender, XCursor, XFT, NLS > > -- David Fries

FVWM: TransliterateUtf8 and missing window titles

2022-04-23 Thread David Fries
WM_NAME WM_NAME(STRING) = "Calendar " _NET_WM_NAME(UTF8_STRING) = "Calendar \342\200\224 KOrganizer" xprop |grep WM_NAME WM_NAME(STRING) = _NET_WM_NAME(UTF8_STRING) = "System Settings" https://specifications.freedesktop.org/wm-spec/1.4/ar01s05.html _NET_WM_NAME "If set, the Window Manager should use this in preference to WM_NAME." -- David Fries

Re: FVWM: EdgeScroll for fvwm on vnc

2022-04-22 Thread David Fries
shown screen hops several virtual screens to the right, instead > of just a single screen, as known from fvwm on Xorg. The mouse > pointer is not warped to the left edge, either. > > Is there a way to fix this? Any known workarounds? > > > Every helpful comment is highly appreciated. > > Harri -- David Fries

Re: FVWM: Button release does not stop window dragging

2022-06-04 Thread David Fries
If the > default-configuration has this same behavior then check xev and make > sure you see both the ButtonPress followed by the ButtonRelease event. > > jaimos -- David Fries

Re: FVWM: Intellij focus issue

2022-11-12 Thread David Fries
even in my urxvt where I > intentionally set it up. Not sure if this is an FVWM issue (probably not) > but I didn't remember having this problem only since a few months ago. > > Thanks for any suggestions! > Szabolcs -- David Fries

[PATCH] fix edge bump and window jump bug

2009-03-01 Thread David Fries
after the call. Previously it was only transforming when the desktop was paged causing the window to jump when it wasn't paged. -- David Fries da...@fries.net http://fries.net/~david/ (PGP encryption key available) diff --git a/ChangeLog b/ChangeLog index c44dbbb..4c1efbf 100644 --- a/ChangeLog

Re: [PATCH] fix edge bump and window jump bug

2009-03-03 Thread David Fries
On Tue, Mar 03, 2009 at 09:41:58AM +0100, Dominik Vogt wrote: On Sun, Mar 01, 2009 at 04:08:57PM -0600, David Fries wrote: history and bug report: I just upgraded fvwm and saw an edge bump behavior at the outside paging border when moving a window. When a window was moved

[PATCH] property notify performance

2009-03-21 Thread David Fries
. The performance difference was about 7 hours, vs in one run keeping up, othertimes it was minutes not hours. -- David Fries da...@fries.net http://fries.net/~david/ (PGP encryption key available) diff --git a/ChangeLog b/ChangeLog index c44dbbb..9be1355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3

Re: [PATCH] property notify performance

2009-03-21 Thread David Fries
) -- David Fries da...@fries.net http://fries.net/~david/ (PGP encryption key available) diff --git a/fvwm/events.c b/fvwm/events.c index 88ec40b..9f44e4d 100644 --- a/fvwm/events.c +++ b/fvwm/events.c @@ -265,15 +265,22 @@ Bool test_button_event( return False; } -Bool

Re: Any outstanding issues/bug-fixes? (FVWM 2.6.0)

2010-01-03 Thread David Fries
-mails. Date: Sun, 1 Mar 2009 16:08:57 -0600 From: David Fries da...@fries.net To: fvwm-workers@fvwm.org Subject: [PATCH] fix edge bump and window jump bug Date: Sat, 21 Mar 2009 18:27:39 -0500 From: David Fries da...@fries.net To: FVWM Workers fvwm-workers@fvwm.org Subject: [PATCH] property notify

Re: Deprecating certain Fvwm* modules

2011-10-22 Thread David Fries
it for. -- David Fries da...@fries.netPGP pub CB1EE8F0 http://fries.net/~david/

[PATCH] FvwmButtons transient avoid destroy

2011-11-24 Thread David Fries
Sending a SIGTERM to FvwmButtons works to gracefully unswallow a program called stalonetray which is a system tray. Setting -transient on the FvwmButtons panel is calling XDestroyWindow and in term causes the programs with items in the system tray to crash with a bad window error. I'm removing

Re: [PATCH] FvwmButtons transient avoid destroy

2011-11-25 Thread David Fries
On Fri, Nov 25, 2011 at 09:18:52AM +, Thomas Adam wrote: On Fri, Nov 25, 2011 at 12:47:06AM -0600, David Fries wrote: Sending a SIGTERM to FvwmButtons works to gracefully unswallow a program called stalonetray which is a system tray. Setting -transient on the FvwmButtons panel