История изменений
Исправление Shushundr, (текущая версия) :
$ ./xseticon
usage: xseticon [options] path/to/icon.png
options:
-name <text> : apply icon to the window of the name supplied
-id <windowid> : apply icon to the window id supplied
Sets the window icon to the specified .png image. The image is loaded from
the file at runtime and sent to the X server; thereafter the file does not
need to exist, and can be deleted/renamed/modified without the X server or
window manager noticing.
If no window selection option is specified, the window can be interactively
selected using the cursor.
Hints:
xseticon -id "$WINDOWID" path/to/icon.png
Will set the icon for an xterm.
https://en.wikipedia.org/wiki/File:Flag_of_Russia.png
Мне удалось поменять иконку у окна, но не нравится процедура. Недостаточно автоматизированная.
Исправление Shushundr, :
$ ./xseticon
usage: xseticon [options] path/to/icon.png
options:
-name <text> : apply icon to the window of the name supplied
-id <windowid> : apply icon to the window id supplied
Sets the window icon to the specified .png image. The image is loaded from
the file at runtime and sent to the X server; thereafter the file does not
need to exist, and can be deleted/renamed/modified without the X server or
window manager noticing.
If no window selection option is specified, the window can be interactively
selected using the cursor.
Hints:
xseticon -id "$WINDOWID" path/to/icon.png
Will set the icon for an xterm.
Исходная версия Shushundr, :
$ ./xseticon
usage: xseticon [options] path/to/icon.png
options:
-name <text> : apply icon to the window of the name supplied
-id <windowid> : apply icon to the window id supplied
Sets the window icon to the specified .png image. The image is loaded from
the file at runtime and sent to the X server; thereafter the file does not
need to exist, and can be deleted/renamed/modified without the X server or
window manager noticing.
If no window selection option is specified, the window can be interactively
selected using the cursor.
Hints:
xseticon -id "$WINDOWID" path/to/icon.png
Will set the icon for an xterm.