~ubuntu-branches/ubuntu/precise/gnome-user-docs/precise

« back to all changes in this revision

Viewing changes to gnome-help/nl/nautilus-behavior.page

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-09-12 09:23:35 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: package-import@ubuntu.com-20110912092335-11udas9xjsi3g6n0
Tags: 3.1.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="ui" id="nautilus-behavior" xml:lang="nl">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="nautilus-prefs" group="nautilus-behavior"/>
 
6
 
 
7
    <desc>Single-click to open files, run or view executable
 
8
    text files, and specify trash behavior.</desc>
 
9
 
 
10
    <credit type="author">
 
11
      <name>Tiffany Antopolski</name>
 
12
      <email>tiffany@antopolski.com</email>
 
13
    </credit>
 
14
    <credit type="author">
 
15
      <name>Shaun McCance</name>
 
16
      <email>shaunm@gnome.org</email>
 
17
    </credit>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  </info>
 
20
 
 
21
<title>File manager behavior preferences</title>
 
22
<p>You can control whether you single-click or double-click files, whether
 
23
folders are opened in new windows, how executable text files are handled,
 
24
and the trash behavior. In any file manager window, click
 
25
<guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> and select the
 
26
<gui>Behavior</gui> tab.</p>
 
27
 
 
28
<section id="behavior">
 
29
<title>Behavior</title>
 
30
<terms>
 
31
 <item>
 
32
  <title><gui>Single click to open items</gui></title>
 
33
  <title><gui>Double click to open items</gui></title>
 
34
  <p>By default, clicking selects files and double-clicking opens them.
 
35
  You can instead choose to have files and folders open when you click on
 
36
  them once. When you use single-click mode, you can hold down the
 
37
  <key>Ctrl</key> key while clicking to select one or more files.</p>
 
38
 </item>
 
39
 <item>
 
40
  <title><gui>Open each folder in its own window</gui></title>
 
41
  <p>When you open a folder in the file manager, it will normally open in
 
42
  the same window. You can right-click a folder and select <gui>Open in
 
43
  New Window</gui> to open any single folder in a new window. If you often
 
44
  do this, select this option if you would rather have each folder open
 
45
  in its own window by default.</p>
 
46
 </item>
 
47
</terms>
 
48
 
 
49
</section>
 
50
<section id="executable">
 
51
<title>Executable text files</title>
 
52
 <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>
 
53
 <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>
 
54
 
 
55
 
 
56
</section>
 
57
<section id="trash">
 
58
<info>
 
59
<link type="seealso" xref="files-delete"/>
 
60
<title type="link">File manager trash preferences</title>
 
61
</info>
 
62
<title>Trash</title>
 
63
 
 
64
<terms>
 
65
 <item>
 
66
  <title><gui>Ask before emptying the Trash or deleting files</gui></title>
 
67
  <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>
 
68
 </item>
 
69
 <item>
 
70
  <title><gui>Include a delete command that bypasses Trash</gui></title>
 
71
  <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>
 
72
<note style="warning">
 
73
<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>
 
74
</note>
 
75
 </item>
 
76
</terms>
 
77
</section>
 
78
 
 
79
</page>