emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars


From: YAMAMOTO Mitsuharu
Subject: Re: Crash: XSetWMIconName, x_set_name_internal, prepare_menu_bars
Date: Sat, 02 Jun 2007 09:50:33 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.990 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Fri, 01 Jun 2007 18:42:57 -0400, Chong Yidong <address@hidden> said:

> I looked at the GTK+ sources.  Apparently, if we don't set
> WM_ICON_NAME ourselves, gtk_window_set_icon_name sets WM_ICON_NAME
> for us.  So I think we are perfectly safe.

But now we can't set the icon title separately from the frame title
using the `icon-name' frame parameter on GTK+ builds.

`icon-name'
     The name to use in the icon for this frame, when and if the icon
     appears.  If this is `nil', the frame's title is used.

Even with non-GTK+ builds, setting this parameter might not affect the
icon title for some window managers.  But at least, CDE on Solaris
respects this.

Maybe we can use gtk_window_set_icon_name for this purpose, but it is
available only on GTK+ 2.6 and later, so some check will be necessary
and it is definitely after-the-release matter.

So I propose undoing the latest change for x_set_name_internal for
now.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]