[Xfce-bugs] [Bug 14461] Segfault in XInternAtom when clicking or typing

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Jun 18 12:56:05 CEST 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14461

--- Comment #3 from alexxcons <acs82 at gmx.de> ---
Sorry, last time I did not read the stacktrace carefully enough:
/usr/lib/thunarx-3/thunar-wallpaper-plugin.so
^^ so this seems to be the problematic plugin

thunar-wallpaper-plugin is a thunar internal plugin, it is packaged together
with thunar.
You installed thunar from source ?
My quess would be, that you tried to run thunar from the source-directory while
having the old plugins installed, or you only installed thunar itself, but not
the plugins. When compiling from source you only can make use of the new
plugins by doing "make install" on the main thunar folder.

Try to first remove all the old thunar packages of your distro and than build &
install thunar like that, while beeing on the main thunar folder:
./autogen.sh
make
sudo make install

( Hope I was right and you installed from source ? )

Here a list of thunar plugins (besides the thunar-internal plugins) maintained
by xfce:
https://docs.xfce.org/xfce/thunar/start
The according package-names usually are something like "thunar-****-plugin"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list