You are not logged in.
Pages: 1
I use xterm as my default terminal. The icons used in the window decorator, workspace switcher and systray (called "window buttons" in xfce) for this application is just a white cube with a blue line at the top. Is there a way to change this? When I run xfce4-terminal I get the typical terminal icon that I want.
Offline
I think it's because xterm don't set its own icon so the default Gtk application icon is use. Now how to change the default Gtk icon ... I don't know :-(
It must be one of the installed icon from your theme or gtk packages ...
Last edited by angstrom (2012-02-07 12:49:38)
Xfce is NOT Xubuntu. Bugs in Xubuntu don't mean that Xfce is buggy ...
Offline
Xterm can read xbm files. Find/create an xbm file of the icon that you want to use, then create/edit your ~/.Xresources file and add the following content:
xterm*iconPixmap: /path/to/icon_file.xbm
Then run:
xrdb -merge ~/.Xresources
Works for "Window Buttons" - not sure about the others.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 520.13 KiB (Peak: 520.98 KiB) ]