After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 551526 - Recent documents disregards app_exec
Recent documents disregards app_exec
Status: RESOLVED OBSOLETE
Product: gnome-panel
Classification: Other
Component: menu
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 551525
 
 
Reported: 2008-09-09 15:21 UTC by Bastien Nocera
Modified: 2020-11-06 20:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-09-09 15:21:17 UTC
In Totem, we save streams that aren't valid URIs per se under a separate group in the recent-files.

  <bookmark href="mms://wmlive-acl.bbc.co.uk/wms/radio1/radio1_nb_e1s1?BBC-UID=44a88a7ef87c96776ee26d273118e41915e91abbc01060fb2cdd7d120fdcaf23&amp;SSO2-UID=" added="2008-09-09T14:59:59Z" modified="2008-09-09T14:59:59Z" visited="2008-09-09T14:59:59.029632Z">
    <info>
      <metadata owner="http://freedesktop.org">
        <mime:mime-type type="video/x-totem-stream"/>
        <bookmark:groups>
          <bookmark:group>TotemStreams</bookmark:group>
        </bookmark:groups>
        <bookmark:applications>
          <bookmark:application name="Totem Movie Player" exec="&apos;totem %u&apos;" modified="2008-09-09T14:59:59Z" count="1"/>
        </bookmark:applications>
      </metadata>
    </info>
  </bookmark>

We set a completely bogus mime-type, because you can't get a mime-type for an MMS stream. The panel then complains that it "Could not find a suitable application".

gnome-panel should use gtk_recent_info_get_application_info() to use the application that saved the recent file item in the first place to launch the recent file.
Comment 1 André Klapper 2020-11-06 20:25:17 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all old bug reports in Bugzilla which have not seen updates for many years.

If you can still reproduce this issue in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/

Thank you for reporting this issue and we are sorry it could not be fixed.