View | Details | Raw Unified | Return to bug 31677
Collapse All | Expand All

(-)/usr/bin/xdg-open.orig (-1 / +5 lines)
Lines 518-524 open_mate() Link Here
518
518
519
open_xfce()
519
open_xfce()
520
{
520
{
521
    exo-open "$1"
521
    if (echo "$1" | grep -q '^magnet:'); then
522
                gnome-open "$1"
523
            else
524
                exo-open "$1"
525
    fi
522
526
523
    if [ $? -eq 0 ]; then
527
    if [ $? -eq 0 ]; then
524
        exit_success
528
        exit_success

Return to bug 31677