Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kdegraphics
Date: Tue, 20 Nov 2007 14:32:10
Message-Id: 6142e6140711200626t7a17614fk382ff261dce5a705@mail.gmail.com
In Reply to: [gentoo-user] kdegraphics by econti
1 2007/11/20, econti <contiemilio@×××××.it>:
2 > Hi all,
3 > to-day I re-emerged kdegraphics. At the end I had this message:
4 >
5 > * /usr/kde/3.5/share/applications/kde/kfaxview.desktop: value
6 > "image/fax-g3" for string list key "MimeType" in group "Desktop Entry"
7 > does not have a semicolon (';') as trailing character
8 > * /usr/kde/3.5/share/applications/kde/kghostview.desktop: value
9 > "application/pdf;application/postscript;image/x-eps;application/x-gzpostscript;application/illustrator"
10 > for string list key "MimeType" in group "Desktop Entry" does not have a
11 > semicolon (';') as trailing character
12 > * /usr/kde/3.5/share/applications/kde/kolourpaint.desktop: value
13 > "image/fax-g3;image/gif;image/jp2;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-dds;image/x-eps;image/x-exr;image/x-hdr;image/x-ico;image/x-pcx;image/x-portable-bitmap;image/x-portable-greymap;image/x-portable-pixmap;image/x-rgb;image/x-targa;image/x-vnd.adobe.photoshop;image/x-xbm;image/x-xcf-gimp;image/x-xpm;video/x-mng"
14 > for string list key "MimeType" in group "Desktop Entry" does not have a
15 > semicolon (';') as trailing character
16 > * /usr/kde/3.5/share/applications/kde/kview.desktop: value
17 > "image/gif;image/x-xpm;image/x-xbm;image/jpeg;image/x-bmp;image/png;image/x-ico;image/x-portable-bitmap;image/x-portable-pixmap;image/x-portable-greymap;image/tiff;image/jp2"
18 > for string list key "MimeType" in group "Desktop Entry" does not have a
19 > semicolon (';') as trailing character
20 >
21
22 Every ebuild that inherits the eutils.eclass validates the desktop
23 file of the package to check if it is conform to the specs of
24 freedesktop.org.
25
26 The specs have changed but desktop files created by the ebuild are
27 generated according to old specs. Also packages that ship there own
28 desktop file and have not updated them to the current specs will cause
29 this informational messages.
30
31 In your case the desktop file should have a trailing ; at the end of
32 the Mime key to be compliant to the specs.
33
34 There are bugs open for the eutils.eclass to generate valid desktop
35 files but this only affects the ebuild generated ones not the ones
36 shipped with the package. It will take some time until the new specs
37 find there way into all packages but this has nothing to do with the
38 functionality of the package itself. So don't worry about this.
39
40 Regards,
41
42 Daniel
43 --
44 gentoo-user@g.o mailing list