| Summary: | Most apps do not have an installed icon in the OS X .app bundle | ||
|---|---|---|---|
| Product: | [Applications] calligracommon | Reporter: | Hanspeter Niederstrasser <niederstrasser> |
| Component: | general | Assignee: | Calligra Bugs <calligra-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.8.6 | ||
| Target Milestone: | --- | ||
| Platform: | Fink Packages | ||
| OS: | macOS | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. Seems fixed with calligra 3.2.1 |
On OS X, the apps should include a .icns icon inside their .app bundle. Except for braindump.app and kexi.app, all the other calligra application bundles are missing their icon: calligra, calligraauthor, calligraconverter, calligraflow, calligraplan, calligraplanwork, calligrasheets, calligrastage, calligrawords, karbon, and krita. I think that's the full list. Reproducible: Always Actual Results: For some of the apps, the missing icons are generated, but they are not installed: $ find . -name *.icns ./3rdparty/google-breakpad/src/client/mac/sender/crash_report_sender.icns ./3rdparty/google-breakpad/src/client/mac/testapp/bomb.icns ./build/braindump/src/braindump.app/Contents/Resources/braindump_SRCS.icns ./build/braindump/src/braindump_SRCS.icns ./build/flow/part/flow_KDEINIT_SRCS.icns ./build/karbon/karbon_KDEINIT_SRCS.icns ./build/kexi/kexi.app/Contents/Resources/kexi_SRCS.icns ./build/kexi/kexi_SRCS.icns ./build/krita/krita_KDEINIT_SRCS.icns ./build/plan/calligraplan_KDEINIT_SRCS.icns ./build/sheets/calligrasheets_KDEINIT_SRCS.icns ./build/stage/app/stage_KDEINIT_SRCS.icns ./build/words/app/words_KDEINIT_SRCS.icns The installed Info.plist for the broken apps does include a reference to the icon. For, example, in calligrasheets.app: <key>CFBundleIconFile</key> <string>calligrasheets_KDEINIT_SRCS.icns</string>