| Summary: | Missing/inaccurate version information in macOS language packs | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mike <vt3cdliocq> |
| Component: | Installation | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | lo |
| Priority: | medium | ||
| Version: | 7.1.2.2 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | macOS (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 42082 | ||
|
Description
Mike
2021-04-24 17:51:04 UTC
Sounds like a valid enhancement request -> new Current plist info: <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <!-- UTI declarations for macOS >= 10.4 --> <key>UTExportedTypeDeclarations</key> <key>UTImportedTypeDeclarations</key> <key>CFBundleExecutable</key> <string>LibreOffice Language Pack</string> <key>CFBundleGetInfoString</key> <string>LibreOffice Language Pack</string> <key>CFBundleIconFile</key> <string>ooo3_installer.icns</string> <key>CFBundleShortVersionString</key> <string>9</string> <key>CFBundleIdentifier</key> <string>org.libreoffice.script.langpack</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>LibreOffice Language Pack</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>OOo3</string> <key>LSRequiresCarbon</key> <string>1</string> <key>NSPrincipalClass</key> <string>VCL_NSApplication</string> </dict> </plist> |