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 658231 - trackerbird: Missing ; in trackerbird-launcher.desktop
trackerbird: Missing ; in trackerbird-launcher.desktop
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Miners
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2011-09-05 08:54 UTC by Vincent Untz
Modified: 2011-09-05 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
thunderbird: Fix .desktop file (891 bytes, patch)
2011-09-05 09:01 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-09-05 08:54:02 UTC
The value of the MimeType key is a list, therefore:
  MimeType=x-scheme-handler/imap-message
is invalid.

It should be:
  MimeType=x-scheme-handler/imap-message;
Comment 1 Vincent Untz 2011-09-05 08:54:34 UTC
Btw, shouldn't this be upstream, as part of a thunderbird.desktop file?
Comment 2 Vincent Untz 2011-09-05 09:01:56 UTC
Created attachment 195671 [details] [review]
thunderbird: Fix .desktop file

The MimeType value is a list and therefore should end with a ;.
Comment 3 Martyn Russell 2011-09-05 09:24:22 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Nice patch Vincent ;)