<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - xdg-open: open_mate (and others), consider adding open_generic fallback, remove references to deprecated mate-open"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93442#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - xdg-open: open_mate (and others), consider adding open_generic fallback, remove references to deprecated mate-open"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93442">bug 93442</a>
              from <span class="vcard"><a class="email" href="mailto:rdieter@math.unl.edu" title="Rex Dieter <rdieter@math.unl.edu>"> <span class="fn">Rex Dieter</span></a>
</span></b>
        <pre>Good catch.

Prior to my latest commit, xdg-open had an inconsistent hodge-podge:

$ grep null xdg-open.in 
    if gvfs-open --help >/dev/null 2>&1; then
    if gvfs-open --help >/dev/null 2>&1; then
    elif gnome-open --help >/dev/null 2>&1; then
    if gvfs-open --help 2>/dev/null 1>&2; then
        command_exec=`which $command 2>/dev/null`
        if which run-mailcap 2>/dev/null 1>&2; then
        if has_display && mimeopen -v 2>/dev/null 1>&2; then

I suppose we can standardize on the 2>/dev/null 1>&2 variant, sure (fixed in
followup commit)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>