1 diff -aur xdg-utils/scripts/xdg-open.in xdg-utils.new/scripts/xdg-open.in
2 --- xdg-utils/scripts/xdg-open.in 2009-11-07 23:15:29.022492880 -0600
3 +++ xdg-utils.new/scripts/xdg-open.in 2009-11-08 10:13:52.807798529 -0600
12 + if [ $? -eq 0 ]; then
15 + exit_failure_operation_failed
21 if mimeopen -v 2>/dev/null 1>&2; then
33 diff -aur xdg-utils/scripts/xdg-utils-common.in xdg-utils.new/scripts/xdg-utils-common.in
34 --- xdg-utils/scripts/xdg-utils-common.in 2009-11-07 23:15:29.022492880 -0600
35 +++ xdg-utils.new/scripts/xdg-utils-common.in 2009-11-08 10:20:16.207739088 -0600
37 if [ x"$KDE_FULL_SESSION" = x"true" ]; then DE=kde${KDE_SESSION_VERSION};
38 elif [ x"$GNOME_DESKTOP_SESSION_ID" != x"" ]; then DE=gnome;
39 elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce;
40 + elif [ -e $HOME/.config/rox.sourceforge.net ]; then DE=rox;
44 Only in xdg-utils.new/scripts: xdg-utils-common.in~