diff options
Diffstat (limited to 'gnu/packages/freedesktop.scm')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 18 | 
1 files changed, 11 insertions, 7 deletions
| diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 6385741d89..3bfc8b33ae 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2214,15 +2214,19 @@ to applications simultaneously competing for fingerprint readers.")      (description       "This package contains a few command line utilities for working with  desktop entries: +@table @command +@item desktop-file-validate +Validates a desktop file and prints warnings/errors about desktop entry +specification violations. -desktop-file-validate: validates a desktop file and prints warnings/errors -                       about desktop entry specification violations. +@item 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. - -update-desktop-database: updates the database containing a cache of MIME types -                         handled by desktop files.") +@item update-desktop-database +Updates the database containing a cache of MIME types handled by desktop +files. +@end table")      (license license:gpl2+)))  (define-public xdg-user-dirs | 
