Bug 368835

Summary: MS Office icons have newlines in their filenames
Product: [Plasma] Breeze Reporter: Manuel Nickschas <sputnick>
Component: IconsAssignee: visual-design
Status: RESOLVED FIXED    
Severity: major CC: kainz.a, tittiatcoke
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Manuel Nickschas 2016-09-15 08:19:37 UTC
Somehow a \n character slipped into the filenames of the MS Office icons, preventing proper installation. Some got fixed yesterday, but a bunch of wrongly named icons remain:

 *      /usr/share/icons/breeze/mimetypes/16/application-vnd.ms-excel\n.svg
 *      /usr/share/icons/breeze/mimetypes/16/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet\n.svg
 *      /usr/share/icons/breeze/mimetypes/16/application-wps-office.dotx\n.svg
 *      /usr/share/icons/breeze/mimetypes/16/application-wps-office.potx\n.svg
 *      /usr/share/icons/breeze/mimetypes/16/application-wps-office.xls\n.svg
 *      /usr/share/icons/breeze/mimetypes/16/application-wps-office.xlsx\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-vnd.ms-excel\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-wps-office.dotx\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-wps-office.potx\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-wps-office.xls\n.svg
 *      /usr/share/icons/breeze/mimetypes/22/application-wps-office.xlsx\n.svg
 *      /usr/share/icons/breeze/mimetypes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet\n.svg
 *      /usr/share/icons/breeze/mimetypes/32/application-wps-office.dotx\n.svg
 *      /usr/share/icons/breeze/mimetypes/32/application-wps-office.potx\n.svg
 *      /usr/share/icons/breeze/mimetypes/32/application-wps-office.xls\n.svg
 *      /usr/share/icons/breeze/mimetypes/32/application-wps-office.xlsx\n.svg
 *      /usr/share/icons/breeze/mimetypes/64/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet\n.svg
 *      /usr/share/icons/breeze/mimetypes/64/application-wps-office.dotx\n.svg
 *      /usr/share/icons/breeze/mimetypes/64/application-wps-office.potx\n.svg
 *      /usr/share/icons/breeze/mimetypes/64/application-wps-office.xls\n.svg
 *      /usr/share/icons/breeze/mimetypes/64/application-wps-office.xlsx\n.svg

Reproducible: Always

Steps to Reproduce:
1. Check out master branch for breeze-icons
2. Check filenames of the icons mentioned above
3. Notice the \n before the file extension

Actual Results:  
File names contain newlines.

Expected Results:  
File names should not contain newlines.
Comment 1 Raymond Wooninck 2016-09-15 08:42:07 UTC
This should be fixed now, with my three commits. 

Please test.
Comment 2 Manuel Nickschas 2016-09-15 08:58:21 UTC
Works fine now, thx!