Bug 307709 - PNG in 48x48 icon folder has a size of 64x64
Summary: PNG in 48x48 icon folder has a size of 64x64
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-Tarball (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 09:23 UTC by S. Burmeister
Modified: 2022-02-04 06:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 3.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2012-10-02 09:23:43 UTC
When packaging current git I get the following warning:

kipi-plugins.i586: W: wrong-icon-size /usr/share/icons/hicolor/48x48/actions/photivo.png expected: 48x48 actual: 64x64

This means that the PNG has the wrong size.

Reproducible: Always
Comment 1 S. Burmeister 2012-10-02 13:10:34 UTC
kipi-plugins.i586: W: wrong-icon-size /usr/share/icons/hicolor/64x64/actions/metadataedit.png expected: 64x64 actual: 59x64
kipi-plugins.i586: W: wrong-icon-size /usr/share/icons/hicolor/128x128/actions/flash.png expected: 128x128 actual: 128x125

Are two more icons that do not obey the fixed size of the folder they are installed to.
Comment 2 caulier.gilles 2012-10-03 12:56:55 UTC
Git commit cf7febb96b42aefbf29af448bc9ca513f1804953 by Gilles Caulier.
Committed on 03/10/2012 at 14:56.
Pushed by cgilles into branch 'master'.

rename file with right image size (48 => 64)

R  +-    --    photivointegration/icons/hi64-action-photivo.png [from: photivointegration/icons/hi48-action-photivo.png - 100% similarity]

http://commits.kde.org/kipi-plugins/cf7febb96b42aefbf29af448bc9ca513f1804953
Comment 3 caulier.gilles 2012-10-03 13:00:25 UTC
Git commit ff88ef8714989898a2d21a548818d95e1d5256e5 by Gilles Caulier.
Committed on 03/10/2012 at 14:59.
Pushed by cgilles into branch 'master'.

fix icons size
FIXED-IN: 3.0.0

M  +-    --    flashexport/icons/hi128-action-flash.png
M  +-    --    metadataedit/icons/hi64-action-metadataedit.png

http://commits.kde.org/kipi-plugins/ff88ef8714989898a2d21a548818d95e1d5256e5
Comment 4 S. Burmeister 2012-10-03 15:13:47 UTC
Thanks for the quick fix!