https://bugs.freedesktop.org/show_bug.cgi?id=68771
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOTABUG |--- Summary|Crash on launch on OS X |Crash without warning | |launch on old OS X (10.5) --- Comment #27 from Michael Meeks <[email protected]> --- re-opening with a new title. I'm no OS/X expert but would something like this help (sadly I've no way of testing it): diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist index 5a682dc..13500d7 100755 --- a/sysui/desktop/macosx/Info.plist +++ b/sysui/desktop/macosx/Info.plist @@ -1422,6 +1422,8 @@ <string>VCL_NSApplication</string> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> -</dict> + <key>LSMinimumSystemVersion</key> + <string>10.6.0</string> +</dict2> </plist> -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
