1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-behavior" xml:lang="ru">
<info>
<link type="guide" xref="nautilus-prefs" group="nautilus-behavior"/>
<desc>Single-click to open files, run or view executable
text files, and specify trash behavior.</desc>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany@antopolski.com</email>
</credit>
<credit type="author">
<name>Shaun McCance</name>
<email>shaunm@gnome.org</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Александр Прокудин</mal:name>
<mal:email>alexandre.prokoudine@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
</info>
<title>File manager behavior preferences</title>
<p>You can control whether you single-click or double-click files, whether
folders are opened in new windows, how executable text files are handled,
and the trash behavior. In any file manager window, click
<guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> and select the
<gui>Behavior</gui> tab.</p>
<section id="behavior">
<title>Behavior</title>
<terms>
<item>
<title><gui>Single click to open items</gui></title>
<title><gui>Double click to open items</gui></title>
<p>By default, clicking selects files and double-clicking opens them.
You can instead choose to have files and folders open when you click on
them once. When you use single-click mode, you can hold down the
<key>Ctrl</key> key while clicking to select one or more files.</p>
</item>
<item>
<title><gui>Open each folder in its own window</gui></title>
<p>When you open a folder in the file manager, it will normally open in
the same window. You can right-click a folder and select <gui>Open in
New Window</gui> to open any single folder in a new window. If you often
do this, select this option if you would rather have each folder open
in its own window by default.</p>
</item>
</terms>
</section>
<section id="executable">
<title>Executable text files</title>
<p>An executable text file is a file that contains a program that you can run (execute). The <link xref="nautilus-file-properties-permissions">file permissions</link> must also allow for the file to run as a program. The most common are Shell, Python, and Perl scripts. These have extensions .sh, .py and .pl, respectively.</p>
<p>You can select to <gui>Run executable text files when they are opened</gui>, <gui>View executable text files when they are opened</gui> or <gui>Ask each time</gui>. If the last option is selected, a window will appear asking if you wish to run or view the selected text file.</p>
</section>
<section id="trash">
<info>
<link type="seealso" xref="files-delete"/>
<title type="link">File manager trash preferences</title>
</info>
<title>Trash</title>
<terms>
<item>
<title><gui>Ask before emptying the Trash or deleting files</gui></title>
<p>This option is selected by default. When emptying the trash, a message will be displayed confirming that you would like to empty the trash or delete files.</p>
</item>
<item>
<title><gui>Include a delete command that bypasses Trash</gui></title>
<p>Selecting this option will add a <gui>Delete</gui> menu item to the <gui>Edit</gui> menu as well as the menu that pops up when you right-click on an item in the <app>Files</app> application.</p>
<note style="warning">
<p>Deleting an item using the <gui>Delete</gui> menu option bypasses the Trash altogether. The item is removed from the system completely. There is no way to recover the deleted item.</p>
</note>
</item>
</terms>
</section>
</page>
|