xterm
Burada konuşacağım : eski bir yazılım parçası ve terminolojisinin çoğu artık modası geçmiş. İçinde man xterm
diyor:
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.
Bu, iconName
bir simge görüntüsü olmamalı, yalnızca xterm
simgelendiğinde pencereye verilen bir etiket olduğu anlamına gelir . -n
Seçenek kullanılarak da ayarlanabilir :
-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.
xterm
Böyle başladıktan sonra title
! = İle hala pencereyi (Alt-F9 in ) simgeledikten sonra gösterilen dize iconName
göremiyorum :ICON
xterm
fluxbox
$ xterm -n ICON -T a-new-title
xterm
Bir kişinin bulduğu sayfadan daha fazla kazmak ( **
benim):
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
muhtemelen doğrudan özellikle ilgili değildir iconName
, ancak bize simge ile ilgili özelliklerin xterm
yalnızca bazı pencere yöneticileriyle doğru çalıştığı konusunda bir ipucu verir . Xephyr
Birini ya fvwm
da window maker
kılavuzda belirtildiği gibi test etmenizi öneririm :
$ Xephyr :1 -ac -screen 800x600
ve başka bir terminalde:
$ DISPLAY=:1 wmaker
Şimdi xterm
içeriden başlayalım window maker
: sağ tıklayın -> Applications
-> Terminals
-> xterm
. Başlangıç xterm
ile -n
tekrar seçeneği:
$ xterm -n ICON -T a-new-title
Başlık çubuğuna sağ tıklayın ve seçin Miniaturize
. Artık bir xterm
simgenin gerçekten etiketlendiğini görebilirsiniz ICON
. Üzerine tıklayarak geri getirin ve başlık çubuğunun olduğunu görün a-new-title
. Sonuç, iconName
özelliğin yalnızca bazı pencere yöneticileriyle, büyük olasılıkla daha eski olanlarla çalıştığıdır. Güçlü hissediyorsanız, window maker
kaynak koduna göz atabilir ve desteklemiyorsa kendi pencere yöneticinizi yamalayabilirsiniz iconName
.
BTW, xterm
simge görüntüsünü değiştirmek için şuna bakın: /superuser/344320/how-do-i-change-the-icon-of-an-xterm .