Skip to content

Commit 3fc2db7

Browse files
committed
Add a manpage for nemo-desktop and clean up nemo's a bit.
1 parent 95fced7 commit 3fc2db7

File tree

3 files changed

+67
-4
lines changed

3 files changed

+67
-4
lines changed

docs/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
install_man(
33
'nemo.1',
4+
'nemo-desktop.1',
45
'nemo-connect-server.1',
56
)
67

docs/nemo-desktop.1

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" First parameter, NAME, should be all caps
3+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4+
.\" other parameters are allowed: see man(7), man(1)
5+
.TH Nemo 1 "October 2012"
6+
.\" Please adjust this date whenever revising the manpage.
7+
.\"
8+
.\" Some roff macros, for reference:
9+
.\" .nh disable hyphenation
10+
.\" .hy enable hyphenation
11+
.\" .ad l left justify
12+
.\" .ad b justify to both left and right margins
13+
.\" .nf disable filling
14+
.\" .fi enable filling
15+
.\" .br insert line break
16+
.\" .sp <n> insert n+1 empty lines
17+
.\" for manpage-specific macros, see man(7)
18+
.SH NAME
19+
nemo-desktop \- Nemo's desktop provider
20+
.SH SYNOPSIS
21+
.B nemo-desktop
22+
.RI [ options ] " URIs" ...
23+
.br
24+
.SH DESCRIPTION
25+
This manual page documents briefly the
26+
.B nemo-desktop
27+
command.
28+
.PP
29+
Nemo is the file manager for the Cinnamon desktop.
30+
.br
31+
.SH OPTIONS
32+
Nemo-desktop follows the usual GNU command line syntax, with long options starting
33+
with two dashes (`-'). A summary of options is included below.
34+
.TP
35+
.B \-\-debug
36+
Enable debugging code. Example usage: 'NEMO_DEBUG=Desktop,Actions nemo-desktop --debug'. Use NEMO_DEBUG=all for more topics.
37+
.TP
38+
.B \-\-quit
39+
Quit Nemo.
40+
.TP
41+
.B \-\-help
42+
Show a summary of options.
43+
.TP
44+
.B \-\-version
45+
Show Nemo's version.
46+
.TP
47+
Other standard GNOME options not listed here are also supported.
48+
49+
.SH NOTE ON THE ROOT USER
50+
Ordinarily, nemo and nemo-desktop treat being run as the root user as special, with certain
51+
restrictions and UI changes. This behavior can be bypassed via a gsettings key. You can use
52+
the following command to enable/disable this override:
53+
54+
gsettings set org.nemo.preferences treat-root-as-normal true|false
55+
56+
.SH BUG REPORTS
57+
Please report bugs and feature requests here: https://github.com/linuxmint/nemo
58+
59+
.SH AUTHOR
60+
This manual page was originally written for Nautilus by Takuo KITAME <[email protected]> and Dafydd
61+
Harries <[email protected]> for the Debian GNU/Linux system (but may be used
62+
by others).

docs/nemo.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Open URIs in an existing window.
5050
.B \-\-no-default-window
5151
Only create windows for explicitly specified URIs.
5252
.TP
53-
.B \-\-no-desktop
54-
Ignored - left for compatibility only.
55-
.TP
5653
.B \-\-fix-cache
5754
Repair the user thumbnail cache - this can be useful if you're having trouble
5855
with file thumbnails. Must be run as root.
5956
.TP
57+
.B \-\-debug
58+
Enable debugging code. Example usage: 'NEMO_DEBUG=Actions nemo --debug'. Use NEMO_DEBUG=all for more topics.
59+
.TP
6060
.B \-q
6161
.TP
6262
.B \-\-quit
@@ -66,7 +66,7 @@ Quit Nemo.
6666
Show a summary of options.
6767
.TP
6868
.B \-\-version
69-
Show Nemo' version.
69+
Show Nemo's version.
7070
.TP
7171
Other standard GNOME options not listed here are also supported.
7272

0 commit comments

Comments
 (0)