<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - xdg-open does not spawn terminal for Terminal=true"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92514#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - xdg-open does not spawn terminal for Terminal=true"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92514">bug 92514</a>
              from <span class="vcard"><a class="email" href="mailto:t_glaessle@gmx.de" title="Thomas Gläßle <t_glaessle@gmx.de>"> <span class="fn">Thomas Gläßle</span></a>
</span></b>
        <pre>Alternative thought:

Allow to define a .desktop file for terminal applications, i.e. something like:

    [Desktop Entry]
    name=terminator
    GenericName=X Terminal Emulator
    Exec=terminator -x %F
    MimeType=x-terminal-emulator

where xdg-open or similar tools can find suitable terminals via the mimetype.
In a way, I find this rather elegant, since it could use an existing very
extensible mechanism., e.g. users could then easily define their preferred
terminal in the mimeapps.list file using the existing mechanism.

On the other hand though, I'm not sure whether this makes sense since the
concept of mimetypes doesn't really match command execution.</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>