hello, how did you disabled the toolbar icons? i tried to do it with the gnome-ui-properties, but it done it only in evolution and not nautilus and other apps i use. thanks
i forget to say i`m using nautilus (and many other apps) in xfce, so this could be the problem. i think it can be done in the gtkrc file but i can`t find nothing about.
Add this to your .gtkrc-2.0.mine file in your home directory (create it if it doesn't exist)
gtk-toolbar-style = GTK_TOOLBAR_TEXT
Make sure you also have a .gtkrc-2.0 file in your home directory that has the following line in it:
include "/home/USERNAME/.gtkrc-2.0.mine"
Hope this helps.
doesn't work for .gtkrc-2.0.mine!
Add this to your .gtkrc-2.0 file in your home directory
gtk-toolbar-style = GTK_TOOLBAR_TEXT
---
my .gtkrc-2.0:
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/home/phraok/.themes/deviant dark/gtk-2.0/gtkrc"
include "/home/phraok/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
gtk-toolbar-style = GTK_TOOLBAR_TEXT
gtk-font-name = "Sans 8"
gtk-theme-name = "deviant dark"
gtk-icon-theme-name = "Sladf"
style "rox" = "default"
{
bg[NORMAL] = "#ffffff"
bg[ACTIVE] = "#ffffff"
}
widget_class "*Collection*" style "rox"
Ratings & Comments
9 Comments
hello, how did you disabled the toolbar icons? i tried to do it with the gnome-ui-properties, but it done it only in evolution and not nautilus and other apps i use. thanks
i forget to say i`m using nautilus (and many other apps) in xfce, so this could be the problem. i think it can be done in the gtkrc file but i can`t find nothing about.
i don't know for xfce sorry
Open gconf-editor and modify: Code: /desktop/gnome/interface/toolbar_style Valid values: both, both-horiz, icons, and text.
this i know. this is done by gnome-ui-properties.
Add this to your .gtkrc-2.0.mine file in your home directory (create it if it doesn't exist) gtk-toolbar-style = GTK_TOOLBAR_TEXT Make sure you also have a .gtkrc-2.0 file in your home directory that has the following line in it: include "/home/USERNAME/.gtkrc-2.0.mine" Hope this helps.
thanks, but this i found too and it didn`t work.
doesn't work for .gtkrc-2.0.mine! Add this to your .gtkrc-2.0 file in your home directory gtk-toolbar-style = GTK_TOOLBAR_TEXT --- my .gtkrc-2.0: # -- THEME AUTO-WRITTEN DO NOT EDIT include "/home/phraok/.themes/deviant dark/gtk-2.0/gtkrc" include "/home/phraok/.gtkrc.mine" # -- THEME AUTO-WRITTEN DO NOT EDIT gtk-toolbar-style = GTK_TOOLBAR_TEXT gtk-font-name = "Sans 8" gtk-theme-name = "deviant dark" gtk-icon-theme-name = "Sladf" style "rox" = "default" { bg[NORMAL] = "#ffffff" bg[ACTIVE] = "#ffffff" } widget_class "*Collection*" style "rox"
no. this i tried befor. i think the problem is that i`m using xfce.