Andras Timar
Andras Timar
@Blindfreddy For a working CODE on ARM platform, we would have to build LibreOffice itself, from the Collabora release branch. Then we would have to port and build LibreOffice Online...
> @timar Understand Collabora currently has no plans to do this, but, assuming we could build LO and port LOOL to ARM, would you support it ? Specifically, if we...
[TDF#113078](https://bugs.documentfoundation.org/show_bug.cgi?id=113078) was closed as WONTFIX. I think it's an acceptable resolution. If installation of seccomp syscall filter fails, and the program continues, the user will never know that it failed...
#5318 will fix the issue of "Please send us your feedback"
`/usr/bin/coolmount` needs `cap_sys_admin` privilege, because this privilege is required for the mount syscall. If you remove this privilege and add `cap_chown,cap_fowner,cap_sys_chroot,cap_mknod` instead, then the check for mount will fail, and...
> Thanks Andras - you rock =) so we can hard-code the level from minCLevel as a number I believe instead. If you can use the lowest version API, then...
The idea was to require libzsdt >= 1.4.0, because code uses 1.4.0+ API. On modern distros it's not a problem, and on older distros (Ubuntu 16.04, Ubuntu 18.04, Debian 9)...
Android against Core co-22.05 — SUCCESS
I fixed the link issue, the reason was that we had stray poco libs in /usr/local/libs and they messed up the linking when we introduced /usr/local/lib path for libzstd. That...
iOS against Core co-22.05 — SUCCESS