Bug 368835 - MS Office icons have newlines in their filenames
Summary: MS Office icons have newlines in their filenames
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 08:19 UTC by Manuel Nickschas
Modified: 2016-09-15 08:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!