Bug 307709

Summary: PNG in 48x48 icon folder has a size of 64x64
Product: [Applications] digikam Reporter: S. Burmeister <sven.burmeister>
Component: Bundle-TarballAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 3.0.0
Sentry Crash Report:

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!