https://bugs.documentfoundation.org/show_bug.cgi?id=168610
--- Comment #5 from Patrick (volunteer) <[email protected]> --- (In reply to Heiko Tietze from comment #4) > Patrick, do you see an easy way to switch the MIME type icons? I don't think any LibreOffice code needs to change. I think we only need to do the following 1. Replace the current main.icns file included in the LibreOffice installation's Contents/Resources folder with a new AppIcon.icns 2. Include a new Assets.car file the Contents/Resources folder 3. Replace the CFBundleIconFile entry in the Contents/Info.plist file with the following 2 entries: <key>CFBundleIconFile</key> <string>AppIcon</string> <key>CFBundleIconName</key> <string>AppIcon</string> Currently, it looks like the main.icns file is created in the sysui/Package_osxicons.mk makefile using a bunch of .svg files and the iconutil command. But I don't know what would need to change there to assemble any new images into an AppIcon.icns and Assets.car files though. -- You are receiving this mail because: You are the assignee for the bug.
