website view en/doc/handbook/enlightenment.html @ rev 669

Move year to slitaz.css
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 30 21:52:02 2010 +0200 (2010-10-30)
parents 0e0bc81a63ee
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz Handbook (en) - Enlightenment</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-02-26 18:30:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" />
14 </head>
15 <body bgcolor="#ffffff">
17 <!-- Header and quick navigation -->
18 <div id="header">
19 <div align="right" id="quicknav">
20 <a name="top"></a>
21 <a href="cmdline.html">Commands</a> |
22 <a href="index.html">Table of contents</a>
23 </div>
24 <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
25 </div>
27 <!-- Content. -->
28 <div id="content">
29 <div class="content-right"></div>
31 <h2><font color="#DF8F06">Enlightenment</font></h2>
33 <a name="enlightenment"></a>
34 <h3>Enlightenment (e17)</h3>
35 <p>
36 Enlightenment is a complete desktop environment, fully configurable with the
37 mouse and offering many themes. The version supplied by the SliTaz project
38 is known as e17 and is still in development, this version is considered stable
39 enough to be incorporated into the distribution. Enlightenment was designed to
40 be deployed on systems with limited resources, as well as more powerful
41 systems. It allows for wallpapers, menus, animated and interactive gadgets
42 and knows how to manage virtual desktops. To install e17:
43 </p>
44 <pre> # tazpkg get-install enlightenment
45 </pre>
46 <p>
47 Logout your current X session, type <code>F1</code> at Slim login and choose
48 <code>e17</code> to start Enlightenment.
49 </p>
50 <h4>Menu and desktop icons</h4>
51 <p>
52 Enlightenment is compliant to the Freedesktop standards.
53 Applications are sorted by category and icons automatically appear
54 if a desktop file is supplied. The (<code>.desktop</code>) system files are
55 contained in the <code>/usr/share/applications</code> directory or hidden home
56 <code>~/.local/share/applications</code> directory. These files
57 have a simple syntax and are editable from the panel or with
58 a simple text editor. The file menus displaying categories
59 in the Enlightenment menu are found in the <code>slitaz-menus</code>
60 package:
61 </p>
62 <pre> # tazpkg get-install slitaz-menus
63 </pre>
64 <h4>An icon on the desktop</h4>
65 <p>
66 To have an icon on the desktop launching applications, you can
67 create by hand a <code>.desktop</code> file in your local directory
68 <code>~/Desktop</code>. Desktop files placed in this directory are automatically
69 recognized by Enlightenment. A single .desktop file can
70 contain eight lines with respectively:- the name (<code>Name</code>), generic
71 name, comment, the command to execute (<code>Exec</code>), icon, type
72 and Freedesktop categories. Example of a .desktop file for Xterm icon:
73 </p>
74 <pre class="script">[Desktop Entry]
75 Name=XTerm
76 GenericName=Terminal
77 Comment=Run commands in a shell
78 Exec=xterm -bg black -fg white -cr orange -sb -bd violet -rightbar
79 Icon=/usr/share/icons/Tango/jwm/utilities-terminal.png
80 Type=Application
81 Categories=Utility;Terminal;
82 </pre>
83 <p>
84 Additional themes can be found on:
85 <a href="http://exchange.enlightenment.org/">exchange.enlightenment.org/</a>
86 </p>
88 <!-- End of content -->
89 </div>
91 <!-- Footer. -->
92 <div id="footer">
93 <div class="footer-right"></div>
94 <a href="enlightenment.html#top">Top of the page</a> |
95 <a href="index.html">Table of contents</a>
96 </div>
98 <div id="copy">
99 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/en/">SliTaz</a> -
100 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
101 Documentation is under
102 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
103 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
104 </div>
106 </body>
107 </html>