View | Details | Raw Unified
Collapse All | Expand All

(-) man.orig/desktop-file-install.8 (+62 lines)
Line 0    Link Here 
.TH DESKTOP-FILE-INSTALL 8
.SH NAME
desktop-file-install \- install a desktop file to the applications directory
.SH SYNOPSIS
.B desktop-file-install
.I "[options] file"
.SH "DESCRIPTION"
.B desktop-file-install
installs a specified .desktop file to the applications directory,
optionally munging it a bit in transit.
.SH OPTIONS
.TP
\fB \-\-dir \fIpath\fP
Specify the directory where files should be installed.
.TP
\fB \-\-vendor \fIvendor\fP
Add a vendor prefix to the desktop file. If the file already has this
prefix, nothing happens.
.TP
\fB \-\-add\-category \fIcategory\fP
Add a category to the \fBCategories\fP field.
.TP
\fB \-\-remove\-category \fIcategory\fP
Remove a category from the \fBCategories\fP field.
.TP
\fB \-\-add\-only\-show\-in \fIproduct\fP
Add a product name to the \fBOnlyShowIn\fP field.
.TP
\fB \-\-remove\-only\-show\-in \fIproduct\fP
Remove a product name from the \fBOnlyShowIn\fP field.
.TP
\fB \-\-delete\-original
Delete the source desktop file, leaving only the target
file. Effectively "renames" a desktop file.
.TP
\fB \-m, \-\-mode \fImode\fP
Set the given permissions on the destination file.
.TP
\fB \-\-copy\-name\-to\-generic\-name
Copy the contents of the \fBName\fP field to the \fBGenericName\fP
field.
.TP
\fB \-\-copy\-generic\-name\-to\-name
Copy the contents of the \fBGenericName\fP field to the \fBName\fP
field.
.TP
\fB \-\-remove\-key \fIkey\fP
Remove a specific key from the desktop file.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-\-usage
Display brief usage message.
.TP
.B \-v, \-\-version
Show version of program.
.SH "SEE ALSO"
The Free Desktop .desktop file specification at www.freedesktop.org.
.SH AUTHOR
This manual page was written by Ross Burton <ross@burtonini.com>, for
the Debian GNU/Linux system (but may be used by others).
(-) man.orig/desktop-file-validate.1 (+15 lines)
Line 0    Link Here 
.TH DESKTOP-FILE-VALIDATE 1
.SH NAME
desktop-file-validate \- validate a .desktop file
.SH SYNOPSIS
.B desktop-file-validate
.I "file"
.SH "DESCRIPTION"
.BR desktop-file-validate
is a tool to validate .desktop files to the Free Desktop specification
at http://www.freedesktop.org/. It will list any errors if the file
does not match the specification, and warnings if the file uses
deprecated features.
.SH AUTHOR
This manual page was written by Ross Burton <ross@debian.org>, for the
Debian GNU/Linux system (but may be used by others).
(-) man.orig/desktop-menu-tool.1 (+37 lines)
Line 0    Link Here 
.TH DESKTOP-MENU-TOOL 1
.SH NAME
desktop-menu-tool \- do stuff with menu files
.SH SYNOPSIS
.B desktop-menu-tool
.I "[options] file"
.SH "DESCRIPTION"
.B desktop-menu-tool
does stuff to menu files. Possibly related to the GNOME1 .menu
files. Not sure about this. :)
.SH OPTIONS
.TP
\fB \-\-dir \fIpath\fP
Specify the directory where the compat tree should be generated.
.TP
\fB \-\-print
Print a human-readable representation of the menu to standard output.
.TP
\fB \-\-desktop \fIdesktop\fP
Specify the current desktop, for the purposes of \fBOnlyShowIn\fP.
.TP
\fB \-\-print\-available
Print the set of desktop files used for a given menu file.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-\-usage
Display brief usage message.
.TP
.B \-v, \-\-version
Show version of program.
.SH "SEE ALSO"
The Free Desktop .desktop file specification at www.freedesktop.org.
.SH AUTHOR
This manual page was written by Ross Burton <ross@debian.org>, for the
Debian GNU/Linux system (but may be used by others).