Opened 3 years ago
Closed 3 years ago
#64918 closed defect (fixed)
libreoffice: system dialogs (open, save, print) in wrong language, missing en.lproj under Resources folder
Reported by: | i0ntempest | Owned by: | Tatsh <Tatsh@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | 2.7.2 | Cc: | Tatsh (Andrew Udvare) |
Port: | libreoffice |
Description (last modified by i0ntempest)
There were discussions about this on their bug tracker: https://bugs.documentfoundation.org/show_bug.cgi?id=125693
Supposedly this should have been fixed, but for whatever reason en.lproj is still missing in Resources folder, at least for Monterey. The easiest way to fix this would be create that folder in post-destroot.
Change History (4)
comment:1 Changed 3 years ago by i0ntempest
comment:2 Changed 3 years ago by i0ntempest
Description: | modified (diff) |
---|
comment:3 Changed 3 years ago by Tatsh (Andrew Udvare)
comment:4 Changed 3 years ago by Tatsh <Tatsh@…>
Owner: | set to Tatsh <Tatsh@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Wait a min I just remembered: by default MP removes all empty dirs after destroot, which en.lproj is. So a simple
destroot.keepdirs
line would work.