Summary: | wrong icons installation path | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andrzej <superandrzej> |
Component: | Usability-Themes | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lure |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: | |||
Attachments: | patch that can be used to fix installation paths temporarily |
Description
Andrzej
2009-03-21 00:06:16 UTC
Luka, any idea ? Gilles 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. 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. Created attachment 32364 [details]
patch that can be used to fix installation paths temporarily
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 |