Equinox Desktop Environment: Difference between revisions

From ArchWiki
(style)
(→‎Installation: Remove link to dead repository, see Special:Diff/799751)
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
== Installation ==
== Installation ==


EDE can be [[install]]ed from the [[AUR]] with the {{AUR|ede}} package.
EDE can be [[install]]ed with the {{AUR|ede}} package.


Alternatively, you can obtain it from the [[#Custom repository]].
== Starting the DE ==
 
=== Custom repository ===
 
{{Merge|Unofficial user repositories|Unofficial repositories should be listed only on that page.}}
 
To enable EDE's [[unofficial user repository]], add the following lines to your {{ic|/etc/pacman.conf}}:
 
[ede]
SigLevel = Optional
Server = <nowiki>http://ede.elderlinux.org/repos/archlinux/$arch</nowiki>
 
Next [[Mirrors#Force_pacman_to_refresh_the_package_lists|refresh the package lists]] and [[install]] the EDE packages via [[pacman]]:
 
* ''edelib''
* ''ede-common''
* ''ede''
* ''ede-wallpapers'' (optional)


== Starting the DE ==
To bring up EDE you can either use a [[display manager]] or use [[startx]]. If you choose the later, just write the following to the {{ic|.xinitrc}} of your user:


To bring up EDE you can either use a [[Display manager]] or use startx. If you choose the later, just write the following to the {{ic|.xinitrc}} of your user:
exec startede
  exec startede


== Applications ==
== Applications ==
Line 49: Line 31:


* File manager: [[PCManFM]]
* File manager: [[PCManFM]]
* Browser: [[Dillo]] or [[Midori]]
* Browser: [[Dillo]]
* Editor: [http://tarot.freeshell.org/leafpad/ Leafpad]
* Editor: [http://tarot.freeshell.org/leafpad/ Leafpad]
* Terminal emulator: [[Xterm]]
* Terminal emulator: [[Xterm]]

Latest revision as of 10:48, 5 February 2024

The Equinox Desktop Environment (EDE) is a desktop environment designed to be simple, extremely light-weight and fast.

It primarily offers the most basic things: A window manager (PekWM is used by default), a simple GUI including a panel, a daemon watching removable media and a notification daemon. Other than that there is not much more than some configuration programs, a calculator, etc. Beginning with version 2.0, EDE follows the FreeDesktop.org guidelines.

Unlike any other desktop environment, EDE is based upon the FLTK toolkit. It is especially fit for systems with little RAM or for users who want to completely customize their system and need a GUI that is not already bloated with functions and applications.

Installation

EDE can be installed with the edeAUR package.

Starting the DE

To bring up EDE you can either use a display manager or use startx. If you choose the later, just write the following to the .xinitrc of your user:

exec startede

Applications

Since EDE is a bare-bone DE, you will have to add even the most common applications like a file manager or an editor yourself. You have the freedom of choice.

Due to the nature of the DE, it obviously makes sense to install light-weight software. There are however not that many FLTK applications available so you will likely have to relay on a second toolkit like GTK for example.

Some recommendations