| View previous topic :: View next topic |
| Author |
Message |
6205 Newbie

Joined: 18 May 2006 Posts: 2
|
Posted: Thu May 18, 2006 4:26 pm Post subject: Gnome menu icons size |
|
|
Hello,
I am running on Suse 10.1, but in Gnome menu are big, ugly 32x32 icons and want them small like in Ubuntu - 16x16pix. Is it possible to make them small ?
Thanks! |
|
| Back to top |
|
 |
bvc Guru

Joined: 13 Oct 2002 Posts: 763
|
Posted: Thu May 18, 2006 5:39 pm Post subject: |
|
|
if not already there, create a .gtkrc-2.0 file in your home directory, put this in it | Code: | | gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-large-toolbar=16,16:gtk-button=16,16" |
and edit if needed. Then either log out and back it, change the icon theme and back, or run the command
killall gnome-panel |
|
| Back to top |
|
 |
6205 Newbie

Joined: 18 May 2006 Posts: 2
|
Posted: Fri May 19, 2006 2:42 am Post subject: whooaaaa |
|
|
| bvc wrote: | if not already there, create a .gtkrc-2.0 file in your home directory, put this in it | Code: | | gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-menu=16,16:gtk-large-toolbar=16,16:gtk-button=16,16" |
and edit if needed. Then either log out and back it, change the icon theme and back, or run the command
killall gnome-panel |
SUPER it works! I set them to 24x24pix THANKS !!!! |
|
| Back to top |
|
 |
|