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
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.
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
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
Thanks for the quick fix!