Page 1 of 1

xviewer crashes upon opening

PostPosted: Oct 16th, '19, 11:36
by MagicD3VIL
Happens on both my PCs

Code: Select all
[magicd3vil@localhost ~]$ xviewer

(xviewer:7857): GLib-GIO-ERROR **: 11:33:13.255: Settings schema 'org.cinnamon.desktop.thumbnailers' is not installed
Trace/breakpoint trap (core dumped)


It was running on KDE before, idk where to find the missing package

Re: xviewer crashes upon opening

PostPosted: Oct 17th, '19, 07:28
by doktor5000
Isn't this basically the same issue as viewtopic.php?f=8&t=13106 ?
Can you please post the output as regular user of
Code: Select all
set|grep XDG

Re: xviewer crashes upon opening

PostPosted: Oct 17th, '19, 09:29
by MagicD3VIL
Oh yeah... I actually forgot that I already asked, sorry about that. The first topic and output was about my desktop tho :D

Here's the output:
Code: Select all
[magicd3vil@localhost ~]$ set|grep XDG
XDG_CONFIG_DIRS=/etc/xdg:/etc/xdg/kf5:/var/lib/plasma5-profiles/common/xdg
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/home/magicd3vil/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_MENU_PREFIX=plasma-
XDG_RUNTIME_DIR=/run/user/1001
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_ID=1
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=1
    local -a dirs=(${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions);
    for dir in ${XDG_DATA_DIRS:-/usr/local/share:/usr/share};
[magicd3vil@localhost ~]$