Re: FVWM: Re: 2.4.x FvwmIconaMan and NoIcon

From: <dominik.vogt_at_gmx.de>
Date: Sun, 16 Mar 2003 01:31:19 +0100

On Sat, Mar 15, 2003 at 06:08:49PM +0100, Jan Johansson wrote:
> On Sat, Mar 15, 2003 at 05:22:10PM +0100, dominik.vogt_at_gmx.de wrote:
> >That is probably the same problem. I am going to release 2.4.16
> >soon. Please verify if both problems are gone then. Or if you
> >want to be really helpful, check out the 2.4 branch from CVS.
>
> The problem with FvwmIconMan not beeing updated was in 2.5.6 (if
> I was unclear on that).

That does not matter. The bug I fixed was in 2.4.x and 2.5.x.

> I did a CVS checkout (with -r branch_2_4). I had no acheaders so
> I guessed and used autoheaders.

The build instructions are in docs/DEVELOPERS:

  $ aclocal && autoheader && automake -a && autoreconf
  $ ./configure
  $ make

> The fvwm I got presents itself as 2.4.16.

That's the name of the next version that will be released. In the
2.5.x branch the code from cvs is marked as such, but not in
2.4.x.

> Setting Resolution to Page and Screen still hides the Iconified
> windows.

Hrm, so go back to the start, no not collect $400. Please apply
this patch to modules/FvwmIconMan/fvwm.c,

--------------- snip ----------------------
--- fvwm.c.orig Sun Mar 16 01:29:08 2003
+++ fvwm.c Sun Mar 16 01:29:20 2003
_at_@ -454,6 +454,7 @@
   win->icon_g.y = body->icon_data.ypos;
   win->icon_g.width = body->icon_data.icon_width;
   win->icon_g.height = body->icon_data.icon_height;
+fprintf(stderr,"FIM: icon geometry: %d %d %dx%d\n", win->icon_g.x, win->icon_g.y, win->icon_g.width, win->icon_g.height);
   check_in_window (win);
 }
 
--------------- snip ----------------------

and send me the output it generates when you initially iconify
the window. I also need to know the size of your screen.

Bye

Dominik ^_^ ^_^

 --
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Mar 15 2003 - 18:33:34 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:54 BST