https://bugs.documentfoundation.org/show_bug.cgi?id=168610

--- Comment #6 from Patrick (volunteer) <[email protected]> ---
I forgot to mention that I was able to copy TextEdit's app icon files into my
macOS Tahoe LibreOffice master build using the following steps. Note: the "."
folder is the top of the LibreOffice source tree:

1. cp /System/Applications/TextEdit.app/Contents/Resources/AppIcon.icns
./instdir/LibreOfficeDev.app/Contents/Resources

2. cp /System/Applications/TextEdit.app/Contents/Resources/Assets.car
./instdir/LibreOfficeDev.app/Contents/Resources

3. Open the ./instdir/LibreOfficeDev.app/Contents/Info.plist file in a text
editor and replace the following lines:

    <key>CFBundleIconFile</key>
    <string>main.icns</string>

with the following lines:

    <key>CFBundleIconFile</key>
    <string>AppIcon</string>
    <key>CFBundleIconName</key>
    <string>AppIcon</string>

4. touch ./instdir/LibreOfficeDev.app
5. open -a ./instdir/LibreOfficeDev.app

LibreOffice now has TextEdit's app icons and changing "Icon & widget style" in
the System Settings application works. So I think I found all of the files that
we would need to ship.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to