summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-05-01 22:07:42 +0000
committerHavoc Pennington <hp@pobox.com>2003-05-01 22:07:42 +0000
commit8f1b0e36649e3ef93393c6edaba56a11e89c4078 (patch)
tree587d193858a6de68addfe0e1a889246b8f3dffd2 /README
parent8edbe57d225a317b40ed49e959a375c9edbbff76 (diff)
change to only warn about invalid keys, don't die (enum_keys): remove
2003-05-01 Havoc Pennington <hp@redhat.com> * src/validate.c: change to only warn about invalid keys, don't die (enum_keys): remove warning about Icon field with no .png extension (desktop_file_validate): fix to reset fatal_error_occurred on each call * src/gen-compat-tree.c: hook up the new menu code, so we can start debugging * src/validate.c: allow GenericName, StartupNotify, StartupWMClass * src/menu-parser.c: got it compiling, most code should be there, untested
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 600c5de..3a1eeb6 100644
--- a/README
+++ b/README
@@ -4,3 +4,5 @@ desktop-file-validate: validates a desktop file and prints warnings/errors about
desktop-file-install: installs a desktop file to the applications directory, optionally munging
it a bit in transit.
+
+desktop-menu-tool: loads .vfolder-info and .menu files and does stuff with them