Better explanation of the --portable option in the CLI help and wiki page #7

Open
opened 2024-03-09 13:22:35 +00:00 by emiliano.vavassori · 1 comment

The --portable option is not very well documented in the wiki nor in the command line interface:

$ loaih build --help | grep -n2 portable
18-  -o, --offline-help           Include the offline help pages for the chosen
19-                               languages. Default: no offline help
20:  -p, --portable               Create a portable version of the AppImage or
21:                               not. Default: no portable
22-  -s, --sign                   Sign the build with your default GPG key.
23-                               Default: do not sign

The purpose of the --portable option is to create an AppImage which uses a specific profile folder instead of the default one:
~/.config/libreoffice/<major-ver>/user instead of ~/.config/libreoffice/4/user.

This tracks issue #160010 of TDF's bugzilla.

The `--portable` option is not very well documented in the [wiki](//libreitalia/loaih/wiki) nor in the command line interface: ```bash $ loaih build --help | grep -n2 portable 18- -o, --offline-help Include the offline help pages for the chosen 19- languages. Default: no offline help 20: -p, --portable Create a portable version of the AppImage or 21: not. Default: no portable 22- -s, --sign Sign the build with your default GPG key. 23- Default: do not sign ``` The purpose of the `--portable` option is to create an AppImage which uses a specific profile folder instead of the default one: `~/.config/libreoffice/<major-ver>/user` instead of `~/.config/libreoffice/4/user`. This tracks issue [#160010](https://bugs.documentfoundation.org/show_bug.cgi?id=160010) of TDF's bugzilla.
emiliano.vavassori self-assigned this 2024-03-09 14:01:59 +00:00
Author
Owner

Partially solved with the introduction of the Core concepts - Portability page of the wiki.

Partially solved with the introduction of the [Core concepts - Portability](https://git.libreitalia.org/libreitalia/loaih/wiki/Concepts.md#portability) page of the wiki.
Sign in to join this conversation.
No Label
No Milestone
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: libreitalia/loaih#7
No description provided.