buxeasywork / batti-gtk

Automatically exported from code.google.com/p/batti-gtk
0 stars 0 forks source link

No icons #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I run batti I don't got any icons just the black page icon indicating 
there is a missing icon. How can I fix this?

Original issue reported on code.google.com by pythe...@gmail.com on 15 Sep 2010 at 2:09

GoogleCodeExporter commented 9 years ago
From issue #3:

First try:

$ sudo gtk-update-icon-cache /usr/share/icons/hicolor/

And if that does not help:

Since it shows the 'image-missing' icon, the error is not within the code 
itself. 
So I guess it is within your icon-theme. Does your icon-theme include the 
hicolor
icon-theme? Does it still show 'image-missing' when you are using default
gnome-icon-theme or some other theme?

To check if your icon-theme includes the hicolor icon-theme, the index.theme 
file
within your icon-theme folder must have the following line:
Inherits=hicolor

Please see [1] for further informations about the freedesktop icon-theme 
specification.

[1] http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html

Original comment by arthapex on 15 Sep 2010 at 3:25

GoogleCodeExporter commented 9 years ago
Woops, didn't even think of that. That did the trick. Thanks!

Original comment by pythe...@gmail.com on 15 Sep 2010 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by arthapex on 15 Sep 2010 at 3:55