Remove mimetype of libreoffice-calc

This mimetype affects icon resolution for apps with identical
   name. Methodology:

cd /usr/share/icons/Chicago95
for word in $( find . -path '*apps*' ! -type d -printf '%f\n' | awk -F'.' '!x[$1]++{print $1}' | sort ) ; do find mimes -name "${word}.???" ; done | sort -t'/' -k3

mv libreoffice-calc.png x-office-spreadsheet.png # which is one of its symlinks!
for word in $( find . -xtype l -printf '%l %f\n' | awk '$1 ~ /libreoffice-calc/{print $2}' ) ; do echo ln -sf x-office-spreadsheet.png ${word} ; done
This commit is contained in:
B Stack 2021-04-01 11:52:03 -04:00
parent fe3cafb33d
commit 1bafa4d820
12 changed files with 75 additions and 76 deletions

View File

@ -1 +1 @@
libreoffice-calc.png
x-office-spreadsheet.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

View File

@ -1 +1 @@
libreoffice-calc.png
x-office-spreadsheet.png

View File

@ -1 +0,0 @@
libreoffice-calc.png

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 256 B

View File

@ -1 +1 @@
libreoffice-calc.png
x-office-spreadsheet.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

View File

@ -1 +1 @@
libreoffice-calc.png
x-office-spreadsheet.png

View File

@ -1 +0,0 @@
libreoffice-calc.png

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 784 B

View File

@ -1 +1 @@
libreoffice-calc.svg
x-office-spreadsheet.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -1 +1 @@
libreoffice-calc.svg
x-office-spreadsheet.svg

View File

@ -1 +0,0 @@
libreoffice-calc.svg

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 B

After

Width:  |  Height:  |  Size: 31 KiB