open_xfce()
{
exo-open "$1"
if (echo "$1" | grep -q '^magnet:'); then
gnome-open "$1"
else
fi
if [ $? -eq 0 ]; then
exit_success