个人工具

“UbuntuHelp:Enlightenment”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Enlightenment}}
 
{{From|https://help.ubuntu.com/community/Enlightenment}}
 
{{Languages|UbuntuHelp:Enlightenment}}
 
{{Languages|UbuntuHelp:Enlightenment}}
 +
<<Include(Tag/NeedsExpansion)>>
 
== Introduction ==
 
== Introduction ==
Enlightenment, also known simply as E, is a free software/open source window manager for the X Window System which can be used alone or in conjunction with a desktop environment such as GNOME or KDE. It has a rich feature set, including extensive support for themes and advanced graphics without sacrificing good performance. As such, Enlightenment is sometimes deployed as a substitute for a full desktop environment.
+
Enlightenment, also known simply as E, is a free software/open source graphical interface system. It can provide an ''X Window System'' window manager for use with GNOME or KDE, or it can also be deployed as a substitute for a full desktop environment. Enlightenment has a rich feature set - extensive support for themes and advanced graphics without sacrificing good performance.
The latest stable release of the software is version 0.16.8.5 . Version 0.17, also called DR17, is currently in development and is designed to be a full-fledged desktop shell based on the new Enlightenment Foundation Libraries (EFL). DR17 is a complete rewrite from DR16, targeted toward a range of platforms from embedded systems to workstations.
+
The latest stable release of the software is version 0.16.8.5 . Version 0.17, also called DR17, is currently in development and is designed to be a full-fledged desktop shell based on the new Enlightenment Foundation Libraries (EFL). DR17 is a complete rewrite from DR16, targeted toward a range of platforms from embedded systems and mobile devices (including phones) to workstations.
 
== Installation ==
 
== Installation ==
 
=== Enlightenment DR16 ===
 
=== Enlightenment DR16 ===
 
It is relatively easy to install DR16 on Ubuntu as you can simply apt-get it.
 
It is relatively easy to install DR16 on Ubuntu as you can simply apt-get it.
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install enlightenment
+
sudo apt-get install e16
 
</nowiki></pre>
 
</nowiki></pre>
 +
Go to the top right of your screen and in the User Switcher select Log Out. At Login Manger window choose: Options/Session > choose: Enlightenment.
 
=== Enlightenment DR17 ===
 
=== Enlightenment DR17 ===
Installing DR17 is slightly trickier as this is a development release.
+
Add the repository
[Here] is a guide to doing so.
+
<pre><nowiki>
* Make guide
+
sh -c 'echo "## Enlightenment e17
 +
deb http://packages.enlightenment.org/ubuntu jaunty main extras" >> /etc/apt/sources.list'
 +
</nowiki></pre>
 +
Download & import the key.
 +
<pre><nowiki>
 +
wget -q http://packages.enlightenment.org/repo.key -O- | sudo apt-key add -
 +
</nowiki></pre>
 +
Update the source list
 +
<pre><nowiki>
 +
sudo apt-get update
 +
</nowiki></pre>
 +
install E17
 +
<pre><nowiki>
 +
sudo apt-get install e17
 +
</nowiki></pre>
 +
Go to the top right of your screen and in the User Switcher select Log Out. At Login Manger window choose: Options/Session > choose: Enlightenment.
 
== Usage ==
 
== Usage ==
 
=== Enlightenment DR16 ===
 
=== Enlightenment DR16 ===
* See [[UbuntuHelp:EnlightenmentDR16]]
+
* See [[UbuntuHelp:EnlightenmentDR16|EnlightenmentDR16]]
 
=== Enlightenment DR17 ===
 
=== Enlightenment DR17 ===
 
* To Do Guide
 
* To Do Guide
第23行: 第40行:
 
* [http://en.wikipedia.org/wiki/Enlightenment_%28window_manager%29 Wikipedia page] - Wikipedia page on Enlightenment.
 
* [http://en.wikipedia.org/wiki/Enlightenment_%28window_manager%29 Wikipedia page] - Wikipedia page on Enlightenment.
 
----
 
----
[[UbuntuHelp:/PageDiscussion|Discuss this page.]]
+
[[UbuntuHelp:Enlightenment/PageDiscussion|Discuss this page.]]
Categories: [[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 19:03的最新版本

<<Include(Tag/NeedsExpansion)>>

Introduction

Enlightenment, also known simply as E, is a free software/open source graphical interface system. It can provide an X Window System window manager for use with GNOME or KDE, or it can also be deployed as a substitute for a full desktop environment. Enlightenment has a rich feature set - extensive support for themes and advanced graphics without sacrificing good performance. The latest stable release of the software is version 0.16.8.5 . Version 0.17, also called DR17, is currently in development and is designed to be a full-fledged desktop shell based on the new Enlightenment Foundation Libraries (EFL). DR17 is a complete rewrite from DR16, targeted toward a range of platforms from embedded systems and mobile devices (including phones) to workstations.

Installation

Enlightenment DR16

It is relatively easy to install DR16 on Ubuntu as you can simply apt-get it.

sudo apt-get install e16

Go to the top right of your screen and in the User Switcher select Log Out. At Login Manger window choose: Options/Session > choose: Enlightenment.

Enlightenment DR17

Add the repository

sh -c 'echo "## Enlightenment e17
deb http://packages.enlightenment.org/ubuntu jaunty main extras" >> /etc/apt/sources.list'

Download & import the key.

wget -q http://packages.enlightenment.org/repo.key -O- | sudo apt-key add -

Update the source list

sudo apt-get update

install E17

sudo apt-get install e17

Go to the top right of your screen and in the User Switcher select Log Out. At Login Manger window choose: Options/Session > choose: Enlightenment.

Usage

Enlightenment DR16

Enlightenment DR17

  • To Do Guide

External Links


Discuss this page.