> > Unfortunately gdb echoes the same error, but exits normally, even when
> > re-run.
> >
> Yeah, you'll need to put breakpoints at the mentioned places, and step into
> the code
> there to find out why it fails. (Tedious, but I have no better suggestion.)
>
Thanks for the suggestions - this w
On 17/04/2019 09:00, John Frankish wrote:
Unfortunately gdb echoes the same error, but exits normally, even when re-run.
Yeah, you'll need to put breakpoints at the mentioned places, and step
into the code there to find out why it fails. (Tedious, but I have no
better suggestion.)
> > Strace log attached
> >
> Hm, unfortunately doesn't give me a further clue. The
>
> > 10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg",
> > F_OK) = -1 ENOENT (No such file or directory)
> >
> may have been a false route after all; I was under the erroneous expression
> t
On 16/04/2019 06:43, John Frankish wrote:
Strace log attached
Hm, unfortunately doesn't give me a further clue. The
10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg", F_OK) =
-1 ENOENT (No such file or directory)
may have been a false route after all; I was under the e
> > $ rm -rf /home/tc/.config/libreoffice
> >
> > $ libreoffice
> > Gtk-Message: GtkDialog mapped without a transient parent. This is
> > discouraged.
> > LibreOffice 6.2 - Fatal Error: The application cannot be started.
> > component context fails to supply service
> > com.sun.star.ui.ModuleUIC
On 15/04/2019 17:13, John Frankish wrote:
$ rm -rf /home/tc/.config/libreoffice
$ libreoffice
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
LibreOffice 6.2 - Fatal Error: The application cannot be started.
component context fails to supply service
com.sun.star.u
> > Strace log attached.
> >
> I guess the problem shows in lines like
>
> 10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg",
> F_OK) = -1 ENOENT (No such file or directory)
>
> There is previous lines like
>
> 10691 mkdir("/home/tc/.config/libreoffice/4/user/psprint", 0777)
On 15/04/2019 10:35, John Frankish wrote:
Strace log attached.
I guess the problem shows in lines like
10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg", F_OK) =
-1 ENOENT (No such file or directory)
There is previous lines like
10691 mkdir("/home/tc/.config/libreoffi
> > Libreoffice-6.2.2.2 compiles on a 32-bit linux system, but will not run.
> >
> > Strace does not show anything obvious - is there a way to debug the
> > following error?
> >
> > LibreOffice 6.2 - Fatal Error: The application cannot be started.
> > component context fails to supply service
>
On 15/04/2019 08:19, John Frankish wrote:
Libreoffice-6.2.2.2 compiles on a 32-bit linux system, but will not run.
Strace does not show anything obvious - is there a way to debug the following
error?
LibreOffice 6.2 - Fatal Error: The application cannot be started.
component context fails to s
10 matches
Mail list logo