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

Bug#1028290: libreoffice-impress-nogui cannot convert to PNG



Hi,

Am 12.01.23 um 17:38 schrieb Rene Engelhard:
This one also works but only with the binary in the instdir-nogui, *not*
if I install the resulting .debs:

Ah, hmm, so that really points to a packaging problem or a problem which only exhibitx due to packaging.

From looking at the initial straces briefly I have an idea but that might just be a red herring...

While debugging another issue boiling down to a missing .ui file[1] I looked at this one.

It *seems* to be this in your nogui-strace:

94919 21:08:29.439478 openat(AT_FDCWD, "/usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/tabviewbar.ui", O_RDONLY) = -1 ENOENT (No such file or directory) 94919 21:08:29.439573 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} --- 94919 21:08:29.439478 openat(AT_FDCWD, "/usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/tabviewbar.ui", O_RDONLY) = -1 ENOENT (No such file or directory) 94919 21:08:29.439573 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---

And indeed, for libreoffice-*-nogui we do

find debian/libreoffice-*-nogui/$(OODIR)/share/config/soffice.cfg -name "*.ui" -exec rm {} \;

since those are files for the UI (and thus shoud not(tm) needed if there's no (G)UI...)

Now the question is whether we start shipping those UI-Files in nogui (which sounds awkward) or try to ship enough that a --convert-to works...

Regards,

Rene

[1] https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/-/commit/64bef88bf381d7cce8914bcc7bdd7259dde0ca02


Reply to: