Is it possible to set a custom icon for gnome-terminal
, maybe dependent on the profile. I often have many terminal windows open and it gets a bit tricky to distinguish between them.
Asked
Active
Viewed 2,296 times
3

jsj
- 1,410
2 Answers
3
No. The icon for gnome-terminal is set at the C level and does not provide for any customization. You will need to use xseticon to change it externally.

Ignacio Vazquez-Abrams
- 45,725
1
This was possible in the past. But Gnome developers it was a bug to allow this as the main theme should define the icon, not the terminal profile. See https://bugzilla.gnome.org/show_bug.cgi?id=126081

johannes
- 271