Discussion:
FVWM: Window Name Updating Issue of FvwmTaskBar
alick
2012-03-13 16:04:48 UTC
Permalink
Hi all,

Configuration Information [Automatically generated, do not change]:
uname: Linux helium 3.2.9-2.fc16.x86_64 #1 SMP Mon Mar 5 20:55:39 UTC
2012 x86_64 x86_64 x86_64 GNU/Linux
compiler flags: gcc -Wall -Wno-implicit-int -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic

FVWM Version: 2.6.4
FVWM_MODULEDIR: /usr/libexec/fvwm/2.6.4
FVWM_DATADIR: /usr/share/fvwm
FVWM_USERDIR: /home/alick/.fvwm

Description:

I used to use FvwmIconMan to manage multiple windows, but now I switch
to FvwmTaskBar. It can partially replace gnome-panel. It works fine,
but I notice that the window name(title) of gnome-terminal on the
FvwmTaskBar always gets updated one pace later. That is, it show the
last working directory, not the current directory. I have tried use
FvwmIconMan at the same time, and FvwmIconMan always show the title of
the correct directory. The same issue appears with xterm. No problem
with Firefox or Thunderbird, though.

Repeat-By:

1. Open gnome-terminal. The window name in terminal's titlebar is like
'***@helium: ~', so is the name in FvwmIconMan. But the name is
FvwmTaskBar is like 'Terminal'.

2. type 'cd bin/' to change to a different directory. The window name in
terminal's titlebar is updated to '***@helium: ~/bin', so is the name
in FvwmIconMan. But the name is FvwmTaskBar become '***@helim: ~'.

Question:

Is this a bug of FvwmTaskBar?
--
alick
Fedora 16 (Verne) user
https://fedoraproject.org/wiki/User:Alick
Thomas Adam
2012-03-13 16:15:19 UTC
Permalink
Post by alick
I used to use FvwmIconMan to manage multiple windows, but now I switch
to FvwmTaskBar. It can partially replace gnome-panel. It works fine,
Please go back to using FvwmIconMan; using FvwmTaskBar is deprecated.
Post by alick
but I notice that the window name(title) of gnome-terminal on the
FvwmTaskBar always gets updated one pace later. That is, it show the
last working directory, not the current directory. I have tried use
FvwmIconMan at the same time, and FvwmIconMan always show the title of
the correct directory. The same issue appears with xterm. No problem
with Firefox or Thunderbird, though.
So it's likely you want something like:

Style * IconTitleFormat %i

-- Thomas Adam

Loading...