summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-09-01 14:40:08 +0000
committerVincent Untz <vuntz@gnome.org>2007-09-01 14:40:08 +0000
commit4c0877d7e6d832754064d6613eed69edbd5626e4 (patch)
tree2a0793477e4f06a25b3f26983c3d1a4b49066a8a
parente08e4ea54ab1c90475f4a52bee98e234e7c79d1a (diff)
small improvements
2007-09-01 Vincent Untz <vuntz@gnome.org> * README: small improvements
-rw-r--r--ChangeLog4
-rw-r--r--README11
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a83db5..8ea11f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-09-01 Vincent Untz <vuntz@gnome.org>
+ * README: small improvements
+
+2007-09-01 Vincent Untz <vuntz@gnome.org>
+
* src/install.c: (process_one_file): validate the desktop file after
modifying its content, but before doing anything else, so that we
don't unlink the original file if the created one is not valid.
diff --git a/README b/README
index 600c5de..b292bfa 100644
--- a/README
+++ b/README
@@ -1,6 +1,11 @@
Utilities for manipulating desktop files.
+http://www.freedesktop.org/wiki/Software/desktop-file-utils
-desktop-file-validate: validates a desktop file and prints warnings/errors about spec violations.
+desktop-file-validate: validates a desktop file and prints warnings/errors
+ about desktop entry specification violations.
-desktop-file-install: installs a desktop file to the applications directory, optionally munging
- it a bit in transit.
+desktop-file-install: installs a desktop file to the applications directory,
+ optionally munging it a bit in transit.
+
+More information about desktop files can be found at:
+http://freedesktop.org/wiki/Specifications/desktop-entry-spec