libreoffice
configurationother_softwarelibreoffice

Fixes

Hyperlinks are not working any more with the error message

Entry Point Not Found

failed to execute default file manager

Create a file /usr/local/bin/thunar-workaround:

FILE=$(echo $1 | perl -pe 's/%([0-9a-f]{2})/sprintf("%s", pack("H2",$1))/eig')
thunar "$FILE"

…and register that file as default file manager. For Xfce this can be found under Settings -> Preferred Applications -> Utilities -> File Manager -> Other.

top