Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 00:08:25 +0100
From:      void <void@f-m.fm>
To:        freebsd-questions <FreeBSD-Questions@freebsd.org>
Subject:   Re: Problem after libreoffice upgrade
Message-ID:  <Yur/6YeTyp8ZGkcz@openbsd.local>
In-Reply-To: <CA%2ByoEx8x86OP8QqcTo7tcFNbVCea0CGBNe-oBxQ-Yjidv8LFhw@mail.gmail.com>
References:  <CA%2ByoEx8x86OP8QqcTo7tcFNbVCea0CGBNe-oBxQ-Yjidv8LFhw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Yur/6YeTyp8ZGkcz>