From 4c38441c3ae5f13aa61bb429b82f080afd9ed205 Mon Sep 17 00:00:00 2001 From: Eivind Samseth Date: Thu, 21 May 2020 12:09:55 +0200 Subject: tdf#67874 Add generic icons to most 3rd party formats Added generic icon declarations to the "Imported Type UTIs" Some 3rd party formats are only in the "Document types", most notably the old MS formats Those need to be restructured to at minimum be by type (e.g., text), or moved to Imported Type UTIs Change-Id: I43f4d15a7c13f511178fb34371ccea4860e6873e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94625 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- sysui/desktop/macosx/Info.plist.in | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) (limited to 'sysui') diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index a40d1bf188df..d3051905058d 100644 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -745,6 +745,8 @@ application/msword + UTTypeIconFile + text-template.icns @@ -768,6 +770,8 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.document + UTTypeIconFile + text.icns UTTypeConformsTo @@ -791,6 +795,8 @@ application/vnd.ms-word.document.macroEnabled.12 + UTTypeIconFile + text.icns UTTypeConformsTo @@ -813,6 +819,8 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.template + UTTypeIconFile + text-template.icns UTTypeConformsTo @@ -836,6 +844,8 @@ application/vnd.ms-word.template.macroEnabled.12 + UTTypeIconFile + text-template.icns @@ -860,6 +870,8 @@ application/vnd.openxmlformats-officedocument.spreadsheetml.template + UTTypeIconFile + spreadsheet-template.icns UTTypeConformsTo @@ -883,6 +895,8 @@ application/vnd.ms-excel.template.macroEnabled.12 + UTTypeIconFile + spreadsheet-template.icns UTTypeConformsTo @@ -905,6 +919,8 @@ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -928,6 +944,8 @@ application/vnd.ms-excel.sheet.binary.macroEnabled.12 + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -951,6 +969,8 @@ application/vnd.ms-excel.sheet.macroEnabled.12 + UTTypeIconFile + spreadsheet.icns @@ -975,6 +995,8 @@ application/vnd.openxmlformats-officedocument.presentationml.presentation + UTTypeIconFile + presentation.icns UTTypeConformsTo @@ -998,6 +1020,8 @@ application/vnd.ms-powerpoint.presentation.macroEnabled.12 + UTTypeIconFile + presentation.icns UTTypeConformsTo @@ -1021,6 +1045,8 @@ application/vnd.openxmlformats-officedocument.presentationml.template + UTTypeIconFile + presentation-template.icns UTTypeConformsTo @@ -1044,6 +1070,8 @@ application/vnd.ms-powerpoint.template.macroEnabled.12 + UTTypeIconFile + presentation-template.icns @@ -1068,6 +1096,8 @@ application/vnd.wordperfect + UTTypeIconFile + text.icns UTTypeConformsTo @@ -1090,6 +1120,8 @@ application/x-aportisdoc + UTTypeIconFile + text.icns UTTypeConformsTo @@ -1112,6 +1144,8 @@ application/x-hwp + UTTypeIconFile + text.icns UTTypeConformsTo @@ -1134,6 +1168,8 @@ application/vnd.ms-works + UTTypeIconFile + text.icns UTTypeConformsTo @@ -1156,6 +1192,8 @@ application/x-mswrite + UTTypeIconFile + text.icns @@ -1179,6 +1217,8 @@ application/x-dif-document + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -1202,6 +1242,8 @@ text/spreadsheet + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -1225,6 +1267,8 @@ text/csv + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -1247,6 +1291,8 @@ application/x-dbase + UTTypeIconFile + database.icns UTTypeConformsTo @@ -1273,6 +1319,8 @@ application/vnd.lotus-1-2-3 + UTTypeIconFile + spreadsheet.icns UTTypeConformsTo @@ -1296,6 +1344,8 @@ image/cgm + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1319,6 +1369,8 @@ image/vnd.dxf + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1342,6 +1394,8 @@ image/x-emf + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1365,6 +1419,8 @@ image/x-wmf + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1394,6 +1450,8 @@ image/x-cdr + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1428,6 +1486,8 @@ application/vnd.visio + UTTypeIconFile + drawing.icns UTTypeConformsTo @@ -1450,6 +1510,8 @@ application/x-mspublisher + UTTypeIconFile + drawing.icns -- cgit