https://bugs.documentfoundation.org/show_bug.cgi?id=97269

--- Comment #8 from Christian Lohmaier <cl...@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 the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to