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

            Bug ID: 155411
           Summary: --disable-gui builds needs .ui file for --convert-to
                    of pptx
           Product: LibreOffice
           Version: 7.6.0.0 alpha1+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Impress
          Assignee: [email protected]
          Reporter: [email protected]

Hi,

originally reported in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028290. Still reproducible
in current master.

If we ignore the environment this boils down to:

Transcript with the GUI package:
# loffice --convert-to png /x/A.pptx
Warning: failed to launch javaldx - java may not function correctly
convert /x/A.pptx -> /A.png using filter : impress_png_Export

Same from the -nogui pkg:
# loffice --convert-to png /x/A.pptx
Warning: failed to launch javaldx - java may not function correctly
Unspecified Application Error

(see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028290#5)

He sent straces (which unfortunately didn't end up in the bug log...), but it
seems to be this:

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} ---

Why does --convert-to in a --disable-gui build need .ui files? It should work
without....

Indeed it's the .ui file (or more):

rene@debianunstable:~$ lodraw --convert-to A.png A.pptx
Unspecified Application Error
rene@debianunstable:~$ su -
Passwort: 
root@debianunstable:~# cd /home/rene/
root@debianunstable:/home/rene# cp -ra
usr/lib/libreoffice/share/config/soffice.cfg/*
/usr/lib/libreoffice/share/config/soffice.cfg/
[ directory tree is dpkg-deb -x <libreoffice-impress deb> . )
root@debianunstable:/home/rene# 
Abgemeldet
rene@debianunstable:~$ lodraw --convert-to A.png A.pptx
convert /home/rene/A.pptx as a Impress document -> /home/rene/A.A.png using
filter : impress_png_Export
rene@debianunstable:~$

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to