When the config files moved from /etc/xdg/lxqt to /usr/share/lxqt
/usr/bin/startlxqt should have had
if [ -z "$XDG_CONFIG_DIRS" ]; then
export XDG_CONFIG_DIRS="/etc:/etc/xdg:/usr/share"
else
if ! contains "$XDG_CONFIG_DIRS" '/etc/xdg'; then
XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:/etc/xd
Public bug reported:
1) Ubuntu Release
cddukes@greasy-desktop:~/crypt/web$ lsb_release -rd
Description:Ubuntu 18.04.2 LTS
Release:18.04
2) Package version
cddukes@greasy-desktop:~/crypt/web$ apt-cache policy xfce4-terminal
xfce4-terminal:
Installed: 0.8.7.4-0ubuntu0.18.04.1
Candid