<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.guia-ubuntu.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://www.guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Domink</id>
		<title>Guía Ubuntu - Contribuciones del usuario [es]</title>
		<link rel="self" type="application/atom+xml" href="https://www.guia-ubuntu.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Domink"/>
		<link rel="alternate" type="text/html" href="https://www.guia-ubuntu.com/index.php/Especial:Contribuciones/Domink"/>
		<updated>2026-04-23T21:28:26Z</updated>
		<subtitle>Contribuciones del usuario</subtitle>
		<generator>MediaWiki 1.22.7</generator>

	<entry>
		<id>https://www.guia-ubuntu.com/index.php/Enlightenment</id>
		<title>Enlightenment</title>
		<link rel="alternate" type="text/html" href="https://www.guia-ubuntu.com/index.php/Enlightenment"/>
				<updated>2009-04-02T04:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;Domink: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{esbozo}}&lt;br /&gt;
{{software&lt;br /&gt;
| nombre = Enlightenment&lt;br /&gt;
| logo = [[Imagen:Enlightenment logo.png]]&lt;br /&gt;
| captura = [[Imagen:E17 capt.jpg|thumb|center|Captura de pantalla de Enlightenment DR17.]]&lt;br /&gt;
| desarrollador = {{w|Carsten Haitzler}} y otros&lt;br /&gt;
| version_estable = 0.16.8.10&lt;br /&gt;
| fecha_version_estable = {{w|6 de octubre}} de {{w|2007}}&lt;br /&gt;
| genero = [[:Categoría:Gestores de ventanas|Gestor de ventanas]]&lt;br /&gt;
| licencia = {{w|software libre|libre}} ({{w|licencia BSD|BSD}})&lt;br /&gt;
| castellano = No&lt;br /&gt;
| web = [http://www.enlightenment.org/ www.enlightenment.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Enlightenment''', también conocido simplemente como '''E''', es un ligero {{w|gestor de ventanas}} muy avanzado y personalizable. Visualmente es muy atractivo. Uno de sus objetivos es llegar a ser un {{w|entorno de escritorio}} completo. Durante un tiempo fue el gestor de ventanas de [[GNOME]].&lt;br /&gt;
&lt;br /&gt;
Existen actualmente dos ramas de desarrollo de Enlightenment: la ''Enlightenment DR16'' o ''e16'', que es la actual versión estable; y la ''Enlightenment DR17'' o ''e17'', que es la versión inestable y próxima estable, la cual no se basa en la DR16, sino que ha sido reescrita por completo.&lt;br /&gt;
&lt;br /&gt;
Es el gestor de ventanas por defecto en la {{w|distribución Linux|distribución}} [[Elbuntu]], derivada no oficial de Ubuntu.&lt;br /&gt;
&lt;br /&gt;
== Instalación ==&lt;br /&gt;
&lt;br /&gt;
Para instalar Enlightenment en Ubuntu, primero es necesario añadir los repositorios oficiales de Enlightenment al archivo '''/etc/apt/sources.list'''. Editamos el archivo en modo superusuario con cualquier editor de textos, por ejemplo [[gedit]]:&lt;br /&gt;
 $ sudo gedit /etc/apt/sources.list&lt;br /&gt;
&lt;br /&gt;
Una vez abierto el editor, añadimos las siguientes líneas al final del archivo:&lt;br /&gt;
&lt;br /&gt;
* Para ''Ubuntu 6.06 Dapper Drake LTS'':&lt;br /&gt;
 ## Enlightenment&lt;br /&gt;
 deb http://edevelop.org/pkg-e/ubuntu dapper e17&lt;br /&gt;
 deb-src http://edevelop.org/pkg-e/ubuntu dapper e17&lt;br /&gt;
&lt;br /&gt;
* Para ''Ubuntu 6.10 Edgy Eft'':&lt;br /&gt;
 ##ENLIGHTENMENT&lt;br /&gt;
 deb http://edevelop.org/pkg-e/ubuntu edgy e17&lt;br /&gt;
 deb-src http://edevelop.org/pkg-e/ubuntu edgy e17&lt;br /&gt;
&lt;br /&gt;
* Para ''Ubuntu 7.04 Feisty Fawn'':&lt;br /&gt;
 ##ENLIGHTENMENT&lt;br /&gt;
 deb http://edevelop.org/pkg-e/ubuntu feisty e17&lt;br /&gt;
 deb-src http://edevelop.org/pkg-e/ubuntu feisty e17&lt;br /&gt;
&lt;br /&gt;
* Para ''Ubuntu 8.04 Hardy Heron'':&lt;br /&gt;
 ##ENLIGHTENMENT&lt;br /&gt;
 deb http://edevelop.org/pkg-e/ubuntu hardy e17&lt;br /&gt;
 deb-src http://edevelop.org/pkg-e/ubuntu hardy e17&lt;br /&gt;
&lt;br /&gt;
Guardamos los cambios y cerramos el editor.&lt;br /&gt;
&lt;br /&gt;
Luego, agregamos la clave pública del repositorio:&lt;br /&gt;
 $ wget http://lut1n.ifrance.com/repo_key.asc -O - | sudo apt-key add -&lt;br /&gt;
&lt;br /&gt;
Por último, debemos actualizar la lista de paquetes:&lt;br /&gt;
 $ sudo aptitude update&lt;br /&gt;
&lt;br /&gt;
Ahora sólo basta con [[añadir aplicaciones|instalar]] los paquetes '''enlightenment''', '''enlightenment-data''', '''e17''' y '''e17-devel-extras'''.&lt;br /&gt;
&lt;br /&gt;
Si queremos tener todos los temas visuales disponibles en los repositorios, [[añadir aplicaciones|instalaremos]] los paquetes cuyos nombres comiencen por '''enlightenment-theme''' y '''e17-theme'''.&lt;br /&gt;
&lt;br /&gt;
== Inicio ==&lt;br /&gt;
&lt;br /&gt;
Para usar Enlightenment, cerramos la sesión actual, seleccionamos ''Enlightenment'' en el menú ''Sesiones'' de la ventana de entrada y luego volvemos a iniciar sesión.&lt;br /&gt;
&lt;br /&gt;
== Enlaces externos ==&lt;br /&gt;
&lt;br /&gt;
{{Wikipedia}}&lt;br /&gt;
{{Commons|Category:Enlightenment}}&lt;br /&gt;
* [http://www.enlightenment.org/ Sitio web oficial de Enlightenment] {{en}}&lt;br /&gt;
* [http://elivecd.org/ Sitio web oficial de la distribución Elive], basada en [[Debian]] {{en}}&lt;br /&gt;
* [http://www.elbuntu.org/ Sitio web oficial de la distribución Elbuntu], basada en [[Versiones de Ubuntu|Ubuntu]] {{en}}&lt;br /&gt;
* [http://www.get-e.org/ Portal de usuarios de e17] {{en}}&lt;br /&gt;
* [http://themes.freshmeat.net/browse/60/ Temas en Freshmeat para Enlightenment] {{en}}&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Gestores de ventanas]]&lt;/div&gt;</summary>
		<author><name>Domink</name></author>	</entry>

	</feed>