You are not logged in.

#1 2009-04-17 17:28:18

stabele
Member
Registered: 2008-12-22
Posts: 101

[SOLVED] PCmanFM & GTK+ icon theme problem

I use xorg 1.6.1 + openbox. When I start PCmanFM I get warning and after that file icons are missing:

GTK+ icon theme is not properly set

This usually means you don't have an XSETTINGS manager running.  Desktop environment like GNOME or XFCE automatically execute their XSETTING managers like gnome-settings-daemon or xfce-mcs-manager.

If you don't use these desktop environments, you have two choices:
1. run an XSETTINGS manager, or
2. simply specify an icon theme in ~/.gtkrc-2.0.
For example to use the Tango icon theme add a line:
gtk-icon-theme-name="Tango" in your ~/.gtkrc-2.0. (create it if no such file)

NOTICE: The icon theme you choose should be compatible with GNOME, or the file icons cannot be displayed correctly.  Due to the differences in icon naming of GNOME and KDE, KDE themes cannot be used.  Currently there is no standard for this, but it will be solved by freedesktop.org in the future.

I am using lxappearance, my .gtkrc-2.0 :

$ cat ~/.gtkrc-2.0
# DO NOT EDIT!  This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine

gtk-theme-name="Raleigh"
gtk-icon-theme-name="hicolor"
gtk-font-name="Sans 10"
gtk-toolbar-style=2
include "/home/zed/.gtkrc-2.0.mine"

Any idea what I am doing wrong?

Edit: Found out that PCmanFM has trouble to run with hicolor theme, problem solved by instaling tango-icontheme a switching to it.

Last edited by stabele (2009-04-17 18:34:01)

Offline

Board footer

Powered by FluxBB