I
I
Ivan Karmanov2020-04-26 10:44:05
linux
Ivan Karmanov, 2020-04-26 10:44:05

How to change terminal icon?

Hello! It's a simple question, but I couldn't find the answer anywhere. I want the terminal to be indicated in the panel in the same way as in the menu 5ea53b513b790117904839.png
In the menu, the terminal icon is normal, but in the left panel for some reason it’s different, from the tango theme, although another one is installed. Tell me how this can be solved or at least where to dig

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-04-26
@Ivankarman

Most likely the panel app is not getting the icon correctly. I think you can set it manually.

C
CityCat4, 2020-04-27
@CityCat4

You can try in the direction of .Xresources.
This is how I change the icon for the terminal:

! application icon
xterm*iconPixmap:               /usr/share/pixmaps/Eterm.xpm
xterm*iconHint:                 /usr/share/pixmaps/Eterm.xpm

.Xresources is loaded in the .xsession session file:
userresources=$HOME/.Xresources

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question