[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1113713: libreoffice: LibreOffice fails to start on Trixie when AppArmor is active



Package: libreoffice
Version: 4:25.2.3-2
Severity: important

Dear Maintainer,

After upgrading to Debian Trixie LibreOffice cannot be started by invoking
the "libreoffice" command when AppArmor is enabled.

It fails with:

    ERROR 4 forking process

Stacktrace:

execve("/usr/bin/libreoffice", ["libreoffice"], 0x7ffc3a4d4710 /* 81 vars */) = 0
brk(NULL)                               = 0x5648fb037000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f77c6b45000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=218939, ...}) = 0
mmap(NULL, 218939, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f77c6b0f000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\236\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 840, 64) = 840
fstat(3, {st_mode=S_IFREG|0755, st_size=2003408, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 840, 64) = 840
mmap(NULL, 2055800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f77c6919000
mmap(0x7f77c6941000, 1462272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f77c6941000
mmap(0x7f77c6aa6000, 352256, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18d000) = 0x7f77c6aa6000
mmap(0x7f77c6afc000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e2000) = 0x7f77c6afc000
mmap(0x7f77c6b02000, 52856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f77c6b02000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f77c6916000
arch_prctl(ARCH_SET_FS, 0x7f77c6916740) = 0
set_tid_address(0x7f77c6916a10)         = 8374
set_robust_list(0x7f77c6916a20, 24)     = 0
rseq(0x7f77c6916680, 0x20, 0, 0x53053053) = 0
mprotect(0x7f77c6afc000, 16384, PROT_READ) = 0
mprotect(0x5648de165000, 8192, PROT_READ) = 0
mprotect(0x7f77c6b81000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
munmap(0x7f77c6b0f000, 218939)          = 0
getuid()                                = 1001
getgid()                                = 100
getpid()                                = 8374
rt_sigaction(SIGCHLD, {sa_handler=0x5648de15ace0, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f77c6958df0}, NULL, 8) = 0
geteuid()                               = 1001
getrandom("\xc0\xab\xeb\x34\x8e\x58\x26\x4e", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x5648fb037000
brk(0x5648fb058000)                     = 0x5648fb058000
getppid()                               = 8371
newfstatat(AT_FDCWD, "/home/users/michael", {st_mode=S_IFDIR|0700, st_size=98304, ...}, 0) = 0
newfstatat(AT_FDCWD, ".", {st_mode=S_IFDIR|0700, st_size=98304, ...}, 0) = 0
openat(AT_FDCWD, "/usr/bin/libreoffice", O_RDONLY) = 3
fcntl(3, F_DUPFD, 10)                   = 10
close(3)                                = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
geteuid()                               = 1001
getegid()                               = 100
rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGINT, {sa_handler=0x5648de15ace0, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f77c6958df0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f77c6958df0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f77c6958df0}, NULL, 8) = 0
read(10, "#!/bin/sh\n#\n# This file is part "..., 8192) = 6652
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8375
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "/home/users/michael\n", 128)   = 20
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8375, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8375
wait4(-1, 0x7ffe45d75a4c, WNOHANG, NULL) = -1 ECHILD (No child processes)
newfstatat(AT_FDCWD, "/usr/bin/libreoffice", {st_mode=S_IFLNK|0777, st_size=34, ...}, AT_SYMLINK_NOFOLLOW) = 0
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8376
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "/usr/bin\n", 128)              = 9
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8376, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8376
wait4(-1, 0x7ffe45d758ec, WNOHANG, NULL) = -1 ECHILD (No child processes)
chdir("/usr/bin")                       = 0
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8377
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "libreoffice\n", 128)           = 12
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8377, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8377
wait4(-1, 0x7ffe45d7593c, WNOHANG, NULL) = -1 ECHILD (No child processes)
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8378
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "../lib/libreoffice/program/soffi"..., 128) = 35
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8378, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8378
wait4(-1, 0x7ffe45d7598c, WNOHANG, NULL) = -1 ECHILD (No child processes)
newfstatat(AT_FDCWD, "../lib/libreoffice/program/soffice", {st_mode=S_IFREG|0755, st_size=6652, ...}, AT_SYMLINK_NOFOLLOW) = 0
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8381
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "../lib/libreoffice/program\n", 128) = 27
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8381, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8381
wait4(-1, 0x7ffe45d75a4c, WNOHANG, NULL) = -1 ECHILD (No child processes)
chdir("/usr/lib/libreoffice/program")   = 0
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8382
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "/usr/lib/libreoffice/program\n", 128) = 29
read(3, "", 128)                        = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8382, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8382
wait4(-1, 0x7ffe45d75a4c, WNOHANG, NULL) = -1 ECHILD (No child processes)
chdir("/home/users/michael")            = 0
newfstatat(AT_FDCWD, "/usr/lib/libreoffice/program/ooenv", 0x7ffe45d75a70, 0) = -1 ENOENT (No such file or directory)
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8383
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
newfstatat(AT_FDCWD, "/home/users/michael/.pyenv/shims/grep", 0x7ffe45d75c60, 0) = -1 ENOENT (No such file or directory)
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8383, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/users/michael/.pyenv/bin/grep", 0x7ffe45d75c60, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/local/bin/grep", 0x7ffe45d75c60, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/bin/grep", {st_mode=S_IFREG|0755, st_size=203152, ...}, 0) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8384
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(3)                                = 0
close(-1)                               = -1 EBADF (Bad file descriptor)
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8383
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 8384
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8384, si_uid=1001, si_status=1, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 8384
wait4(-1, 0x7ffe45d75bec, WNOHANG, NULL) = -1 ECHILD (No child processes)
pipe2([3, 4], 0)                        = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f77c6916a10) = 8385
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
close(4)                                = 0
read(3, "Linux\n", 128)                 = 6
read(3, "", 128)                        = 0
close(3)                                = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=8385, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 8385
wait4(-1, 0x7ffe45d75aec, WNOHANG, NULL) = -1 ECHILD (No child processes)
execve("/usr/lib/libreoffice/program/oosplash", ["/usr/lib/libreoffice/program/oos"...], 0x5648fb038518 /* 82 vars */) = 0
brk(NULL)                               = 0x55c485de7000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd7984000
readlinkat(AT_FDCWD, "/proc/self/exe", "/usr/lib/libreoffice/program/oos"..., 4096) = 37
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/glibc-hwcaps/x86-64-v3/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/lib/libreoffice/program/glibc-hwcaps/x86-64-v3/", 0x7fff41bc2460, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/glibc-hwcaps/x86-64-v2/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/lib/libreoffice/program/glibc-hwcaps/x86-64-v2/", 0x7fff41bc2460, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/lib/libreoffice/program/", {st_mode=S_IFDIR|0755, st_size=16384, ...}, 0) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=218939, ...}) = 0
mmap(NULL, 218939, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2fd794e000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14496, ...}) = 0
mmap(NULL, 16680, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7949000
mmap(0x7f2fd794a000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f2fd794a000
mmap(0x7f2fd794b000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2fd794b000
mmap(0x7f2fd794c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2fd794c000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libX11.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1342984, ...}) = 0
mmap(NULL, 1342792, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7801000
mmap(0x7f2fd781d000, 589824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f2fd781d000
mmap(0x7f2fd78ad000, 614400, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xac000) = 0x7f2fd78ad000
mmap(0x7f2fd7943000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x142000) = 0x7f2fd7943000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libpng16.so.16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=227320, ...}) = 0
mmap(NULL, 225296, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd77c9000
mmap(0x7f2fd77cf000, 151552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f2fd77cf000
mmap(0x7f2fd77f4000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f2fd77f4000
mmap(0x7f2fd77ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7f2fd77ff000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libuno_sal.so.3", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=422760, ...}) = 0
mmap(NULL, 444648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd775c000
mmap(0x7f2fd776e000, 237568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f2fd776e000
mmap(0x7f2fd77a8000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c000) = 0x7f2fd77a8000
mmap(0x7f2fd77c0000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x63000) = 0x7f2fd77c0000
mmap(0x7f2fd77c4000, 18664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2fd77c4000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\236\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 840, 64) = 840
fstat(3, {st_mode=S_IFREG|0755, st_size=2003408, ...}) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 840, 64) = 840
mmap(NULL, 2055800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7566000
mmap(0x7f2fd758e000, 1462272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f2fd758e000
mmap(0x7f2fd76f3000, 352256, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18d000) = 0x7f2fd76f3000
mmap(0x7f2fd7749000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e2000) = 0x7f2fd7749000
mmap(0x7f2fd774f000, 52856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2fd774f000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=81568, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd7564000
mmap(NULL, 84248, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd754f000
mmap(0x7f2fd7553000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f2fd7553000
mmap(0x7f2fd755e000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f2fd755e000
mmap(0x7f2fd7562000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f2fd7562000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=170936, ...}) = 0
mmap(NULL, 173224, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7524000
mmap(0x7f2fd7530000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f2fd7530000
mmap(0x7f2fd7544000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f2fd7544000
mmap(0x7f2fd754d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f2fd754d000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=125376, ...}) = 0
mmap(NULL, 127376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7504000
mmap(0x7f2fd7507000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f2fd7507000
mmap(0x7f2fd751b000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f2fd751b000
mmap(0x7f2fd7522000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f2fd7522000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=977112, ...}) = 0
mmap(NULL, 978968, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7414000
mmap(0x7f2fd7425000, 512000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f2fd7425000
mmap(0x7f2fd74a2000, 393216, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8e000) = 0x7f2fd74a2000
mmap(0x7f2fd7502000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xed000) = 0x7f2fd7502000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=2497768, ...}) = 0
mmap(NULL, 2511040, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd7000000
mmap(0x7f2fd709d000, 1216512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9d000) = 0x7f2fd709d000
mmap(0x7f2fd71c6000, 581632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c6000) = 0x7f2fd71c6000
mmap(0x7f2fd7254000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x254000) = 0x7f2fd7254000
mmap(0x7f2fd7262000, 12480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2fd7262000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=182856, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd7412000
mmap(NULL, 181160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd73e5000
mmap(0x7f2fd73e9000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f2fd73e9000
mmap(0x7f2fd740c000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f2fd740c000
mmap(0x7f2fd7410000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f2fd7410000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14472, ...}) = 0
mmap(NULL, 16648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd73e0000
mmap(0x7f2fd73e1000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f2fd73e1000
mmap(0x7f2fd73e2000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2fd73e2000
mmap(0x7f2fd73e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2fd73e3000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=26728, ...}) = 0
mmap(NULL, 28880, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2fd73d8000
mmap(0x7f2fd73da000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2fd73da000
mmap(0x7f2fd73dc000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f2fd73dc000
mmap(0x7f2fd73de000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f2fd73de000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd73d6000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd73d3000
arch_prctl(ARCH_SET_FS, 0x7f2fd73d40c0) = 0
set_tid_address(0x7f2fd73d4390)         = 8374
set_robust_list(0x7f2fd73d43a0, 24)     = 0
rseq(0x7f2fd73d3680, 0x20, 0, 0x53053053) = 0
mprotect(0x7f2fd7749000, 16384, PROT_READ) = 0
mprotect(0x7f2fd73de000, 4096, PROT_READ) = 0
mprotect(0x7f2fd73e3000, 4096, PROT_READ) = 0
mprotect(0x7f2fd7410000, 4096, PROT_READ) = 0
mprotect(0x7f2fd7502000, 4096, PROT_READ) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd73d1000
mprotect(0x7f2fd7254000, 45056, PROT_READ) = 0
mprotect(0x7f2fd7522000, 4096, PROT_READ) = 0
mprotect(0x7f2fd754d000, 4096, PROT_READ) = 0
mprotect(0x7f2fd7943000, 4096, PROT_READ) = 0
mprotect(0x7f2fd7562000, 4096, PROT_READ) = 0
mprotect(0x7f2fd77c0000, 12288, PROT_READ) = 0
mprotect(0x7f2fd77ff000, 4096, PROT_READ) = 0
mprotect(0x7f2fd794c000, 4096, PROT_READ) = 0
mprotect(0x55c45100d000, 4096, PROT_READ) = 0
mprotect(0x7f2fd79c0000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
munmap(0x7f2fd794e000, 218939)          = 0
futex(0x7f2fd726273c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrandom("\xed\x31\xbf\xb8\x19\xe3\xcf\x1b", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x55c485de7000
brk(0x55c485e08000)                     = 0x55c485e08000
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2996, ...}) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2996
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/de_DE.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/de_DE.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=367868, ...}) = 0
mmap(NULL, 367868, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2fd7377000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27028, ...}) = 0
mmap(NULL, 27028, PROT_READ, MAP_SHARED, 3, 0) = 0x7f2fd797d000
close(3)                                = 0
futex(0x7f2fd774e72c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
munmap(0x7f2fd7377000, 367868)          = 0
readlink("/usr", 0x7fff41bc1d30, 1023)  = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7fff41bc1d30, 1023) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/libreoffice", 0x7fff41bc1d30, 1023) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/libreoffice/program", 0x7fff41bc1d30, 1023) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/libreoffice/program/oosplash", 0x7fff41bc1d30, 1023) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f2fd75a5df0}, NULL, 8) = 0
rt_sigaction(SIGTERM, {sa_handler=0x55c4510086b0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f2fd75a5df0}, NULL, 8) = 0
readlink("/usr", 0x7fff41bc1920, 1023)  = -1 EINVAL (Invalid argument)
readlink("/usr/lib", 0x7fff41bc1920, 1023) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/libreoffice", 0x7fff41bc1920, 1023) = -1 EINVAL (Invalid argument)
readlink("/usr/lib/libreoffice/program", 0x7fff41bc1920, 1023) = -1 EINVAL (Invalid argument)
access("/usr/lib/libreoffice/program/bootstraprc", F_OK) = 0
access("/usr/lib/libreoffice/program/fundamental.override.ini", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/libreoffice/program/oosplashrc", F_OK) = -1 ENOENT (No such file or directory)
statfs("/usr/lib/libreoffice/program/bootstraprc", {f_type=XFS_SUPER_MAGIC, f_bsize=4096, f_blocks=19656986, f_bfree=6608895, f_bavail=6608895, f_files=39321600, f_ffree=37952861, f_fsid={val=[0xfe00, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOATIME}) = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/bootstraprc", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=112, ...}) = 0
pread64(3, "[Bootstrap]\nInstallMode=<install"..., 4096, 0) = 112
close(3)                                = 0
getuid()                                = 1001
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
newfstatat(AT_FDCWD, "/etc/nsswitch.conf", {st_mode=S_IFREG|0644, st_size=476, ...}, 0) = 0
newfstatat(AT_FDCWD, "/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=476, ...}) = 0
read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 476
read(3, "", 4096)                       = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=476, ...}) = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3994, ...}) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 3994
close(3)                                = 0
getuid()                                = 1001
access("/home/users/michael", F_OK)     = 0
mkdir("/home/users/michael/.config", 0700) = -1 EEXIST (File exists)
newfstatat(AT_FDCWD, "/home/users/michael/.config", {st_mode=S_IFDIR|0775, st_size=8192, ...}, 0) = 0
getcwd("/home/users/michael", 4096)     = 20
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
faccessat2(AT_FDCWD, "/home/", F_OK, AT_EACCESS) = 0
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
faccessat2(AT_FDCWD, "/home/users/", F_OK, AT_EACCESS) = 0
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
faccessat2(AT_FDCWD, "/home/users/michael/", F_OK, AT_EACCESS) = 0
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
faccessat2(AT_FDCWD, "/home/users/michael/.config/", F_OK, AT_EACCESS) = 0
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config/libreoffice", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
faccessat2(AT_FDCWD, "/home/users/michael/.config/libreoffice/", F_OK, AT_EACCESS) = 0
readlink("/home", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config/libreoffice", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/users/michael/.config/libreoffice/4", 0x7fff41bbe840, 1023) = -1 EINVAL (Invalid argument)
access("/tmp", W_OK)                    = 0
getuid()                                = 1001
socket(AF_UNIX, SOCK_STREAM, 0)         = 3
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
connect(3, {sa_family=AF_UNIX, sun_path="/tmp/OSL_PIPE_1001_SingleOfficeIPC_8528f56222e27f9c9a78e2e76e6acf"}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
newfstatat(AT_FDCWD, "/proc/version", {st_mode=S_IFREG|0444, st_size=0, ...}, 0) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
getpeername(3, {sa_family=AF_UNIX, sun_path=@"/tmp/.X11-unix/X0"}, [124 => 20]) = 0
uname({sysname="Linux", nodename="obelix.kley.hierweck.de", ...}) = 0
access("/run/user/1001/gdm/Xauthority", R_OK) = 0
openat(AT_FDCWD, "/run/user/1001/gdm/Xauthority", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0700, st_size=134, ...}) = 0
read(4, "\1\0\0\27obelix.kley.hierweck.de\0\0\0\22M"..., 4096) = 134
read(4, "", 4096)                       = 0
close(4)                                = 0
getsockname(3, {sa_family=AF_UNIX}, [124 => 2]) = 0
fcntl(3, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="l\0\v\0\0\0\22\0\20\0\0\0", iov_len=12}, {iov_base="", iov_len=0}, {iov_base="MIT-MAGIC-COOKIE-1", iov_len=18}, {iov_base="\0\0", iov_len=2}, {iov_base="\23\311Ld5\315\370\335\3153\224\247\26a:\242", iov_len=16}, {iov_base="", iov_len=0}], 6) = 48
recvfrom(3, 0x55c485df9380, 8, 0, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvfrom(3, "\1\0\v\0\0\0\223\6", 8, 0, NULL, NULL) = 8
recvfrom(3, "\230\245\270\0\0\0\200\5\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0  \10\377\0\0\0\0"..., 6732, 0, NULL, NULL) = 6732
brk(0x55c485e2a000)                     = 0x55c485e2a000
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\f\0\0\0BIG-REQUESTS", iov_len=20}], 1) = 20
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\1\0\0\0\0\0\1\205\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\205\0\1\0", iov_len=4}], 1) = 4
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="7\0\5\0\0\0\200\5\330\3\0\0\10\0\0\0\377\377\377\0\24\0\6\0\330\3\0\0\27\0\0\0"..., iov_len=44}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 44
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\10\4\0;\6\0\0\37\0\0\0\0\0\0\0\354\30\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(3, "mMessageBox.foreground:\t#2c2c2c\n"..., 2316, 0, NULL, NULL) = 2316
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\5\0\t\0\200\5", iov_len=8}, {iov_base="XKEYBOARD", iov_len=9}, {iov_base="\0\0\0", iov_len=3}], 3) = 20
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\5\0\0\0\0\0\1\207U\211\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\207\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\4\0\10\0\0\0", iov_len=8}, {iov_base="XINERAMA", iov_len=8}, {iov_base="", iov_len=0}], 3) = 16
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\7\0\0\0\0\0\1\215\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="b\0\10\0\27\0\0\0", iov_len=8}, {iov_base="Generic Event Extension", iov_len=23}, {iov_base="\0", iov_len=1}], 3) = 32
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\10\0\0\0\0\0\1\200\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\200\0\2\0\1\0\0\0", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\t\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\215\5\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\n\0\4\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 48
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/intro-de_DE.png", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76784, ...}) = 0
read(4, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(4, "91\t\t\t\t\tbr_FR.ISO8859-1\nbr_FR.ISO"..., 4096) = 4096
read(4, "\tde_DE.ISO8859-15\nde_DE.ISO-8859"..., 4096) = 4096
read(4, "1\t\t\t\t\tes_AR.ISO8859-1\nes_AR.ISO-"..., 4096) = 4096
read(4, "I.88591.en\t\t\t\t\tfi_FI.ISO8859-1\nf"..., 4096) = 4096
read(4, "ev\t\t\t\t\thi_IN.ISCII-DEV\nhi_IN.utf"..., 4096) = 4096
read(4, "i_IN.UTF-8\nmi\t\t\t\t\t\tmi_NZ.ISO8859"..., 4096) = 4096
read(4, "TF-8\nro\t\t\t\t\t\tro_RO.ISO8859-2\nro_"..., 4096) = 4096
read(4, "UA.cp1251\t\t\t\t\tuk_UA.CP1251\nuk_UA"..., 4096) = 4096
read(4, "LT.ISO8859-13\npolish\t\t\t\t\t\tpl_PL."..., 4096) = 4096
read(4, "859-6\nar_YE.ISO-8859-6:\t\t\t\tar_YE"..., 4096) = 4096
read(4, "15:\t\t\t\tde_AT.ISO8859-15\nde_AT.IS"..., 4096) = 4096
read(4, "n_NZ.ISO8859-1\nen_NZ.ISO-8859-1:"..., 4096) = 4096
read(4, "1\nes_US.ISO-8859-1:\t\t\t\tes_US.ISO"..., 4096) = 4096
read(4, "8859-14:\t\t\t\tga_IE.ISO8859-14\nga_"..., 4096) = 4096
read(4, "15\nkl_GL.utf8:\t\t\t\t\tkl_GL.UTF-8\nk"..., 4096) = 4096
read(4, "\t\t\t\tnso_ZA.ISO8859-15\nnso_ZA.iso"..., 4096) = 4096
read(4, "SO8859-1\nsv.ISO8859-15:\t\t\t\t\tsv_S"..., 4096) = 4096
read(4, "\nzh_HK.Big5:\t\t\t\t\tzh_HK.big5\nzh_H"..., 4096) = 3056
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38432, ...}) = 0
read(4, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(4, "\t\t\tes_ES.ISO8859-1\niso8859-15/XL"..., 4096) = 4096
read(4, "_KE.ISO8859-1\n# Presumably, \"pd\""..., 4096) = 4096
read(4, "\t\t\tda_DK.UTF-8\nen_US.UTF-8/XLC_L"..., 4096) = 4096
read(4, ".UTF-8/XLC_LOCALE\t\t\tne_NP.UTF-8\n"..., 4096) = 4096
close(4)                                = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
openat(AT_FDCWD, "/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=632, ...}) = 0
read(4, "#  XLocale Database Sample for C"..., 4096) = 632
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=76784, ...}) = 0
read(4, "#\n#\tThis file contains alias nam"..., 4096) = 4096
read(4, "91\t\t\t\t\tbr_FR.ISO8859-1\nbr_FR.ISO"..., 4096) = 4096
read(4, "\tde_DE.ISO8859-15\nde_DE.ISO-8859"..., 4096) = 4096
read(4, "1\t\t\t\t\tes_AR.ISO8859-1\nes_AR.ISO-"..., 4096) = 4096
read(4, "I.88591.en\t\t\t\t\tfi_FI.ISO8859-1\nf"..., 4096) = 4096
read(4, "ev\t\t\t\t\thi_IN.ISCII-DEV\nhi_IN.utf"..., 4096) = 4096
read(4, "i_IN.UTF-8\nmi\t\t\t\t\t\tmi_NZ.ISO8859"..., 4096) = 4096
read(4, "TF-8\nro\t\t\t\t\t\tro_RO.ISO8859-2\nro_"..., 4096) = 4096
read(4, "UA.cp1251\t\t\t\t\tuk_UA.CP1251\nuk_UA"..., 4096) = 4096
read(4, "LT.ISO8859-13\npolish\t\t\t\t\t\tpl_PL."..., 4096) = 4096
read(4, "859-6\nar_YE.ISO-8859-6:\t\t\t\tar_YE"..., 4096) = 4096
read(4, "15:\t\t\t\tde_AT.ISO8859-15\nde_AT.IS"..., 4096) = 4096
read(4, "n_NZ.ISO8859-1\nen_NZ.ISO-8859-1:"..., 4096) = 4096
read(4, "1\nes_US.ISO-8859-1:\t\t\t\tes_US.ISO"..., 4096) = 4096
read(4, "8859-14:\t\t\t\tga_IE.ISO8859-14\nga_"..., 4096) = 4096
read(4, "15\nkl_GL.utf8:\t\t\t\t\tkl_GL.UTF-8\nk"..., 4096) = 4096
read(4, "\t\t\t\tnso_ZA.ISO8859-15\nnso_ZA.iso"..., 4096) = 4096
read(4, "SO8859-1\nsv.ISO8859-15:\t\t\t\t\tsv_S"..., 4096) = 4096
read(4, "\nzh_HK.Big5:\t\t\t\t\tzh_HK.big5\nzh_H"..., 4096) = 3056
read(4, "", 4096)                       = 0
close(4)                                = 0
openat(AT_FDCWD, "/usr/share/X11/locale/locale.dir", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38432, ...}) = 0
read(4, "#\n#\tThis file contains locale da"..., 4096) = 4096
read(4, "\t\t\tes_ES.ISO8859-1\niso8859-15/XL"..., 4096) = 4096
read(4, "_KE.ISO8859-1\n# Presumably, \"pd\""..., 4096) = 4096
read(4, "\t\t\tda_DK.UTF-8\nen_US.UTF-8/XLC_L"..., 4096) = 4096
read(4, ".UTF-8/XLC_LOCALE\t\t\tne_NP.UTF-8\n"..., 4096) = 4096
close(4)                                = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
openat(AT_FDCWD, "/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=632, ...}) = 0
read(4, "#  XLocale Database Sample for C"..., 4096) = 632
read(4, "", 4096)                       = 0
close(4)                                = 0
uname({sysname="Linux", nodename="obelix.kley.hierweck.de", ...}) = 0
openat(AT_FDCWD, "/home/users/michael/.Xdefaults-obelix.kley.hierweck.de", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/intro-highres.png", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=124978, ...}) = 0
read(4, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\3\350\0\0\1\0\10\6\0\0\0 +\\"..., 4096) = 4096
brk(0x55c485e4b000)                     = 0x55c485e4b000
brk(0x55c485e6c000)                     = 0x55c485e6c000
brk(0x55c485e8d000)                     = 0x55c485e8d000
brk(0x55c485eae000)                     = 0x55c485eae000
brk(0x55c485ecf000)                     = 0x55c485ecf000
brk(0x55c485ef0000)                     = 0x55c485ef0000
read(4, "\27\320\355\3711r\255\376\v\250D\7\250\333\333\251X?\2L\304a\255\243\30g\224cG\253gi"..., 4096) = 4096
read(4, "mD\247\265\0\10\306Z?\22]e(\307\352|\n\272\230\301v\237\242>\34\275\255\20\331\374\274\350"..., 4096) = 4096
read(4, "o\245,\277\362E\227\363\363\337\373\26\16\235X\340[\177\352\3<}d~\302\267q\23\222\216\322_"..., 4096) = 4096
read(4, "\32\304<0\343+\2\245]\10rC\375\274\274}\v\245 \351\336\222\22\255\25\266\35\307\262\234\272\362"..., 4096) = 4096
read(4, "\255\301\253T\3r\36\22\346\300v\36\332\2675\1s4\244\235p\333\200\313\202Q&-W!b\26"..., 4096) = 4096
read(4, "\31\314\357\356\346\324\31E\246\244G\306(\351\272\276H\323\214\331\311\36\222\245-l\335\23\307\363%\236"..., 4096) = 4096
read(4, "\372zk\255\371\364\247?MOO\317\204\317e\353\326\255G\334f\351\322\245\1771\3436\343]\357z"..., 4096) = 4096
read(4, "HZ&13N\322J\242\322\357\17\251\320\r\233\242>I\367z\355Ka5\0354]\241iN\342"..., 4096) = 4096
read(4, "\210\305bG\364\334RJ\6\r\32\324\345\371J)n\277\375vN8\341\4V\256\\\331\215+;\20"..., 4096) = 4096
read(4, "\34\212\263\267&DuM\3;v\327\260~\333\26\326\357\330\314\246\335\333\330R\273\235m\rUT\205"..., 4096) = 4096
read(4, "\370J\271\347\244\271\2548\177\7\267\37\177?SJO\353\249\7x\242rN\227\316=8o8\267"..., 4096) = 4096
read(4, "\210\367\t\216\254<zR\347_Tq4\253\273^\35\327\266\255\361\275\267\32\332_,\253=\205\205\25"..., 4096) = 4096
read(4, "\352\336\371\t\25\3\353\210\204\373\331\274y3[\266l!\34\316\31\346\r\205t\364\22b\204\347\34E"..., 4096) = 4096
read(4, "\362\323\343\222\254:\4\300\343r\324\27c\251\261\n\344\347\207\317(\347\274\223\257\342\202\223?\211\337\345"..., 4096) = 4096
read(4, "=F\270\265i\314\343Y:eF\221\240\27Q\304\336`Hc\277\263\265\373\213Jo\365A}\375\311"..., 4096) = 4096
read(4, "\315\0212\350dj\333\7\355\276\254\273\276R\"Sn\216!-\236\217\356\340\205\350N\226{\3539:"..., 4096) = 4096
read(4, "g\347/\254\30\17\370\357\303\360\3600\3\3\3\f\16\16\222J\245fL$$\223I\f\303 \231L"..., 4096) = 4096
read(4, "\232d||\f\345\272\30\206A4\32#\235N\321\324\334Z\356\36\20\211&\30\330\361\34\211\206\26D"..., 4096) = 4096
read(4, "bq\272\276\177\363\276I\376\366\236\303\354\37\232\256I\27\332K\337/\335\377\247\213\364@\240\7\4\4"..., 4096) = 4096
read(4, "\27x}4\300\226\236\20\237\377\357\22\37_s\224\305\235u\32474\"\245\244)*\271i]\224+"..., 4096) = 4096
read(4, "\334\0335\355\343\206\306\26\244\20\304c1\204T`\31U\221Z)\217/=\n\205\2C\303C\4\203"..., 4096) = 4096
read(4, "\352J\241\35+x>=\3679VF'\224\202\332\245r\261\274\323\3\27541\326\254Y\327U\340\214"..., 4096) = 4096
read(4, "\370\273\277\373;\266o\337\216rk\214\226/_\316'>\361\t>\366\261\217\21\n\205X\276|\271w"..., 4096) = 4096
read(4, "&\22y\233\272\216\302\10\301\365\326\375\334\352\236\341P\351\"'+/Q\16w\335\372\r9\277G,"..., 4096) = 4096
read(4, "P\313O\360\374\312\363\264\343]\227G \221\302\360\352\346\5\216M\335\303+w^\30\224\301\213\264G"..., 4096) = 4096
read(4, "\221\313\347\20\306C\33A\30\6\324j\25;_<\0351\346f\235\33m)])\305N\275\311\306\235"..., 4096) = 4096
read(4, "\360\300\267#)=Zm\v\255f\252\210)\345\354\7\271\307\3756X(\27]\\\265\377]\372\321\367"..., 4096) = 4096
read(4, "\255a+(\363\225\345\0371\223\34\245.\3\226k;\370J\201mc\17\244\2205\217\240\356\21\3500"..., 4096) = 4096
read(4, "\n\10\264\16\307\2205\207\313\tf\223\16\277>3\300b\325\343\377\271\273E\312J1\223\32\245\20\324"..., 4096) = 4096
read(4, "\27\371\356\255\233\341\324=\245\311\224\312\244re,\245~\246\351\354\3750\202n0\30\f\6\203\301`"..., 4096) = 2098
close(4)                                = 0
access("/usr/lib/libreoffice/program/sofficerc", F_OK) = 0
access("/usr/lib/libreoffice/program/fundamental.override.ini", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/libreoffice/program/oosplashrc", F_OK) = -1 ENOENT (No such file or directory)
statfs("/usr/lib/libreoffice/program/sofficerc", {f_type=XFS_SUPER_MAGIC, f_bsize=4096, f_blocks=19656986, f_bfree=6608895, f_bavail=6608895, f_files=39321600, f_ffree=37952861, f_fsid={val=[0xfe00, 0]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_NOATIME}) = 0
openat(AT_FDCWD, "/usr/lib/libreoffice/program/sofficerc", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1293, ...}) = 0
pread64(4, "# *DO NOT* CHANGE THIS FILE. IT "..., 4096, 0) = 1293
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "[Bootstrap]\nCrashDirectory=${$BR"..., 512) = 433
read(4, "", 512)                        = 0
readlink("/etc", 0x7fff41bc1190, 1023)  = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice/sofficerc", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "[Bootstrap]\nCrashDirectory=${$BR"..., 512) = 433
read(4, "", 512)                        = 0
readlink("/etc", 0x7fff41bc1190, 1023)  = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice/sofficerc", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
lseek(4, 0, SEEK_SET)                   = 0
read(4, "[Bootstrap]\nCrashDirectory=${$BR"..., 512) = 433
read(4, "", 512)                        = 0
readlink("/etc", 0x7fff41bc1190, 1023)  = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
readlink("/etc/libreoffice/sofficerc", 0x7fff41bc1190, 1023) = -1 EINVAL (Invalid argument)
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
openat(AT_FDCWD, "/etc/libreoffice/sofficerc", O_RDONLY) = 4
fcntl(4, F_GETFD)                       = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=433, ...}) = 0
close(4)                                = 0
access("/usr/lib/libreoffice/program/oosplashrc", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/libreoffice/program/fundamental.override.ini", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/libreoffice/program/oosplashrc", F_OK) = -1 ENOENT (No such file or directory)
statfs("/usr/lib/libreoffice/program/oosplashrc", 0x7fff41bc1980) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/libreoffice/program/oosplashrc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\1\0\n\0\1\0\200\5\330\3\0\0\214\5\270\3\350\3\0\1\0\0\0\0\0\0\0\0\n\0\0\0"..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 72
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\r\0\0\0\0\0\327\327\7\7QQ\0\0Q\7\327\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="T\0\4\0 \0\0\0\0f\0f\0f\270\3", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\16\0\0\0\0\0ffffff\0\0fff\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="7\0\4\0\2\0\200\5\1\0\200\5\0\0\0\0\22\0\t\0\1\0\200\5'\0\0\0\37\0\0\0"..., iov_len=192}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 192
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\23\0\0\0\0\0m\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\20\1\t\0\32\0\200\5_NET_WM_WINDOW_TYPE_SPLA"..., iov_len=36}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 36
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\24\0\0\0\0\0\313\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\22\0\7\0\1\0\200\5m\1\0\0\4\0\0\0 IND\1\0\0\0\313\1\0\0\20\0\6\0"..., iov_len=52}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 52
poll([{fd=3, events=POLLIN}], 1, -1)    = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\26\0\0\0\0\0\246\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
mmap(NULL, 1028096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2fd72d6000
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\22\0\v\0\1\0\200\5\246\1\0\0\246\1\0\0 IND\5\0\0\0\17\0\0\0\2\0\0\0"..., iov_len=100}, {iov_base="\312\312\312\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0\310\310\310\0"..., iov_len=260000}, {iov_base="", iov_len=0}], 3) = 219264
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="7\232\246\0005\217\231\0001\200\207\0005\202\207\0007\204\210\0:\212\217\0E\243\251\0F\243\251\0"..., iov_len=40836}, {iov_base="", iov_len=0}], 2) = 40836
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="H\2\356\375\3\0\200\5\4\0\200\5\350\3A\0\0\0A\0\0\30\0\0", iov_len=24}, {iov_base="\310\310\310\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0"..., iov_len=260000}, {iov_base="", iov_len=0}], 3) = 260024
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="H\2\356\375\3\0\200\5\4\0\200\5\350\3A\0\0\0\202\0\0\30\0\0", iov_len=24}, {iov_base="\310\310\310\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0"..., iov_len=260000}, {iov_base="", iov_len=0}], 3) = 260024
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="H\2N\356\3\0\200\5\4\0\200\5\350\3=\0\0\0\303\0\0\30\0\0", iov_len=24}, {iov_base="\310\310\310\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0\377\377\377\0"..., iov_len=244000}, {iov_base="", iov_len=0}], 3) = 244024
munmap(0x7f2fd72d6000, 1028096)         = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{iov_base="\2\0\4\0\1\0\200\5\1\0\0\0\3\0\200\5<\0\2\0\4\0\200\0056\0\2\0\3\0\200\5"..., iov_len=128}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 128
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
newfstatat(AT_FDCWD, "/usr/lib/libreoffice/program/", {st_mode=S_IFDIR|0755, st_size=16384, ...}, 0) = 0
openat(AT_FDCWD, "/sys/dev/block/254:0/queue/rotational", O_RDONLY) = 4
close(4)                                = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f2fd75f64b0, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f2fd75a5df0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f2fd67ff000
mprotect(0x7f2fd6800000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f2fd6fff990, parent_tid=0x7f2fd6fff990, exit_signal=0, stack=0x7f2fd67ff000, stack_size=0x7ff600, tls=0x7f2fd6fff6c0} => {parent_tid=[8386]}, 88) = 8386
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x55c485e19070, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x55c485e190b8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x55c485e19070, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x55c485e18b60, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x55c485e18b70, FUTEX_WAKE_PRIVATE, 1) = 0
read(6, "/usr/lib/jvm/java-21-openjdk-amd"..., 4096) = 312
close(6)                                = 0
pipe2([4, 5], 0)                        = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f2fd5ffe000
mprotect(0x7f2fd5fff000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f2fd67fe990, parent_tid=0x7f2fd67fe990, exit_signal=0, stack=0x7f2fd5ffe000, stack_size=0x7ff600, tls=0x7f2fd67fe6c0} => {parent_tid=[8408]}, 88) = 8408
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x7f2fd0000bb0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f2fd0000bb0, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f2fd0000bb0, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x55c485e18d20, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x55c485e18d30, FUTEX_WAKE_PRIVATE, 1) = 0
write(2, "ERROR 4 forking process\n", 24ERROR 4 forking process
) = 24
exit_group(1)                           = ?
+++ exited with 1 +++



However it is possible to start LibreOffice by invoking

  /usr/lib/libreoffice/program/soffice.bin

directly even with AppArmor enabled.

Thanks in advance,

Michael


-- Package-specific info:
All deployed bundled extensions:

Identifier: vnd.dr__michaelstehmann.canzeley
  Version: 0.5.1
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Canzeley-0.5.0.oxt
Copyright (c) 2016 Dr. Michael Stehmann

Freies Kanzleiprogramm fuer deutsche Rechtsanwaltskanzleien


  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Kanzleiprogramm/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Addons.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/CalcWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/BaseWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/BasicIDEWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/WriterWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/StartModuleWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/DrawWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/ImpressWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/MathWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: com.sun.star.comp.Calc.NLPSolver
  Version: 0.9
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.

  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/components.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_en
  Version: 0.4.3
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_hu
  Version: 1.6.2
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.puimula.ooovoikko
  Version: 5.0
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/config.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/voikko.components
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/config.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/SettingsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_ru_RU
  Version: 0.3.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: com.sun.wiki-publisher
  Version: 1.2.0
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.

  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.da.writer2latex.oxt
  Version: 1.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2LaTeX provides Writer export filters for LaTeX and BibTeX
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/W2LDialogs2/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/W2LDialogs/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/Options.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex-filter.jar
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Java
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/w2l_types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/w2l_filters.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/OptionPages.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/Options.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.da.writer2xhtml.oxt
  Version: 1.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/W2XDialogs2/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/W2XDialogs/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml-filter.jar
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Java
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_filters.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/OptionPages.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

All deployed shared extensions:

<none>
All deployed user extensions:

<none>

Experimental features enabled:

Installed VCLplugs:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name             Version      Architecture Description
+++-================-============-============-===============================================
ii  libreoffice-gtk3 4:25.2.3-2   amd64        office productivity suite -- GTK+ 3 integration
un  libreoffice-kf5  <none>       <none>       (no description available)
un  libreoffice-kf6  <none>       <none>       (no description available)
ii  libreoffice-qt5  4:25.2.3-2   amd64        office productivity suite -- Qt 5 integration

Java (javaldx):
/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/client:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/minimal:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/server:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/zero:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/native_threads:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64

Java:
<java xmlns="http://openoffice.org/2004/java/framework/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true">
<location>file:///usr/lib/jvm/java-21-openjdk-amd64</location>
</javaInfo>
</java>
ii  mate-sensors-applet-nvidia                                  1.26.0-1+b1                            amd64        Display readings from hardware sensors in your MATE panel (NVIDIA sensors)
All deployed bundled extensions:

Identifier: vnd.dr__michaelstehmann.canzeley
  Version: 0.5.1
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Canzeley-0.5.0.oxt
Copyright (c) 2016 Dr. Michael Stehmann

Freies Kanzleiprogramm fuer deutsche Rechtsanwaltskanzleien


  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Kanzleiprogramm/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Addons.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/CalcWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/BaseWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/BasicIDEWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/WriterWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/StartModuleWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/DrawWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/ImpressWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/canzeley-client/Office/UI/MathWindowState.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: com.sun.star.comp.Calc.NLPSolver
  Version: 0.9
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.

  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/components.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_en
  Version: 0.4.3
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_en/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_hu
  Version: 1.6.2
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_hu/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.puimula.ooovoikko
  Version: 5.0
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/config.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/voikko.components
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/config.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/SettingsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/voikko/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.comp.pyuno.lightproof.oxt.lightproof_ru_RU
  Version: 0.3.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: 
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/dialog/OptionsDialog.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/dialog/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/Lightproof.py
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Python
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/lightproof_ru_RU/Linguistic.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: com.sun.wiki-publisher
  Version: 1.2.0
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.

  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-components
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.da.writer2latex.oxt
  Version: 1.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2LaTeX provides Writer export filters for LaTeX and BibTeX
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/W2LDialogs2/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/W2LDialogs/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/Options.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex-filter.jar
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Java
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/w2l_types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/w2l_filters.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/OptionPages.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/Options.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

Identifier: org.openoffice.da.writer2xhtml.oxt
  Version: 1.4
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2xhtml provides Writer and Calc export filters for XHTML and XHTML+MathML
  bundled Packages: {
      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/help
      is registered: yes
      Media-Type: application/vnd.sun.star.help
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml.rdb
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/W2XDialogs2/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/W2XDialogs/
      is registered: yes
      Media-Type: application/vnd.sun.star.basic-library
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcs
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-schema
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml-filter.jar
      is registered: yes
      Media-Type: application/vnd.sun.star.uno-component;type=Java
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_types.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_filters.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

      URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/OptionPages.xcu
      is registered: yes
      Media-Type: application/vnd.sun.star.configuration-data
      Description: 

  }

All deployed shared extensions:

<none>
All deployed user extensions:

<none>

Experimental features enabled:

Installed VCLplugs:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name             Version      Architecture Description
+++-================-============-============-===============================================
ii  libreoffice-gtk3 4:25.2.3-2   amd64        office productivity suite -- GTK+ 3 integration
un  libreoffice-kf5  <none>       <none>       (no description available)
un  libreoffice-kf6  <none>       <none>       (no description available)
ii  libreoffice-qt5  4:25.2.3-2   amd64        office productivity suite -- Qt 5 integration

Java (javaldx):
/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/client:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/minimal:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/server:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/zero:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64/native_threads:/usr/lib/jvm/java-21-openjdk-amd64/lib/amd64

Java:
<java xmlns="http://openoffice.org/2004/java/framework/1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true">
<location>file:///usr/lib/jvm/java-21-openjdk-amd64</location>
</javaInfo>
</java>

-- System Information:
Debian Release: 13.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12.41+deb13-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libreoffice depends on:
ii  libreoffice-base                4:25.2.3-2
ii  libreoffice-calc                4:25.2.3-2
ii  libreoffice-core                4:25.2.3-2
ii  libreoffice-draw                4:25.2.3-2
ii  libreoffice-impress             4:25.2.3-2
ii  libreoffice-math                4:25.2.3-2
ii  libreoffice-report-builder-bin  4:25.2.3-2
ii  libreoffice-writer              4:25.2.3-2
ii  python3-uno                     4:25.2.3-2

Versions of packages libreoffice recommends:
ii  fonts-crosextra-caladea             20200211-2
ii  fonts-crosextra-carlito             20230309-2
ii  fonts-dejavu                        2.37-8
ii  fonts-liberation                    1:2.1.5-3
pn  fonts-liberation-sans-narrow        <none>
ii  fonts-linuxlibertine                5.3.0-6
ii  fonts-noto-core                     20201225-2
pn  fonts-noto-extra                    <none>
ii  fonts-noto-mono                     20201225-2
ii  fonts-noto-ui-core                  20201225-2
ii  fonts-sil-gentium-basic             1.102-1.1
ii  libreoffice-java-common             4:25.2.3-2
ii  libreoffice-nlpsolver               4:0.9+LibO25.2.3-2
ii  libreoffice-report-builder          4:25.2.3-2
ii  libreoffice-script-provider-bsh     4:25.2.3-2
ii  libreoffice-script-provider-js      4:25.2.3-2
ii  libreoffice-script-provider-python  4:25.2.3-2
ii  libreoffice-sdbc-mysql              4:25.2.3-2
ii  libreoffice-sdbc-postgresql         4:25.2.3-2
ii  libreoffice-wiki-publisher          4:1.2.0+LibO25.2.3-2

Versions of packages libreoffice suggests:
ii  cups-bsd                                            2.4.10-3
ii  default-jre [java8-runtime]                         2:1.21-76
ii  firefox-esr                                         128.14.0esr-1~deb13u1
ii  ghostscript                                         10.05.1~dfsg-1
ii  gnupg                                               2.4.7-21
pn  gpa                                                 <none>
ii  gstreamer1.0-libav                                  1.26.2-1
ii  gstreamer1.0-plugins-bad                            1.26.2-3
ii  gstreamer1.0-plugins-base                           1.26.2-1
ii  gstreamer1.0-plugins-good                           1.26.2-1
ii  gstreamer1.0-plugins-ugly                           1.26.3-4
ii  hunspell-de-de [hunspell-dictionary]                20161207-15
ii  hunspell-en-us [hunspell-dictionary]                1:2020.12.07-4
ii  hyphen-af [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-ca [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-de [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-en-us [hyphen-hyphenation-patterns]          2.8.8-7
ii  hyphen-fr [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-hu [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-it [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-pl [hyphen-hyphenation-patterns]             1:3.0a-4.4
ii  hyphen-ro [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-sl [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-sr [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  hyphen-zu [hyphen-hyphenation-patterns]             1:25.2.3-1
ii  imagemagick                                         8:7.1.1.43+dfsg1-1
ii  imagemagick-7.q16 [imagemagick]                     8:7.1.1.43+dfsg1-1
ii  libgl1                                              1.7.0-1+b2
ii  libofficebean-java                                  4:25.2.3-2
ii  libreoffice-gnome                                   4:25.2.3-2
ii  libreoffice-help-ca [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-cs [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-da [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-de [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-dz [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-el [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-en-gb [libreoffice-help]           4:25.2.3-2
ii  libreoffice-help-en-us [libreoffice-help]           4:25.2.3-2
ii  libreoffice-help-es [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-et [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-eu [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-fi [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-fr [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-gl [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-hi [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-hu [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-it [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-ja [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-km [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-ko [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-nl [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-om [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-pl [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-pt [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-pt-br [libreoffice-help]           4:25.2.3-2
ii  libreoffice-help-ru [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-sk [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-sl [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-sv [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-tr [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-vi [libreoffice-help]              4:25.2.3-2
ii  libreoffice-help-zh-cn [libreoffice-help]           4:25.2.3-2
ii  libreoffice-help-zh-tw [libreoffice-help]           4:25.2.3-2
ii  libreoffice-l10n-af [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ar [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-as [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ast [libreoffice-l10n]             4:25.2.3-2
ii  libreoffice-l10n-be [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-bg [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-bn [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-br [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-bs [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ca [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-cs [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-cy [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-da [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-de [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-dz [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-el [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-en-gb [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-en-za [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-eo [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-es [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-et [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-eu [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-fa [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-fi [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-fr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ga [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-gd [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-gl [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-gu [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-he [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-hi [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-hr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-hu [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-id [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-is [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-it [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ja [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ka [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-kk [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-km [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-kmr [libreoffice-l10n]             4:25.2.3-2
ii  libreoffice-l10n-kn [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ko [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-lt [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-lv [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-mk [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ml [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-mn [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-mr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-nb [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ne [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-nl [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-nn [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-nr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-nso [libreoffice-l10n]             4:25.2.3-2
ii  libreoffice-l10n-oc [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-om [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-or [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-pa-in [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-pl [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-pt [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-pt-br [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-ro [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ru [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-rw [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-si [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-sk [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-sl [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-sr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ss [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-st [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-sv [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ta [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-te [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-tg [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-th [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-tn [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-tr [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ts [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ug [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-uk [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-uz [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-ve [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-vi [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-xh [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-l10n-zh-cn [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-zh-tw [libreoffice-l10n]           4:25.2.3-2
ii  libreoffice-l10n-zu [libreoffice-l10n]              4:25.2.3-2
ii  libreoffice-librelogo                               4:25.2.3-2
ii  libreoffice-lightproof-en [libreoffice-grammarchec  0.4.3+1.6-5
    k]
ii  libreoffice-lightproof-hu [libreoffice-grammarchec  1.6.2+1.6-5
    k]
ii  libreoffice-lightproof-ru-ru [libreoffice-grammarc  0.3.4+1.6-5
    heck]
ii  libreoffice-plasma                                  4:25.2.3-2
ii  libsane1                                            1.3.1-3+b1
ii  libxrender1                                         1:0.9.12-1
pn  myspell-dictionary                                  <none>
ii  mythes-ca [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-cs [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-de [mythes-thesaurus]                        20160424-4
ii  mythes-de-ch [mythes-thesaurus]                     20160424-4
ii  mythes-en-us [mythes-thesaurus]                     1:25.2.3-1
ii  mythes-fr [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-hu [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-it [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-ne [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-pl [mythes-thesaurus]                        1.5-4.3
ii  mythes-ro [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-ru [mythes-thesaurus]                        1:25.2.3-1
ii  mythes-sk [mythes-thesaurus]                        1:25.2.3-1
pn  openclipart-libreoffice                             <none>
ii  openjdk-21-jre [java8-runtime]                      21.0.8+9-1
ii  pstoedit                                            4.02-1+b1
ii  thunderbird                                         1:128.14.0esr-1~deb13u1
ii  unixodbc                                            2.3.12-2

Versions of packages libreoffice-core depends on:
ii  fontconfig                      2.15.0-2.3
ii  fonts-opensymbol                4:102.12+LibO25.2.3-2
ii  libabsl20240722                 20240722.0-4
ii  libargon2-1                     0~20190702+dfsg-4+b2
ii  libboost-locale1.83.0           1.83.0-4.2
ii  libc6                           2.41-12
ii  libcairo2                       1.18.4-1+b1
ii  libclucene-contribs1t64         2.3.3.4+dfsg-1.2+b1
ii  libclucene-core1t64             2.3.3.4+dfsg-1.2+b1
ii  libcmis-0.6-6t64                0.6.2-2.1+b1
ii  libcups2t64                     2.4.10-3
ii  libcurl4t64                     8.14.1-2
ii  libdbus-1-3                     1.16.2-2
ii  libdconf1                       0.40.0-5
ii  libeot0                         0.01-5+b2
ii  libepoxy0                       1.5.10-2
ii  libexpat1                       2.7.1-2
ii  libexttextcat-2.0-0             3.4.7-1+b1
ii  libfontconfig1                  2.15.0-2.3
ii  libfreetype6                    2.13.3+dfsg-1
ii  libgcc-s1                       14.2.0-19
ii  libglib2.0-0t64                 2.84.3-1
ii  libgpgmepp6t64                  1.24.2-3
ii  libgraphite2-3                  1.3.14-2+b1
ii  libgstreamer-plugins-base1.0-0  1.26.2-1
ii  libgstreamer1.0-0               1.26.2-2
ii  libharfbuzz-icu0                10.2.0-1+b1
ii  libharfbuzz0b                   10.2.0-1+b1
ii  libhunspell-1.7-0               1.7.2+really1.7.2-10+b4
ii  libhyphen0                      2.8.8-7+b2
ii  libice6                         2:1.1.1-1
ii  libicu76                        76.1-4
ii  libjpeg62-turbo                 1:2.1.5-4
ii  liblcms2-2                      2.16-2
ii  libldap2                        2.6.10+dfsg-1
ii  libmythes-1.2-0                 2:1.2.5-1+b2
ii  libnspr4                        2:4.36-1
ii  libnss3                         2:3.110-1
ii  libnumbertext-1.0-0             1.0.11-4+b2
ii  libopenjp2-7                    2.5.3-2
ii  liborcus-0.18-0                 0.19.2-6+b1
ii  liborcus-parser-0.18-0          0.19.2-6+b1
ii  libpng16-16t64                  1.6.48-1
ii  libpoppler147                   25.03.0-5
ii  libraptor2-0                    2.0.16-6
ii  librdf0t64                      1.0.17-4+b1
ii  libreoffice-common              4:25.2.3-2
ii  librevenge-0.0-0                0.0.5-3+b2
ii  libsm6                          2:1.2.6-1
ii  libstdc++6                      14.2.0-19
ii  libtiff6                        4.7.0-3
ii  libuno-cppu3t64                 4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64      4:25.2.3-2
ii  libuno-sal3t64                  4:25.2.3-2
ii  libuno-salhelpergcc3-3t64       4:25.2.3-2
ii  libwebp7                        1.5.0-0.1
ii  libx11-6                        2:1.8.12-1
ii  libx11-xcb1                     2:1.8.12-1
ii  libxext6                        2:1.3.4-1+b3
ii  libxinerama1                    2:1.1.4-3+b4
ii  libxml2                         2.12.7+dfsg+really2.9.14-2.1
ii  libxmlsec1t64                   1.2.41-1+b1
ii  libxmlsec1t64-nss               1.2.41-1+b1
ii  libxrandr2                      2:1.5.4-1+b3
ii  libxrender1                     1:0.9.12-1
ii  libxslt1.1                      1.1.35-1.2+deb13u1
ii  libzxcvbn0                      2.5+dfsg-2+b2
ii  libzxing3                       2.3.0-4
ii  uno-libs-private                4:25.2.3-2
ii  ure                             4:25.2.3-2
ii  zlib1g                          1:1.3.dfsg+really1.3.1-1+b1

Versions of packages libreoffice-core recommends:
ii  gstreamer1.0-libav         1.26.2-1
ii  gstreamer1.0-plugins-bad   1.26.2-3
ii  gstreamer1.0-plugins-base  1.26.2-1
ii  gstreamer1.0-plugins-good  1.26.2-1
ii  gstreamer1.0-plugins-ugly  1.26.3-4
ii  libpaper-utils             2.2.5-0.3+b2

Versions of packages libreoffice-writer depends on:
ii  libabw-0.1-1                 0.1.3-1+b2
ii  libc6                        2.41-12
ii  libe-book-0.1-1              0.1.3-2+b4
ii  libepubgen-0.1-1             0.1.1-1+b2
ii  libetonyek-0.1-1             0.1.12-1
ii  libgcc-s1                    14.2.0-19
ii  libicu76                     76.1-4
ii  libmwaw-0.3-3                0.3.22-1+b2
ii  libodfgen-0.1-1              0.1.8-2+b2
ii  libreoffice-base-core        4:25.2.3-2
ii  libreoffice-common           4:25.2.3-2
ii  libreoffice-core             4:25.2.3-2
ii  libreoffice-uiconfig-writer  4:25.2.3-2
ii  librevenge-0.0-0             0.0.5-3+b2
ii  libstaroffice-0.0-0          0.0.7-1+b2
ii  libstdc++6                   14.2.0-19
ii  libuno-cppu3t64              4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64   4:25.2.3-2
ii  libuno-sal3t64               4:25.2.3-2
ii  libuno-salhelpergcc3-3t64    4:25.2.3-2
ii  libwpd-0.10-10               0.10.3-2+b2
ii  libwpg-0.3-3                 0.3.4-3+b2
ii  libwps-0.4-4                 0.4.14-2+b2
ii  libxml2                      2.12.7+dfsg+really2.9.14-2.1
ii  ucf                          3.0052
ii  uno-libs-private             4:25.2.3-2
ii  zlib1g                       1:1.3.dfsg+really1.3.1-1+b1

Versions of packages libreoffice-writer recommends:
ii  libreoffice-math  4:25.2.3-2

Versions of packages libreoffice-writer suggests:
ii  default-jre [java8-runtime]     2:1.21-76
ii  fonts-crosextra-caladea         20200211-2
ii  fonts-crosextra-carlito         20230309-2
ii  libreoffice-base                4:25.2.3-2
ii  libreoffice-java-common         4:25.2.3-2
ii  openjdk-21-jre [java8-runtime]  21.0.8+9-1

Versions of packages libreoffice-calc depends on:
ii  coinor-libcoinmp0           1.8.4+dfsg-2
ii  debconf [debconf-2.0]       1.5.91
ii  libc6                       2.41-12
ii  libcolamd3                  1:7.10.1+dfsg-1
ii  libetonyek-0.1-1            0.1.12-1
ii  libgcc-s1                   14.2.0-19
ii  libicu76                    76.1-4
ii  libmwaw-0.3-3               0.3.22-1+b2
ii  libodfgen-0.1-1             0.1.8-2+b2
ii  liborcus-0.18-0             0.19.2-6+b1
ii  liborcus-parser-0.18-0      0.19.2-6+b1
ii  libreoffice-base-core       4:25.2.3-2
ii  libreoffice-common          4:25.2.3-2
ii  libreoffice-core            4:25.2.3-2
ii  libreoffice-uiconfig-calc   4:25.2.3-2
ii  librevenge-0.0-0            0.0.5-3+b2
ii  libstaroffice-0.0-0         0.0.7-1+b2
ii  libstdc++6                  14.2.0-19
ii  libuno-cppu3t64             4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64  4:25.2.3-2
ii  libuno-sal3t64              4:25.2.3-2
ii  libuno-salhelpergcc3-3t64   4:25.2.3-2
ii  libwps-0.4-4                0.4.14-2+b2
ii  libxml2                     2.12.7+dfsg+really2.9.14-2.1
ii  ucf                         3.0052
ii  uno-libs-private            4:25.2.3-2

Versions of packages libreoffice-calc suggests:
ii  ocl-icd-libopencl1  2.3.3-1

Versions of packages libreoffice-base depends on:
ii  libc6                       2.41-12
ii  libgcc-s1                   14.2.0-19
ii  libreoffice-base-core       4:25.2.3-2
ii  libreoffice-base-drivers    4:25.2.3-2
ii  libreoffice-common          4:25.2.3-2
ii  libreoffice-core            4:25.2.3-2
ii  libreoffice-uiconfig-base   4:25.2.3-2
ii  libstdc++6                  14.2.0-19
ii  libuno-cppu3t64             4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64  4:25.2.3-2
ii  libuno-sal3t64              4:25.2.3-2
ii  libuno-salhelpergcc3-3t64   4:25.2.3-2
ii  ucf                         3.0052
ii  uno-libs-private            4:25.2.3-2

Versions of packages libreoffice-base recommends:
ii  default-jre [java8-runtime]     2:1.21-76
ii  libreoffice-java-common         4:25.2.3-2
ii  libreoffice-writer              4:25.2.3-2
ii  openjdk-21-jre [java8-runtime]  21.0.8+9-1

Versions of packages libreoffice-base suggests:
ii  libreoffice-report-builder  4:25.2.3-2
pn  python3-access2base         <none>
ii  unixodbc                    2.3.12-2

Versions of packages libreoffice-draw depends on:
ii  libavahi-client3              0.8-16
ii  libavahi-common3              0.8-16
ii  libc6                         2.41-12
ii  libcdr-0.1-1                  0.1.7-1+b3
ii  libdbus-1-3                   1.16.2-2
ii  libfreehand-0.1-1             0.1.2-3
ii  libgcc-s1                     14.2.0-19
ii  libglib2.0-0t64               2.84.3-1
ii  libmspub-0.1-1                0.1.4-3+b5
ii  libmwaw-0.3-3                 0.3.22-1+b2
ii  libodfgen-0.1-1               0.1.8-2+b2
ii  libpagemaker-0.0-0            0.0.4-1+b2
ii  libqxp-0.0-0                  0.0.2-1+b4
ii  libreoffice-common            4:25.2.3-2
ii  libreoffice-core              4:25.2.3-2
ii  libreoffice-uiconfig-draw     4:25.2.3-2
ii  libreoffice-uiconfig-impress  4:25.2.3-2
ii  librevenge-0.0-0              0.0.5-3+b2
ii  libstaroffice-0.0-0           0.0.7-1+b2
ii  libstdc++6                    14.2.0-19
ii  libuno-cppu3t64               4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64    4:25.2.3-2
ii  libuno-sal3t64                4:25.2.3-2
ii  libuno-salhelpergcc3-3t64     4:25.2.3-2
ii  libvisio-0.1-1                0.1.7-1+b5
ii  libwpg-0.3-3                  0.3.4-3+b2
ii  libxml2                       2.12.7+dfsg+really2.9.14-2.1
ii  libzmf-0.0-0                  0.0.2-1+b9
ii  ucf                           3.0052
ii  uno-libs-private              4:25.2.3-2

Versions of packages libreoffice-impress depends on:
ii  libbox2d2                     2.4.1-3+b3
ii  libc6                         2.41-12
ii  libepoxy0                     1.5.10-2
ii  libetonyek-0.1-1              0.1.12-1
ii  libgcc-s1                     14.2.0-19
ii  libmwaw-0.3-3                 0.3.22-1+b2
ii  libodfgen-0.1-1               0.1.8-2+b2
ii  libreoffice-common            4:25.2.3-2
ii  libreoffice-core              4:25.2.3-2
ii  libreoffice-draw              4:25.2.3-2
ii  libreoffice-uiconfig-impress  4:25.2.3-2
ii  librevenge-0.0-0              0.0.5-3+b2
ii  libstaroffice-0.0-0           0.0.7-1+b2
ii  libstdc++6                    14.2.0-19
ii  libuno-cppu3t64               4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64    4:25.2.3-2
ii  libuno-sal3t64                4:25.2.3-2
ii  libuno-salhelpergcc3-3t64     4:25.2.3-2
ii  ucf                           3.0052
ii  uno-libs-private              4:25.2.3-2

Versions of packages libreoffice-impress suggests:
ii  bluez  5.82-1.1

Versions of packages libreoffice-math depends on:
ii  fonts-opensymbol            4:102.12+LibO25.2.3-2
ii  libc6                       2.41-12
ii  libgcc-s1                   14.2.0-19
ii  libicu76                    76.1-4
ii  libreoffice-common          4:25.2.3-2
ii  libreoffice-core            4:25.2.3-2
ii  libreoffice-uiconfig-math   4:25.2.3-2
ii  libstdc++6                  14.2.0-19
ii  libuno-cppu3t64             4:25.2.3-2
ii  libuno-cppuhelpergcc3-3t64  4:25.2.3-2
ii  libuno-sal3t64              4:25.2.3-2
ii  libuno-salhelpergcc3-3t64   4:25.2.3-2
ii  ucf                         3.0052
ii  uno-libs-private            4:25.2.3-2

-- debconf-show failed


Reply to: