[gnome-devel-docs] conform to the current version of the desktop file spec
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] conform to the current version of the desktop file spec
- Date: Thu, 15 Mar 2012 23:34:57 +0000 (UTC)
commit 78f6e5fe1c3d135bc91064891464227b70dfd299
Author: Sven Herzberg <herzi gnome-de org>
Date: Wed Mar 17 15:07:34 2010 +0100
conform to the current version of the desktop file spec
* C/integration-guide.xml: update the desktop file to fix these warnings:
# desktop-file-validate example.desktop
example.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
example.desktop: warning: value "Application;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application"
integration-guide/C/integration-guide.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/integration-guide/C/integration-guide.xml b/integration-guide/C/integration-guide.xml
index 2c36204..a4e281d 100644
--- a/integration-guide/C/integration-guide.xml
+++ b/integration-guide/C/integration-guide.xml
@@ -363,12 +363,11 @@
<programlisting><![CDATA[
[Desktop Entry]
- Encoding=UTF-8
Name=FooCorp Painter Pro
Exec=foocorp-painter-pro
Icon=foocorp-painter-pro
Type=Application
- Categories=Application;
+ Categories=GTK;GNOME;Utility;
]]></programlisting>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]