Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 08:32:59 -0300
From:      Mario Lobo <lobo@bsd.com.br>
To:        freebsd-questions <FreeBSD-Questions@freebsd.org>
Subject:   Re: Problem after libreoffice upgrade
Message-ID:  <CA%2ByoEx9LBfEyq61qXQZgCQQm2P%2BUdZo7XeesP_YR-5dKhbJ-_A@mail.gmail.com>
In-Reply-To: <Yur/6YeTyp8ZGkcz@openbsd.local>
References:  <CA%2ByoEx8x86OP8QqcTo7tcFNbVCea0CGBNe-oBxQ-Yjidv8LFhw@mail.gmail.com> <Yur/6YeTyp8ZGkcz@openbsd.local>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000da2c1605e568b6ce
Content-Type: text/plain; charset="UTF-8"

On Wed, Aug 3, 2022 at 8:08 PM void <void@f-m.fm> wrote:

> On Wed, Aug 03, 2022 at 04:40:53PM -0300, Mario Lobo wrote:
> >Good afternoon.
> >
> >Just to set the environment:
> >
> >- FreeBSD 13.1-STABLE #0 stable/13-0c4d13c521: Tue Aug  2 06:58:39 -03
> 2022
> >- libreoffice-7.3.5.2 (installed via pkg)
> >Name           : libreoffice
> >Version        : 7.3.5.2
> >Installed on   : Wed Aug  3 13:04:17 2022 -03
> >
> >After this upgrade, everytime I try to create/open any type of document, a
> >get the following:
> >
> ># LoboLap/root [16:32:55]
> >[~]>libreoffice
> >QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> >QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> >QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
> >QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
> >QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
>
> I use tcsh and have this at the top of .tcshrc :
>
> setenv XIM ibus
> setenv GTK_IM_MODULE ibus
> setenv QT_IM_MODULE ibus
> setenv XMODIFIERS @im=ibus
> setenv XIM_PROGRAM ibus-daemon
> setenv XIM_ARGS "--daemonize --xim"
> setenv XDG_RUNTIME_DIR ~/tmp
>
> It might work for you. I think in your case the last line and the third
> line
> might be relevant. Make sure ~/tmp exists.
>
> good luck
>
>
Thanks void.

But that is not the real problem because although unset, XDG_RUNTIME_DIR
assumes the default.

The biggy is here:

Fatal exception: Signal 6

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!]

--000000000000da2c1605e568b6ce
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"></div><br><div class=3D"gmail_quote"><div=
 dir=3D"ltr" class=3D"gmail_attr">On Wed, Aug 3, 2022 at 8:08 PM void &lt;<=
a href=3D"mailto:void@f-m.fm">void@f-m.fm</a>&gt; wrote:<br></div><blockquo=
te class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px =
solid rgb(204,204,204);padding-left:1ex">On Wed, Aug 03, 2022 at 04:40:53PM=
 -0300, Mario Lobo wrote:<br>
&gt;Good afternoon.<br>
&gt;<br>
&gt;Just to set the environment:<br>
&gt;<br>
&gt;- FreeBSD 13.1-STABLE #0 stable/13-0c4d13c521: Tue Aug=C2=A0 2 06:58:39=
 -03 2022<br>
&gt;- libreoffice-7.3.5.2 (installed via pkg)<br>
&gt;Name=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0: libreoffice<br>
&gt;Version=C2=A0 =C2=A0 =C2=A0 =C2=A0 : 7.3.5.2<br>
&gt;Installed on=C2=A0 =C2=A0: Wed Aug=C2=A0 3 13:04:17 2022 -03<br>
&gt;<br>
&gt;After this upgrade, everytime I try to create/open any type of document=
, a<br>
&gt;get the following:<br>
&gt;<br>
&gt;# LoboLap/root [16:32:55]<br>
&gt;[~]&gt;libreoffice<br>
&gt;QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to &#39;/tmp/runtim=
e-root&#39;<br>
&gt;QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to &#39;/tmp/runtim=
e-root&#39;<br>
&gt;QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directo=
ry<br>
&gt;QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to &#39;/tmp/runtim=
e-root&#39;<br>
&gt;QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to &#39;/tmp/runtim=
e-root&#39;<br>
<br>
I use tcsh and have this at the top of .tcshrc :<br>
<br>
setenv XIM ibus<br>
setenv GTK_IM_MODULE ibus<br>
setenv QT_IM_MODULE ibus<br>
setenv XMODIFIERS @im=3Dibus<br>
setenv XIM_PROGRAM ibus-daemon<br>
setenv XIM_ARGS &quot;--daemonize --xim&quot;<br>
setenv XDG_RUNTIME_DIR ~/tmp<br>
<br>
It might work for you. I think in your case the last line and the third lin=
e <br>
might be relevant. Make sure ~/tmp exists.<br>
<br>
good luck<br>
<br>
</blockquote></div><div><br></div><div>Thanks void.</div><div><br></div><di=
v>But that is not the real problem because although unset, XDG_RUNTIME_DIR =
assumes the default.<br></div><div><br></div><div>The biggy is here:</div><=
div><br></div><div>Fatal exception: Signal 6</div><br>-- <br><div dir=3D"lt=
r" class=3D"gmail_signature"><div dir=3D"ltr"><div>Mario Lobo<br><a href=3D=
"http://www.mallavoodoo.com.br" target=3D"_blank">http://www.mallavoodoo.co=
m.br</a><br>FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!]</div></di=
v></div></div>

--000000000000da2c1605e568b6ce--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2ByoEx9LBfEyq61qXQZgCQQm2P%2BUdZo7XeesP_YR-5dKhbJ-_A>