You are not logged in.

#1 2013-10-08 00:49:48

themusicalduck
Member
Registered: 2011-07-04
Posts: 123

[SOLVED]Gnome 3.10 Icons are broken

I upgraded earlier to Gnome 3.10. Although I've had a lot of problems.. I'm working on them one at a time.

Most of the default icons are not showing anymore. My Nautilus looks like this: broke.png

Some of the applications icons do still exist.

If I create a new user and log in, the icons are all fine. But I cannot figure out how to bring back icons on my own user account.

I tried running the command on http://askubuntu.com/questions/56313/ho … e-defaults, which set my favourites and wallpaper back to default. Icons still aren't fixed.

I tried running gtk-update-icon-cache on my icons folder. Tried running xdg-user-dirs-update. Tried sudo pacman -S $(pacman -Ssq gnome-icon-theme). Tried running /usr/bin/gdk-pixbuf-query-loaders --update-cache and tried reinstalling librsvg. None of these have helped.

Thanks.

Last edited by themusicalduck (2013-10-08 01:07:05)

Offline

#2 2013-10-08 00:58:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Gnome 3.10 Icons are broken

Offline

#3 2013-10-08 01:00:20

mapintar
Member
Registered: 2010-04-17
Posts: 50

Re: [SOLVED]Gnome 3.10 Icons are broken

Try use clean dconf.

Exit gnome-session and backup ~/.config/dconf then start the session.

Offline

#4 2013-10-08 01:06:16

themusicalduck
Member
Registered: 2011-07-04
Posts: 123

Re: [SOLVED]Gnome 3.10 Icons are broken

I renamed ~/.config/gtk-3.0/settings.ini and manually added in my icon theme to the new file that was created. This seems to have fixed it.

Thanks.

Last edited by themusicalduck (2013-10-08 01:06:34)

Offline

#5 2013-10-08 08:33:32

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Not solved for me I'm afraid. I'm running Openbox + Tint2 setup, with quite a few Gnome applications. I use the Oxygen icon theme.
Since the upgrade to the Gnome 3.10 packages, my GTK3 applications have missing icons which only reappear if I choose the GNOME icon theme using lxappearance, which modifies ~/.config/gtk-3.0/settings.ini. Here's my normal settings.ini:

[Settings] 
gtk-theme-name=Clearlooks-Phenix
gtk-icon-theme-name=oxygen
gtk-font-name=Arimo 9
gtk-cursor-theme-name=aero-drop
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb

When 'gtk-icon-theme-name=gnome' is used instead, the icons display in GTK3 applications.
Any ideas please how I can get the Oxygen theme to play nicely with Gnome 3.10 applications?

Offline

#6 2013-10-08 10:20:52

jjacky
Member
Registered: 2011-11-09
Posts: 347
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Well, I don't know what your issue is, but what I've figured out re: icons & gtk3.10, in case it might help:

- options gtk-button-images & gtk-menu-images are now ignored, probbaly not the issue here but just mentioning it.
- when looking for a symbolic icon  and failing to find one, you now get the broken/missing icon (i.e. no more fallback to the non-symbolic icon). Also, gtk sometimes uses symbolic icons by default, e.g. when showing a warning/error/question/etc message dialog, icons used there are symbolic ones.

Offline

#7 2013-10-08 12:54:09

marcoscan
Member
Registered: 2009-04-07
Posts: 36

Re: [SOLVED]Gnome 3.10 Icons are broken

Hi ninian!
Have you tried to add the "inherits" line in the "index.theme" file of your theme (put it in your ~/.icons  folder)?
Maybe the missing icons were the fallback ones, belonging to another theme.

Example:

Name=GNOME-Carbonite
Comment=Colorized Gnome Icons
Inherits=gnome <- choose a different theme here.

Cheers :-)

Last edited by marcoscan (2013-10-08 12:54:36)

Offline

#8 2013-10-08 13:44:38

maofree
Member
Registered: 2012-11-04
Posts: 16
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Hi
I solved this problem choosing from gnome-tweak-tool the default gnome icons
with Oxigen icons I get this problem

bye

Offline

#9 2013-10-08 13:50:51

xor-bzh
Member
Registered: 2013-10-08
Posts: 4

Re: [SOLVED]Gnome 3.10 Icons are broken

I had the same kind of issue after the 3.10 update (a bunch of missing icons), it was linked to a problem in the svg rendering engine, reinstalling gdk-pixbuf2 fixed everything.

Offline

#10 2013-10-08 14:36:18

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Thanks for your suggestions, jjacky, marcoscan and xor-bzh.
Will experiment with them all when I get home from work and back to Arch!
wink

Offline

#11 2013-10-08 16:03:09

eriks
Member
Registered: 2013-06-11
Posts: 37

Re: [SOLVED]Gnome 3.10 Icons are broken

I have the elementary icon set installed and my system is missing some icons, too. I guess those different icon sets need to be updated for Gnome 3.10. Too bad that Gnome doesn't  fall back to the built-in icons in this case, I guess we should file a bug.

Offline

#12 2013-10-08 16:13:13

eriks
Member
Registered: 2013-06-11
Posts: 37

Re: [SOLVED]Gnome 3.10 Icons are broken

from https://developer.gnome.org/gtk3/unstab … icon-theme:

GtkSettings:gtk-fallback-icon-theme has been deprecated since version 3.10 and should not be used in newly-written code. This setting is ignored.

Offline

#13 2013-10-08 17:53:17

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Tried the various suggestions to no avail, I'm afraid.
Thanks for them anyway!
I'm really starting to dislike these Gnome upgrades ...

Offline

#14 2013-10-08 18:42:31

jjacky
Member
Registered: 2011-11-09
Posts: 347
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

Re: icons & GTK 3.10, I had a couple of issues myself:

- because I don't have (any) symbolic icons, and there's no more fallback to non-symbolic icons, lot of icons were broken for me.
- icons in menus & buttons were gone, as GNOME folks decided to get rid of icons for some reason.

Both of those I fixed patching GLib/GTK: the former adding a fallback to non-symbolic icons, the later reverting the commits that removed support of options gtk-button-images & gtk-menu-images.

Offline

#15 2013-10-08 20:10:02

Texas
Member
From: Dallas, Texas
Registered: 2010-09-10
Posts: 131

Re: [SOLVED]Gnome 3.10 Icons are broken

ninian wrote:

I'm really starting to dislike these Gnome upgrades ...

Second!

Offline

#16 2013-10-08 20:45:40

themusicalduck
Member
Registered: 2011-07-04
Posts: 123

Re: [SOLVED]Gnome 3.10 Icons are broken

I'm actually still having some more theme related issues. Firefox does not seem to be using my icons set any more. It's using some fallback icons, and looks terrible.

I can't seem to change the font for "Interface" in tweak. Titles and Monospace settings are used, but Interface is ignored.

Edit: Managed to fix these by using gtk-theme-switch2 and lxappearance.

Last edited by themusicalduck (2013-10-08 21:31:43)

Offline

#17 2013-10-18 21:49:35

ninian
Member
From: United Kingdom
Registered: 2008-02-24
Posts: 726
Website

Re: [SOLVED]Gnome 3.10 Icons are broken

marcoscan wrote:

Hi ninian!
Have you tried to add the "inherits" line in the "index.theme" file of your theme (put it in your ~/.icons  folder)?
Maybe the missing icons were the fallback ones, belonging to another theme.

Example:

Name=GNOME-Carbonite
Comment=Colorized Gnome Icons
Inherits=gnome <- choose a different theme here.

Cheers :-)

Trying this again and looking at https://bugs.kde.org/show_bug.cgi?id=325966 seems to be successful.
Added gnome to the Inherits line in /usr/share/icons/oxygen/index.theme thus:

Inherits=hicolor,gnome

Thanks for your help!
smile

Offline

#18 2013-10-22 02:59:44

salbahis
Member
Registered: 2013-10-17
Posts: 2

Re: [SOLVED]Gnome 3.10 Icons are broken

@ninian suggestions works for me on elementary icons aswell.. thought my problem is only limited to nautilus..

Update: broken icon when running nautilus as root, ive tried both su/gksu and su still it has broken icon.. the icon is ok if i use gnome default icons

Last edited by salbahis (2013-10-24 14:06:54)

Offline

#19 2013-10-24 15:37:59

eriks
Member
Registered: 2013-06-11
Posts: 37

Re: [SOLVED]Gnome 3.10 Icons are broken

community/elementary-icon-theme got updated today, everything looks great again now, thanks!

Offline

Board footer

Powered by FluxBB