[Libreoffice-ux-advise] [Bug 97269] Linux portable edition
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jun 8 23:44:15 UTC 2016
https://bugs.documentfoundation.org/show_bug.cgi?id=97269
--- Comment #8 from Christian Lohmaier <cloph at documentfoundation.org> ---
I don't see the need for a linux portable version, as you can always just
extract the rpms using e.g.
for i in *.rpm; do rpm2cpio $i |cpio -idmv; done
and then launh LO from the opt/program/libreoffice dir - if you really want to
leave no traces, you pass another env:UserInstallation parameter or edit
bootstrap.rc in the extracted hierarchy.
so portable version is easy to accomplish - extract, modify the bootstrap.rc re
userprofile and you're done.
flatpak goes a similar route, by isolating the app agains other stuff, but is
not really what I'd call portable...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list