[Bug 121102] Offline language packs installation nests parentheses unnecessarily

2024-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

--- Comment #6 from Hossein  ---
I built the LO, SDK and help packs with these extra options:

--with-package-format=msi
--without-ucrt-dir
--with-lang=en-GB
--without-helppack-integration
--disable-cli
--with-help=html

After a successful build, .msi files can be found in "workdir/installation/"
directory.

$ ls -lh `find workdir/installation/ -name "*.msi"`

The biggest file is the main installer, and the smaller ones are related to
SDK, help pack, etc. as their name implies.

My main core/ folder which contains sources, translations, help files, built
objects, binaries and installers is around 90 GB.

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

[Bug 121102] Offline language packs installation nests parentheses unnecessarily

2024-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Buovjaga  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|rbircherapa...@gmail.com|libreoffice-b...@lists.free
   ||desktop.org

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

[Libreoffice-bugs] [Bug 121102] Offline language packs installation nests parentheses unnecessarily

2023-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Hossein  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rbircherapa...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 121102] Offline language packs installation nests parentheses unnecessarily

2023-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Raphael Bircher  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #5 from Raphael Bircher  ---
Hi everyone

I try to take over this

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

[Libreoffice-bugs] [Bug 121102] Offline language packs installation nests parentheses unnecessarily

2023-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Hossein  changed:

   What|Removed |Added

   Keywords|needsDevEval|difficultyBeginner,
   ||easyHack, skillPerl

--- Comment #4 from Hossein  ---
(In reply to Stéphane Guillou (stragu) from comment #3)
> Hossein, could be an easyHack?
Yes, this can be an EasyHack.
For code pointers, one can start from searching for "Installation Wizard"
string:

 $ git grep "Installation Wizard"

which leads to instsetoo_native/inc_openoffice/windows/msi_languages/*.ulf, and
then following the token ProductName:

 $ git grep ProductName instsetoo_native/

leads to the token PRODUCTNAMETEMPLATE. Searching for it:

 $ git grep PRODUCTNAMETEMPLATE

leads to the file solenv/bin/modules/installer/windows/property.pm. One should
modify this Perl file to do the required changes.

To test the changes in action, one should build MSI packages by adding
"--with-package-format=msi --without-ucrt-dir" to the autogen.input, then
configure and build LibreOffice. After a successful build, the main MSI
installer will be in the below folder available for testing:

 workdir/installation/LibreOfficeDev_SDK/msi/install/

For the language packs, you have to add the desired language to the build
options. For example, for having English (US) and English (GB), you have to add
--with-lang=en-GB while knowing en-US is always included.

Also, make sure that you have cloned the dictionaries and translations
submodules. You can see the settings inside .git/config file after invoking
"git submodule init". To avoid huge cloning, you can set "active = false" for
helpcontents2 in .git/config and then invoke "./g pull -r". Be prepared to
clone huge repositories with the download size > 10GB in total.

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

[Libreoffice-bugs] [Bug 121102] Offline language packs installation nests parentheses unnecessarily

2023-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||hoss...@libreoffice.org,
   ||stephane.guillou@libreoffic
   ||e.org
   Keywords||needsDevEval
 Blocks||113374

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Hossein, could be an easyHack?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113374
[Bug 113374] [META] Language and help package issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 121102] Offline language packs installation nests parentheses unnecessarily

2022-07-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121102

Adolfo Jayme Barrientos  changed:

   What|Removed |Added

Summary|Offline language packs  |Offline language packs
   |installation should use |installation nests
   |less parentheses|parentheses unnecessarily

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