Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524470 - x11-themes/gnome-icon-theme-3.12.0 compatibility links for icons are missing
Summary: x11-themes/gnome-icon-theme-3.12.0 compatibility links for icons are missing
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-04 20:29 UTC by Łukasz Stelmach
Modified: 2014-10-05 10:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Stelmach 2014-10-04 20:29:56 UTC
gnome-icon-themes-3.12.0 as installed on my system does not provide compatibility links fore many icons, e.g folder.png

-rw-r--r-- 1 root root 675 08-22 02:58 folder.png
lrwxrwxrwx 1 root root  10 10-04 22:12 gnome-fs-directory.png -> folder.png
lrwxrwxrwx 1 root root  10 10-04 22:20 gtk-directory.png -> folder.png
lrwxrwxrwx 1 root root  10 10-04 22:20 inode-directory.png -> folder.png
lrwxrwxrwx 1 root root  10 10-04 22:20 stock_folder.png -> folder.png

This makes (almost?) all gtk applications display text-x-generic instead of folder.png. There are probably more missing icons which I haven't spotted because I use GUI apps quite little.

To fix the problem /usr/libexec/icon-name-mapping should be used when the package is built.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2014-10-05 08:54:48 UTC
I have that icons installed:
# ls -l /usr/share/icons/gnome/16x16/places/gtk-directory.png
lrwxrwxrwx 1 root root 10 may 25 10:22 /usr/share/icons/gnome/16x16/places/gtk-directory.png -> folder.png


And, also, we are already building it with --enable-icon-mapping :/
Comment 2 Łukasz Stelmach 2014-10-05 09:55:37 UTC
Strange indeed. Rebuilding the package helped. I suppose there may have been a bug in icon-namig-utils at the time I was building the package for the first time. Anyway, things appear to work fine now. Thanks.
Comment 3 Pacho Ramos gentoo-dev 2014-10-05 10:43:52 UTC
In my laptop I have "FEATURE=split-log" in my make.conf to save all build.logs in /var/log/portage/build/, that way all build.logs are saved there and I can see what did occur at build time (you will need to remember to clean them from time to time to not lose a lot of disk space of course ;))