[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#279489: Bug #279489: wmaker: restarts on window resize



On Tue, May 31, 2005 at 03:55:22PM +0200, Steinar H. Gunderson wrote:
> tags 279489 -fixed
> thanks
> 
> On Thu, May 12, 2005 at 12:53:57AM -0700, Steve Langasek wrote:
> > I've prepared a 0-day NMU for this bug, based on Timo's patch.  The full
> > diff is attached.
> 
> This does not fix the problem for me; it should be noted that this happens
> _only_ on my remote NX setup (where fonts are somewhat broken -- xlsfonts
> displays only a tiny list of fonts, but "fixed" is definitely among them), so
> it's likely to be the same problem.
> 
> For the reference, since this seems to be font related:
> 
> altersex:~> xlsfonts
> -misc-fixed-bold-r-semicondensed--0-0-75-75-c-0-iso8859-1
> -misc-fixed-bold-r-semicondensed--13-120-75-75-c-60-iso8859-1
> -misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1
> -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
> -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
> -misc-nil-medium-r-normal--0-0-75-75-c-0-misc-fontspecific
> -misc-nil-medium-r-normal--2-20-75-75-c-10-misc-fontspecific
> 6x13
> 6x13bold
> cursor
> fixed
> nil2
> variable

Right, I'm a dumbass.  Attached is a fixed patch (incremental against the
previous NMU) which fixes this brown paper bag bug.  NMU on its way to
incoming.

Thanks,
-- 
Steve Langasek
postmodern programmer
diff -u wmaker-0.91.0/src/screen.c wmaker-0.91.0/src/screen.c
--- wmaker-0.91.0/src/screen.c
+++ wmaker-0.91.0/src/screen.c
@@ -809,7 +809,7 @@
 
     scr->tech_draw_font= XLoadQueryFont(dpy, "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*");
     if (scr->tech_draw_font == NULL) /* fallback to our guaranteed font */
-        scr->tech_draw_font == XLoadQueryFont(dpy, "fixed");
+        scr->tech_draw_font = XLoadQueryFont(dpy, "fixed");
 
     scr->gview = WCreateGeometryView(scr->wmscreen);
     WMRealizeWidget(scr->gview);
diff -u wmaker-0.91.0/debian/changelog wmaker-0.91.0/debian/changelog
--- wmaker-0.91.0/debian/changelog
+++ wmaker-0.91.0/debian/changelog
@@ -1,3 +1,13 @@
+wmaker (0.91.0-7.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Fix a glaring typo in the previous NMU patch that made it a complete
+    no-op.  Thanks to Steinar Gunderson for catching me on this.
+    Really closes: #279489.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 31 May 2005 07:41:06 -0700
+
 wmaker (0.91.0-7.1) unstable; urgency=high
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature


Reply to: