Hi,

On 2013-02-05 08:19:16 +0000, Thomas Adam wrote:
> Umm, the code for FvwmWinList hasn't changed in ages.

Actually the problem isn't FvwmWinList. FvwmIdent shows icon name = name,
which is wrong as xprop shows:

WM_ICON_NAME(STRING) = "my_icon"
WM_NAME(STRING) = "my_title"

These data are set by:

  xterm -e 'printf "\e]1;my_icon\x07\e]2;my_title\x07"; sleep 999'

The problem might be related to one of the following changes:

2012-01-26  Thomas Adam  <tho...@fvwm.org>
        * fvwm/events.c (HandlePropertyNotify):
        Rather than tracking whether the icon name has been assigned or not, now
        also do this on _XA_WM_NAME when the icon title is not the same as the
        window title; since the ordering of events is not guaranteed to be 
processed
        correctly,

2011-09-26  Chris Siebenmann <cks-f...@cs.toronto.edu>
        * fvwm/add_window.c (interpolate_titleformat_name):
        * fvwm/style.c (__validate_titleformat_string):
        Add '%i' format for IconTitleFormat/TitleFormat

        This inserts the window's icon name. There are some applications
        that update only their icon name, not their title.

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to