Bug 310707

Summary: Fix wrong SVG filename extensions and remove unwanted PNG file
Product: [Plasma] Oxygen Reporter: Pander Musubi <pander>
Component: iconsAssignee: pinheiro <nuno>
Status: CONFIRMED ---    
Severity: normal CC: adaptee
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Pander Musubi 2012-11-26 12:47:53 UTC
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.
Comment 1 pinheiro 2012-11-26 14:44:27 UTC
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
Comment 2 Pander Musubi 2012-11-26 14:56:34 UTC
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
Comment 3 pinheiro 2012-11-26 15:00:44 UTC
a sure, my bad, this is what you get wen only one uses the sources :)
Comment 4 Andrew Crouthamel 2018-11-09 01:03:01 UTC
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!
Comment 5 Pander Musubi 2018-11-09 09:36:34 UTC
Simply needs to be done, no momre info is needed.