~ubuntu-tour/+junk/new-lang-system

« back to all changes in this revision

Viewing changes to tours/file-manager/en/3_properties-dialog

  • Committer: Anthony Stewart
  • Date: 2011-04-13 21:04:26 UTC
  • Revision ID: madnessred@gmail.com-20110413210426-x336oab2lh2h2b35
starting with new tour.py system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>File Properties</h2>
2
 
<screenshot src="./images/filemanager-properties.png" width="200" align="right" />
3
 
The properties dialog allows you see information about the file, and change how the file opens. It is accessed by right clicking on a file and then selecting the bottom title, properties.
4
 
 
5
 
The information is arranged in to 5 tabs: Basic, Emblems, Permissions, Open With and Notes.
6
 
 
7
 
<b>The Basics</b>
8
 
The basic tab allows you to change a files icon by clicking on the icon, or change the file's name. It also provides you with a range of information including the document type, size, location and other information.
9
 
 
10
 
<b>Emblems</b>
11
 
Emblems allow you to set mini icons to file or folder. They help make things stand out.
12
 
 
13
 
<b>File Permissions</b>
14
 
The permissions tab allows you to deal with the security features for files. It allows you to change the users and groups who have access to files in the format of read, write and executable.
15
 
<ul><li>Read - Users can read the file but cannot make any modifications.</li>
16
 
<li>Write - Write access allows users to read and make modifications to the file.</li>
17
 
<li>Executable - This allows for any programming code inside the file to be executed. You should only mark files as executable if you are sure you want to do this. </li></ul>
18
 
 
19
 
<b>Opening Files</b>
20
 
The Open With dialog will present you with the different applications installed on your system that can open the file. This is a useful place to change which applications you want to use as defaults for opening certain files. You can add, remove and reset these settings at any time.
21
 
 
22
 
<b>Notes</b>
23
 
The notes tab allows you to keep small notes on any file.