Bug 187748 - wrong icons installation path
Summary: wrong icons installation path
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Themes (show other bugs)
Version: 0.10.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 00:06 UTC by Andrzej
Modified: 2017-08-03 20:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments
patch that can be used to fix installation paths temporarily (615 bytes, patch)
2009-03-23 22:14 UTC, Luka Renko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej 2009-03-21 00:06:16 UTC
Version:           0.10.0 (rev.: wyeksportowane) (using 4.2.00 (KDE 4.2.0), volkerdi@slackware.com)
Compiler:          gcc
OS:                Linux (i686) release 2.6.28.1

At least some icons e.g digikam.png, showfoto.png are installed in wrong paths:
/usr/share/apps/digikam/icons

and so menu entries are displayed without icons.

In 0.10.0rc1 it was OK:
/usr/share/icons
Comment 1 caulier.gilles 2009-03-21 10:22:34 UTC
Luka, any idea ?

Gilles
Comment 2 Luka Renko 2009-03-21 12:50:13 UTC
Yes, this is know problem with non-KDE desktops or if you do not use Oxygen icon theme. This was noticed by Will just after the release and he has commented on my previous request for review:
http://mail.kde.org/pipermail/digikam-devel/2009-March/027198.html

I plan to fix this for 0.10.x branch and trunk, as soon as we have 0.11 branch back in trunk and 0.10.x branch created. I will update Ubuntu packages to install on right location for non-KDE users too.
Comment 3 Luka Renko 2009-03-21 12:51:17 UTC
Additional note: application icons will be installed to /usr/share/icons/hicolor
as hicolor is the fallback theme always. Will also update apps icons in kipi-plugins.
Comment 4 Luka Renko 2009-03-23 22:14:20 UTC
Created attachment 32364 [details]
patch that can be used to fix installation paths temporarily
Comment 5 Luka Renko 2009-03-29 15:05:10 UTC
SVN commit 946417 by lure:

Install application icons for Digikam/Showfoto to /usr/share/icons/hicolor

This ensures that proper icons are shown also in non-KDE desktops (GNOME,
XFCE...) or in case that Oxygen is not the icon theme used.

BUG: 187748


 M  +2 -1      NEWS  
 M  +1 -2      data/icons/CMakeLists.txt  
 A             data/icons/apps (directory)  
 AM            data/icons/apps/CMakeLists.txt   data/icons/oxygen/CMakeLists.txt#946393
 AM            data/icons/apps/hi128-app-digikam.png   data/icons/oxygen/128x128/apps/digikam.png#946393
 AM            data/icons/apps/hi128-app-showfoto.png   data/icons/oxygen/128x128/apps/showfoto.png#946393
 AM            data/icons/apps/hi16-app-digikam.png   data/icons/oxygen/16x16/apps/digikam.png#946393
 AM            data/icons/apps/hi16-app-showfoto.png   data/icons/oxygen/16x16/apps/showfoto.png#946393
 AM            data/icons/apps/hi22-app-digikam.png   data/icons/oxygen/22x22/apps/digikam.png#946393
 AM            data/icons/apps/hi22-app-showfoto.png   data/icons/oxygen/22x22/apps/showfoto.png#946393
 AM            data/icons/apps/hi32-app-digikam.png   data/icons/oxygen/32x32/apps/digikam.png#946393
 AM            data/icons/apps/hi32-app-showfoto.png   data/icons/oxygen/32x32/apps/showfoto.png#946393
 AM            data/icons/apps/hi48-app-digikam.png   data/icons/oxygen/48x48/apps/digikam.png#946393
 AM            data/icons/apps/hi48-app-showfoto.png   data/icons/oxygen/48x48/apps/showfoto.png#946393
 AM            data/icons/apps/hi64-app-digikam.png   data/icons/oxygen/64x64/apps/digikam.png#946393
 AM            data/icons/apps/hi64-app-showfoto.png   data/icons/oxygen/64x64/apps/showfoto.png#946393
 AM            data/icons/apps/hisc-app-digikam.svgz   data/icons/oxygen/scalable/apps/digikam.svgz#946393
 AM            data/icons/apps/hisc-app-showfoto.svgz   data/icons/oxygen/scalable/apps/showfoto.svgz#946393
 D             data/icons/oxygen (directory)  


WebSVN link: http://websvn.kde.org/?view=rev&revision=946417