Please consider the following files: $ find scalable/ -type f|grep -v '\.svn'|grep -v svg|grep -v '\.sh$' scalable/apps/kmymoney.png scalable/apps/kgpg.svz scalable/actions/small/22x22/view-calendar-month scalable/actions/small/48x48/view-calendar-month scalable/actions/small/32x32/view-calendar-month scalable/actions/small/16x16/view-calendar-month The first can be deleted according to: $ find . -name 'kmymoney*'|grep -v '\.svn' ./scalable/apps/kmymoney.png ./scalable/apps/kmymoney.svgz The second can be renamed according to .svg: $ find . -name 'kgpg*'|grep -v '\.svn' ./scalable/apps/kgpg.svz ./64x64/apps/kgpg.png ./22x22/apps/kgpg.png ./128x128/apps/kgpg.png ./48x48/apps/kgpg.png ./256x256/apps/kgpg.png ./32x32/apps/kgpg.png ./16x16/apps/kgpg.png and $ file ./scalable/apps/kgpg.svz ./scalable/apps/kgpg.svz: SVG Scalable Vector Graphics image The following need individual actions according to: $ find . -name 'view-calendar-month*'|grep -v '\.svn' ./scalable/actions/view-calendar-month.svgz ./scalable/actions/small/22x22/view-calendar-month ./scalable/actions/small/22x22/view-calendar-month.svgz ./scalable/actions/small/48x48/view-calendar-month ./scalable/actions/small/32x32/view-calendar-month ./scalable/actions/small/16x16/view-calendar-month ./scalable/actions/small/16x16/view-calendar-month.svgz ./22x22/actions/view-calendar-month.png ./48x48/actions/view-calendar-month.png ./32x32/actions/view-calendar-month.png ./16x16/actions/view-calendar-month.png Probably these can be deleted: ./scalable/actions/small/22x22/view-calendar-month ./scalable/actions/small/16x16/view-calendar-month Probably these should be renamed to .svg (or convertd to .svgz): ./scalable/actions/small/48x48/view-calendar-month ./scalable/actions/small/32x32/view-calendar-month Fixing this will improve the source code tree structure.
sory this bug report is very confusing... are the files missing extentions? Note that svg and svgz files should be considered source files and that qt apps should use png's only
to remove: scalable/apps/kmymoney.png scalable/actions/small/16x16/view-calendar-month scalable/actions/small/22x22/view-calendar-month fix extension: scalable/apps/kgpg.svz -> .svg scalable/actions/small/48x48/view-calendar-month + .svg scalable/actions/small/32x32/view-calendar-month + .svg
a sure, my bad, this is what you get wen only one uses the sources :)
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Simply needs to be done, no momre info is needed.