gnu: desktop-file-utils: Format description.
* gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e12a0cb3db
commit
fc25bd72b2
@ -2214,15 +2214,19 @@ to applications simultaneously competing for fingerprint readers.")
|
|||||||
(description
|
(description
|
||||||
"This package contains a few command line utilities for working with
|
"This package contains a few command line utilities for working with
|
||||||
desktop entries:
|
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
|
@item desktop-file-install
|
||||||
about desktop entry specification violations.
|
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,
|
@item update-desktop-database
|
||||||
optionally munging it a bit in transit.
|
Updates the database containing a cache of MIME types handled by desktop
|
||||||
|
files.
|
||||||
update-desktop-database: updates the database containing a cache of MIME types
|
@end table")
|
||||||
handled by desktop files.")
|
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public xdg-user-dirs
|
(define-public xdg-user-dirs
|
||||||
|
Loading…
Reference in New Issue
Block a user