Re: Problem after libreoffice upgrade

From: void <void_at_f-m.fm>
Date: Wed, 03 Aug 2022 23:08:25 UTC
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