Eu vou falar sobre xterm
aqui: é um software antigo e boa parte de sua terminologia está desatualizada. Em man xterm
, diz:
iconName (class IconName)
Specifies a label for xterm when
iconified. Xterm provides no default value; some
window managers may assume the application name, e.g.,
"xterm"
Setting the iconName resource sets the icon label
unless overridden by zIconBeep or the control sequences
which change the window and icon labels.
Isso significa que iconName
não deve ser uma imagem de ícone, é apenas um rótulo que é dado à janela xterm
quando está em destaque. Também pode ser definido usando a opção -n
:
-n string
This option specifies the icon name for xterm's windows. It
is shorthand for specifying the "iconName" resource. Note
that this is not the same as the toolkit option -name (see
below). The default icon name is the application name.
Depois de iniciar xterm
desta forma, com title
! = iconName
, ainda não consigo ver ICON
cadeia de caracteres a ser apresentada após iconificar a janela xterm
(Alt-F9 em fluxbox
):
$ xterm -n ICON -T a-new-title
Indo mais longe até xterm
manpage ( **
mine):
activeIcon (class ActiveIcon)
Specifies whether or not active
icon windows are to be used when the xterm window is
iconified, if this feature is compiled into xterm. The
active icon is a miniature representation of the
content of the window and will update as the content
changes. Not all window managers necessarily support
application icon windows. Some window managers will
allow you to enter keystrokes into the active icon
window. The default is "default".
Xterm accepts either a keyword (ignoring case) or the
number shown in parentheses:
false (0)
No active icon is shown.
true (1)
The active icon is shown. If you are using
twm, use this setting to enable active-icons.
default (2)
Xterm checks at startup, and shows an
active icon only for window managers which it
can identify and which are known to support the
feature. **These are fvwm (full support), and
window maker (limited).** A few other windows
managers (such as twm and ctwm) support active
icons, but do not support the exten- sions which
allow xterm to identify the window manager.
activeIcon
provavelmente não está diretamente relacionado ao recurso iconName
, mas nos dá um indício de que os recursos relacionados a ícones em xterm
funcionam corretamente apenas com alguns gerenciadores de janelas. Eu recomendo Xephyr
para testar um fvwm
ou window maker
conforme especificado na manpage:
$ Xephyr :1 -ac -screen 800x600
e em outro terminal:
$ DISPLAY=:1 wmaker
Agora vamos começar a xterm
dentro de window maker
: clique com o botão direito - > Applications
- > Terminals
- > %código%. Iniciar xterm
com xterm
opção novamente:
$ xterm -n ICON -T a-new-title
Clique com o botão direito na barra de título e escolha -n
. Agora você pode ver que um ícone Miniaturize
está realmente rotulado como xterm
. Traga de volta clicando nele e veja que a barra de título é ICON
. A conclusão é que o recurso a-new-title
funciona apenas com alguns gerenciadores de janelas, provavelmente os mais antigos. Se você se sentir strong, pode navegar pelo código-fonte iconName
e corrigir seu próprio gerenciador de janelas se ele não suportar window maker
.
BTW, por alterar a imagem do ícone iconName
, veja isto: link .