|
| 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). |
0 commit comments