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 685923 - eog.desktop fails to validate with desktop-file-utils-0.20
eog.desktop fails to validate with desktop-file-utils-0.20
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-10 23:19 UTC by Alexandre Rostovtsev
Modified: 2012-10-12 18:20 UTC
See Also:
GNOME target: ---
GNOME version: 3.5/3.6


Attachments
trivial patch (867 bytes, patch)
2012-10-10 23:20 UTC, Alexandre Rostovtsev
none Details | Review

Description Alexandre Rostovtsev 2012-10-10 23:19:28 UTC
$ desktop-file-validate /usr/share/applications/eog.desktop
/usr/share/applications/eog.desktop: error: (will be fatal in the future): value "RasterGraphics" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Graphics;2DGraphics

So we need to add "2DGraphics" to the category list.
Comment 1 Alexandre Rostovtsev 2012-10-10 23:20:50 UTC
Created attachment 226219 [details] [review]
trivial patch
Comment 2 Felix Riemann 2012-10-12 18:20:14 UTC
Thanks! I also quickfixed a few translation errors that prevented validation.

commit eb25991861ebdb8c0a86a917dcdc69cea18f2e68
Author: Felix Riemann <>
Date:   Fri Oct 12 20:13:18 2012 +0200

    Add trailing semicolon to desktop file keyword list translations
    
    Makes the desktop file validate again with desktop-file-utils-0.20.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685923

commit 90e16211516065dacfa33ed9462eac17093ccd46
Author: Alexandre Rostovtsev <>
Date:   Wed Oct 10 19:16:26 2012 -0400

    Add 2DGraphics category to .desktop file
    
    Required to pass validation with desktop-file-utils 0.20
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685923
---
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.