Enlightenment: Difference between revisions

From ArchWiki
(update interlanguage links)
(→‎Installation: Remove package which no longer had a reachable source and were removed from the AUR for that reason)
 
(46 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Desktop environments]]
[[Category:Desktop environments]]
[[cs:Enlightenment]]
[[de:Enlightenment]]
[[de:Enlightenment]]
[[es:Enlightenment]]
[[es:Enlightenment]]
[[fr:Enlightenment]]
[[it:Enlightenment]]
[[ja:Enlightenment]]
[[ja:Enlightenment]]
[[lt:Enlightenment]]
[[pl:Enlightenment]]
[[zh-hans:Enlightenment]]
[[zh-hans:Enlightenment]]
{{Related articles start}}
{{Related articles start}}
Line 23: Line 18:
[[Install]] the {{Pkg|enlightenment}} package.
[[Install]] the {{Pkg|enlightenment}} package.


You might also want to install {{Pkg|terminology}}, which is an EFL-based terminal emulator that integrates well with Enlightenment.
You might also want to install some EFL-based applications that integrates well with Enlightenment:


==== From the AUR ====
* {{Pkg|ecrire}} – Ecrire text editor
* {{Pkg|ephoto}} – [https://smhouston.us/ephoto/ Ephoto] picture viewer
* {{Pkg|evisum}} – Evisum task manager
* {{Pkg|rage}} – Rage video player
* {{Pkg|terminology}} – Terminology terminal emulator.


{{Warning|Some of these PKGBUILDs use unstable development code. Use them at your own risk.}}
Development PKGBUILDs which download and install the very latest development code are available as {{AUR|enlightenment-git}} and its dependencies.


Development PKGBUILDs which download and install the very latest development code are available as {{AUR|enlightenment-git}} and its dependencies.
{{Warning|Some of the following PKGBUILDs use unstable development code. Use them at your own risk.}}


The following are EFL-based applications, most in an early stage of development and not yet released:
The following are EFL-based applications, most in an early stage of development and not yet released:
* {{AUR|ecrire-git}} – Ecrire text editor
 
* {{AUR|econnman}} – An EFL based user interface for [[ConnMan]] network manager
* {{AUR|edi}} – An EFL based IDE
* {{AUR|edi}} – An EFL based IDE
* {{AUR|eluminance-git}} – Eluminance photo browser
* {{AUR|enjoy-git}} – Enjoy music player
* {{AUR|enjoy-git}} – [https://trac.enlightenment.org/e/wiki/Enjoy Enjoy] music player
* {{AUR|eperiodique}} – [http://eperiodique.sourceforge.net/ Eperiodique] periodic table viewer
* {{AUR|eperiodique}} – [http://eperiodique.sourceforge.net/ Eperiodique] periodic table viewer
* {{AUR|ephoto}} and {{AUR|ephoto-git}} – [http://smhouston.us/ephoto/ Ephoto] picture viewer
* {{AUR|epour}} – Torrent client based on EFL
* {{AUR|epour}} – Torrent client based on EFL
* {{AUR|epymc-git}} – E Python Media Center
* {{AUR|epymc-git}} – E Python Media Center
* {{AUR|equate-git}} – Equate calculator
* {{AUR|eruler-git}} – Eruler on-screen ruler and measurement tools
* {{AUR|eruler-git}} – Eruler on-screen ruler and measurement tools
* {{AUR|efbb-git}} – Escape from Booty Bay angry birds style game
* {{AUR|elemines-git}} – [http://elemines.sourceforge.net/ Elemines] minesweeper style game
* {{AUR|rage}} and {{AUR|rage-git}} – Rage video player
* {{AUR|terminology-git}} – Current git master for {{Pkg|terminology}}


=== Starting Enlightenment ===
=== Starting Enlightenment ===
Line 52: Line 45:


==== Entrance ====
==== Entrance ====
{{Merge|Display manager|2=Display managers should be listed centrally. Note that Entrance was delisted from the display manager page on June 30th, 2017 on account of it being abandoned by upstream. [https://wiki.archlinux.org/index.php?title=Display_manager&type=revision&diff=480740&oldid=480517] However, as of June 2017 there is a [https://github.com/Obsidian-StudiosInc/entrance new upstream on GitHub].}}


{{Warning|Entrance is highly experimental, and does not have proper systemd support. Use it at your own risk.}}
{{Warning|Entrance is highly experimental, and does not have proper systemd support. Use it at your own risk.}}
Line 59: Line 50:
Enlightenment has a new display manager called Entrance, which is provided by the {{AUR|entrance-git}} package. Entrance is quite sophisticated and its configuration is controlled by {{ic|/etc/entrance/entrance.conf}}. It can be used by enabling {{ic|entrance.service}} [[systemd#Using units|using systemd]].
Enlightenment has a new display manager called Entrance, which is provided by the {{AUR|entrance-git}} package. Entrance is quite sophisticated and its configuration is controlled by {{ic|/etc/entrance/entrance.conf}}. It can be used by enabling {{ic|entrance.service}} [[systemd#Using units|using systemd]].


==== Starting Enlightenment manually ====
==== Manually ====


If you prefer to start Enlightenment manually from the console, add the following line to your {{ic|~/.xinitrc}} file:
If you prefer to start Enlightenment manually, enter {{ic|startx /usr/bin/enlightenment_start}} in the console. See [[xinitrc]] for details.


{{hc|~/.xinitrc|
To try the [[Wayland]] compositor, enter {{ic|enlightenment_start}} instead.
exec enlightenment_start
}}


After that Enlightenment can be launched by typing {{ic|startx}}. See [[xinitrc]] for details.
{{Note|If you use a software rasterizer OpenGL driver under Wayland, specify the {{ic|<nowiki>EVAS_GL_NO_BLACKLIST=1</nowiki>}} [[environment variable]], otherwise Enlightenment refuses to start.[https://git.enlightenment.org/enlightenment/efl/src/commit/81cba676d77be3508aab01866c7590211b21d23a/src/modules/evas/engines/gl_drm/evas_outbuf.c#L338-L355]}}
 
To try the experimental [[Wayland]] compositor, enter {{ic|enlightenment_start}} in a [[tty]]. You will probably want to install {{AUR|efl-git}} and {{AUR|enlightenment-git}} for this as it's still experimental, yet relatively complete.


=== Configuration ===
=== Configuration ===
Line 102: Line 89:
==== Polkit agent ====
==== Polkit agent ====


Enlightenment does not ship with a [[Polkit#Authentication agents|graphical polkit authentication agent]]. If you want to access some privileged actions (e.g. mount a filesystem on a system device), you have to install one and autostart it. For that you should go to ''Settings Panel > Apps > Startup Applications > System'' and activate it. There is an EFL based authentication agent available in the AUR, {{AUR|polkit-efl-git}}.
Enlightenment version DR 0.24.0 ships with a built-in polkit agent, and no extra polkit package is required to authenticate for privileged actions. Earlier versions of Enlightenment do not ship with a [[Polkit#Authentication agents|graphical polkit authentication agent]]. If you want to access privileged actions (e.g. mount a filesystem on a system device), you have to install one and autostart it. For that you should go to ''Settings Panel > Apps > Startup Applications > System'' and activate it. There is an EFL based authentication agent available: {{AUR|polkit-efl-git}}.


==== GNOME Keyring integration ====
==== GNOME Keyring integration ====
Line 108: Line 95:
It is possible to use gnome-keyring in Enlightenment. However, at the time of writing, you need a small hack to make it work in full.
It is possible to use gnome-keyring in Enlightenment. However, at the time of writing, you need a small hack to make it work in full.
First, you must tell Enlightenment to autostart gnome-keyring. For that you should go to ''Settings Panel > Apps > Startup Applications > System'' and activate ''Certificate and Key Storage'', ''GPG Password Agent'', ''SSH Key Agent'' and "Secret Storage Service".
First, you must tell Enlightenment to autostart gnome-keyring. For that you should go to ''Settings Panel > Apps > Startup Applications > System'' and activate ''Certificate and Key Storage'', ''GPG Password Agent'', ''SSH Key Agent'' and "Secret Storage Service".
After this, you should edit your {{ic|~/.pam_environment}} and add the following:
After this, you should [[Environment variables#Per user|set]] the following:


        #Set gnome-keyring as the ssh authentication agent
{{bc|1=
        SSH_AUTH_SOCK=/run/user/${UID}/keyring/ssh
SSH_AUTH_SOCK=/run/user/${UID}/keyring/ssh
}}


This "hack" is used to override the automatic setting of the variable by "enlightenment-start" from "ssh-agent" to gnome-keyring.  
This "hack" is used to override the automatic setting of the variable by "enlightenment-start" from "ssh-agent" to gnome-keyring.  
Line 135: Line 123:


More themes to customize the look of Enlightenment are available from:
More themes to customize the look of Enlightenment are available from:
* [https://extra.enlightenment.org/themes/ extra.enlightenment.org]
* [https://www.enlightenment-themes.org/ enlightenment-themes.org]
* [https://www.enlightenment-themes.org/ enlightenment-themes.org]
* [http://relighted.c0n.de/#100 relighted.c0n.de] for the default theme in 200 different colors
* [https://relighted.c0n.de/#100 relighted.c0n.de] for the default theme in 200 different colors
* [http://git.enlightenment.org/themes git.enlightenment.org] (git clone the theme you like, run 'make' and you end up with a .edj theme file)
* [https://git.enlightenment.org git.enlightenment.org] (git clone the theme you like, run 'make' and you end up with a .edj theme file)
* [http://packages.bodhilinux.com/bodhi/pool/stable/b/ packages.bodhilinux.com] has a good collection (you will need to extract the .edj file from the .deb; bsdtar will do this and is part of the base ArchLinux install). A nice catalog can be seen at [https://web.archive.org/web/20140120083020/http://art.bodhilinux.com/doku.php?id=bodhi_e17_themes_v3 their wiki].
* [http://packages.bodhilinux.com/bodhi/pool/b6main/b/ packages.bodhilinux.com] has a good collection (you will need to extract the .edj file from the .deb; bsdtar will do this and is part of the base Arch Linux install). A nice catalog can be seen at [https://web.archive.org/web/20140120083020/http://art.bodhilinux.com/doku.php?id=bodhi_e17_themes_v3 their wiki].
* [https://web.archive.org/web/20161025233126/https://exchange.enlightenment.org/theme exchange.enlightenment.org] (archived)
* [https://web.archive.org/web/20161025233126/https://exchange.enlightenment.org/theme exchange.enlightenment.org] (archived)


Line 146: Line 133:
{{Note|Enlightenment does not provide a stable theme API, and there have been numerous theme API changes over the years, even after E17 was released. Themes that have not been updated regularly are unlikely to work.}}
{{Note|Enlightenment does not provide a stable theme API, and there have been numerous theme API changes over the years, even after E17 was released. Themes that have not been updated regularly are unlikely to work.}}


{{Tip|1=To make GTK and Qt applications match the default theme of Enlightenment you can download a theme like the [http://gnome-look.org/content/show.php/?content=163472 E17 GTK theme]. Place it in {{ic|~/.themes/}} or install the {{AUR|gtk-theme-e17gtk-git}} package and select application themes from Enlightenments settings, and set it to that, this will make all GTK2 and GTK3 applications match the default Enlightenment theme, you can then configure Qt applications (or configure Qt's default settings) to use the GTK theme so it will mimic the theme your GTK applications are using, this way you can make sure most applications will blend in perfectly with your default enlightenment theme. See also [[Uniform look for Qt and GTK applications]].}}
{{Tip|1=To make GTK and Qt applications match the default theme of Enlightenment you can download a theme like the [https://www.gnome-look.org/p/1013662 E17 GTK theme]. Place it in {{ic|~/.themes/}} or install the {{AUR|gtk-theme-e17gtk-git}} package and select application themes from Enlightenments settings, and set it to that, this will make all GTK2 and GTK3 applications match the default Enlightenment theme, you can then configure Qt applications (or configure Qt's default settings) to use the GTK theme so it will mimic the theme your GTK applications are using, this way you can make sure most applications will blend in perfectly with your default enlightenment theme. See also [[Uniform look for Qt and GTK applications]].}}


==== GTK ====
==== GTK ====
Line 172: Line 159:
To replace the window selection key binding functionality with Scale Windows, scroll through the left panel until you find the ''ALT'' section and then find and select {{ic|ALT + Tab}}.  Then, scroll through the right panel looking for the "Scale Windows" section and choose either ''Select Next'' or ''Select Next (All)'' depending on whether you would like to see windows from only the current desktop or from all desktops and click ''Apply'' to save the binding.
To replace the window selection key binding functionality with Scale Windows, scroll through the left panel until you find the ''ALT'' section and then find and select {{ic|ALT + Tab}}.  Then, scroll through the right panel looking for the "Scale Windows" section and choose either ''Select Next'' or ''Select Next (All)'' depending on whether you would like to see windows from only the current desktop or from all desktops and click ''Apply'' to save the binding.


Available from [https://git.enlightenment.org/enlightenment/modules/comp-scale.git/ upstream git].
Available from [https://git.enlightenment.org/enlightenment/enlightenment-module-comp-scale upstream git].


=== Default Keybindings ===
=== Default Keybindings ===


{| class="wikitable"
{| class="wikitable"
|+ Some default Enlightenment keybindings
! Key !! Effect
| Shift + F10        
|-
| Maximize Vertically                           
| {{ic|Shift+F10}}
| Maximize vertically
|-
|-
| Ctrl + Menu        
| {{ic|Ctrl+Menu}}
| Show "Clients" (windows) Menu                  
| Show "Clients" (windows) Menu
|-
|-
| Alt + Escape       
| {{ic|Alt+Esc}}
| Show "Everything Launcher" (apps, windows, etc)  
| Show "Everything Launcher" (apps, windows, etc)  
|-
|-
| Win + Left        
| {{ic|Super+Left}}
| Maximize Left                                 
| Maximize left
|-
|-
| Win + Right        
| {{ic|Super+Right}}
| Maximize Right                                 
| Maximize right
|-
|-
| Alt + Shift + F10  
| {{ic|Alt+Shift+F10}}
| Maximize Horizontally                         
| Maximize horizontally
|-
|-
| Alt + Shift + Left
| {{ic|Alt+Shift+Left}}
| Flip to the Desktop on the Left               
| Flip to the desktop on the left
|-
|-
| Alt + Shift + Right  
| {{ic|Alt+Shift+Right}}
| Flip to the Desktop on the Right               
| Flip to the desktop on the right
|-
|-
| Ctrl + Alt + D     
| {{ic|Ctrl+Alt+d}}
| Show the desktop                              
| Show the desktop
|-
|-
| Ctrl + Alt + F     
| {{ic|Ctrl+Alt+f}}
| Toggle Fullscreen                             
| Toggle fullscreen
|-
|-
| Ctrl + Alt + I     
| {{ic|Ctrl+Alt+i}}
| Toggle iconic mode                            
| Toggle iconic mode
|-
|-
| Ctrl + Alt + K     
| {{ic|Ctrl+Alt+k}}
| Kill window
| Kill window
|-
|-
| Ctrl + Alt + L     
| {{ic|Ctrl+Alt+l}}
| Lock the desktop                               
| Invoke the screensaver
|-
|-
| Ctrl + Alt + N     
| {{ic|Ctrl+Alt+n}}
| Maximize Window                                 
| Maximize Window                                 
|-
|-
| Ctrl + Alt + R     
| {{ic|Ctrl+Alt+r}}
| Toggle Shade up                                
| Toggle shade up
|-
|-
| Ctrl + Alt + W     
| {{ic|Ctrl+Alt+w}}
| Window menu                                    
| Window menu
|-
|-
| Ctrl + Alt + X     
| {{ic|Ctrl+Alt+x}}
| Close a window                                
| Close a window
|-
|-
| Ctrl + Alt + Down  
| {{ic|Ctrl+Alt+Down}}
| Lower                                          
| Lower
|-
|-
| Ctrl + Alt + Up    
| {{ic|Ctrl+Alt+Up}}
| Raise                                          
| Raise
|-
|-
| Ctrl + Alt + Left  
| {{ic|Ctrl+Alt+Left}}
| Flip to desktop on left                        
| Flip to desktop on left
|-
|-
| Ctrl + Alt + Right
| {{ic|Ctrl+Alt+Right}}
| Flip to desktop on right                      
| Flip to desktop on right
|-
|-
| Ctrl + Alt + Delete
| {{ic|Ctrl+Alt+Del}}
| End session dialog
| Show "End session" dialog
|-
|-
| Ctrl + Alt + Insert
| {{ic|Ctrl+Alt+Ins}}
| Launch the default terminal                                
| Launch the default terminal
|}
|}


Line 255: Line 243:
# backup {{ic|~/.e}} and remove it (e.g. {{ic|mv ~/.e ~/.e.back}})
# backup {{ic|~/.e}} and remove it (e.g. {{ic|mv ~/.e ~/.e.back}})


If you are sure you found a bug please report it [https://phab.enlightenment.org/maniphest/task/create/ directly upstream].  
If you are sure you found a bug open an issue for the relevant component at https://git.enlightenment.org/.  


==== Compositing ====
==== Compositing ====
Line 285: Line 273:
== Enlightenment DR16 ==
== Enlightenment DR16 ==


Enlightenment, Development Release 16 was first released in 2000, and reached version 1.0 in 2009. Originally, the DR16 stood for the 0.16 version of the Enlightenment project. You'll find it as "Enlightenment16" now in the Arch repositories, it is still under development today, regularly updated by its maintainer Kim 'kwo' Woelders. With compositing, shadows and transparencies, E16 kept all of the speed that presided over its foundation by original author Carsten "Rasterman" Haitzler but with up to date refinement.
Enlightenment, Development Release 16 was first released in 2000, and reached version 1.0 in 2009. Originally, the DR16 stood for the 0.16 version of the Enlightenment project. You will find it as "Enlightenment16" now in the Arch repositories, it is still under development today, regularly updated by its maintainer Kim 'kwo' Woelders. With compositing, shadows and transparencies, E16 kept all of the speed that presided over its foundation by original author Carsten "Rasterman" Haitzler but with up to date refinement.


=== To install E16 ===
=== To install E16 ===
Line 291: Line 279:
Install {{AUR|enlightenment16}}.
Install {{AUR|enlightenment16}}.


See {{ic|/usr/share/doc/e16/e16.html}} for in depth documentation. The man page is at {{man|1|e16}}{{Dead link|2019|04|20}} and only gives startup options.
See {{ic|/usr/share/doc/e16/e16.html}} for in depth documentation.


=== Basic Configuration ===
=== Basic Configuration ===
Line 297: Line 285:
Most configuration files for E16 reside in {{ic|~/.e16}} and are text-based, editable at will. That includes the Menus too.
Most configuration files for E16 reside in {{ic|~/.e16}} and are text-based, editable at will. That includes the Menus too.


Shortcut keys can be either modified by hand, or with the e16keyedit software provided as source on the [http://sourceforge.net/projects/enlightenment/ sourceforge] page of the e16 project. Note that the keyboard shortcuts file is not created in {{ic|~/.e16}} by default. You can copy the packaged version to your home directory if you wish to make changes:
Shortcut keys can be either modified by hand, or with the e16keyedit software provided as source on the [https://sourceforge.net/projects/enlightenment/ sourceforge] page of the e16 project. Note that the keyboard shortcuts file is not created in {{ic|~/.e16}} by default. You can copy the packaged version to your home directory if you wish to make changes:
  $ cp /usr/share/e16/config/bindings.cfg ~/.e16
  $ cp /usr/share/e16/config/bindings.cfg ~/.e16


==== Start/Restart/Stop Scripts ====
==== Start/Restart/Stop Scripts ====


Create an Init, a Start and a Stop folder in your {{ic|~/.e16}} folder: any .sh script found there will either be executed at Startup (from Init folder), at each Restart (from Start folder), or at Shutdown (from Stop folder); provided you allowed it through the MMB / settings / session / <enable scripts> button and made them executable with {{ic|chmod +x ''yourscript.sh''}}. Typical examples involves starting pulseaudio or your favorite network manager applet.
Create an Init, a Start and a Stop folder in your {{ic|~/.e16}} folder: any .sh script found there will either be executed at Startup (from Init folder), at each Restart (from Start folder), or at Shutdown (from Stop folder); provided you allowed it through the MMB / settings / session / <enable scripts> button and made them [[executable]]. Typical examples involves starting pulseaudio or your favorite network manager applet.


==== Compositor ====
==== Compositor ====
Line 309: Line 297:


== See also ==
== See also ==
* [http://www.enlightenment.org/ Enlightenment Homepage]
 
* [http://exchange.enlightenment.org/ Enlightenment Exchange]
* [https://www.enlightenment.org/ Enlightenment Homepage]
* [http://docs.enlightenment.org/ Enlightenment Developer Documentation]
* [https://docs.enlightenment.org/ Enlightenment Developer Documentation]
* [http://www.bodhilinux.com/e17guide/e17guideEN/ Bodhi Guide to Enlightenment]
* [https://sourceforge.net/projects/enlightenment/ DR16 download resource]
* [http://www.e17-stuff.org/ E17-Stuff]
* [http://sourceforge.net/projects/enlightenment/ DR16 download resource]
* [https://lists.sourceforge.net/lists/listinfo/enlightenment-users Enlightenment users mail list]
* [https://lists.sourceforge.net/lists/listinfo/enlightenment-users Enlightenment users mail list]
* [https://lists.sourceforge.net/lists/listinfo/enlightenment-devel Enlightenment developer mail list]
* [https://lists.sourceforge.net/lists/listinfo/enlightenment-devel Enlightenment developer mail list]
* ircs://chat.freenode.net#e
* ircs://irc.libera.chat/e

Latest revision as of 17:05, 12 February 2024

Enlightenment

This comprises both the Enlightenment window manager and Enlightenment Foundation Libraries (EFL), which provide additional desktop environment features such as a toolkit, object canvas, and abstracted objects. It has been under development since 2005, but in February 2011 the core EFLs saw their first stable 1.0 release.

Installation

Install the enlightenment package.

You might also want to install some EFL-based applications that integrates well with Enlightenment:

Development PKGBUILDs which download and install the very latest development code are available as enlightenment-gitAUR and its dependencies.

Warning: Some of the following PKGBUILDs use unstable development code. Use them at your own risk.

The following are EFL-based applications, most in an early stage of development and not yet released:

Starting Enlightenment

Simply choose Enlightenment session from your favourite display manager or configure xinitrc to start it from the console.

Entrance

Warning: Entrance is highly experimental, and does not have proper systemd support. Use it at your own risk.

Enlightenment has a new display manager called Entrance, which is provided by the entrance-gitAUR package. Entrance is quite sophisticated and its configuration is controlled by /etc/entrance/entrance.conf. It can be used by enabling entrance.service using systemd.

Manually

If you prefer to start Enlightenment manually, enter startx /usr/bin/enlightenment_start in the console. See xinitrc for details.

To try the Wayland compositor, enter enlightenment_start instead.

Note: If you use a software rasterizer OpenGL driver under Wayland, specify the EVAS_GL_NO_BLACKLIST=1 environment variable, otherwise Enlightenment refuses to start.[1]

Configuration

Enlightenment has a sophisticated configuration system that can be accessed from the Main menu's Settings submenu.

Network

ConnMan

Enlightenment's preferred network manager is ConnMan which can be installed from the connman package. Follow the instructions on ConnMan to do the configuration.

For extended configuration, you may also install Econnman (available in AUR as econnmanAUR or econnman-gitAUR) and its associated dependencies. This is not required for general functionality though.

Adding the ConnMan Gadget to the Shelf

  1. Settings -> Extensions -> Modules
  2. under System
  3. Connection Manager
  4. Load that (select then hit Load).
  5. Right-click on the shelf at the bottom of the screen.
  6. Go to Shelf -> Contents
  7. Then, just scroll around and find ConnMan.
  8. and hit Add.

NetworkManager

You can also use networkmanager to manage your network connections - see NetworkManager for more information.

Note however that the applet will need Appindicator support to show in Enlightenment's system tray. See NetworkManager#Appindicator. As an alternative to using the applet, NetworkManager includes both CLI and TUI interfaces for network configuration - see NetworkManager#Usage.

Polkit agent

Enlightenment version DR 0.24.0 ships with a built-in polkit agent, and no extra polkit package is required to authenticate for privileged actions. Earlier versions of Enlightenment do not ship with a graphical polkit authentication agent. If you want to access privileged actions (e.g. mount a filesystem on a system device), you have to install one and autostart it. For that you should go to Settings Panel > Apps > Startup Applications > System and activate it. There is an EFL based authentication agent available: polkit-efl-gitAUR.

GNOME Keyring integration

It is possible to use gnome-keyring in Enlightenment. However, at the time of writing, you need a small hack to make it work in full. First, you must tell Enlightenment to autostart gnome-keyring. For that you should go to Settings Panel > Apps > Startup Applications > System and activate Certificate and Key Storage, GPG Password Agent, SSH Key Agent and "Secret Storage Service". After this, you should set the following:

SSH_AUTH_SOCK=/run/user/${UID}/keyring/ssh

This "hack" is used to override the automatic setting of the variable by "enlightenment-start" from "ssh-agent" to gnome-keyring.

More information on this topic in the GNOME Keyring article.

System tray

Note: Since Enlightenment 20, Xembed support has been removed [2] meaning that many 'legacy' applets can no longer be displayed in the Systray. To use these applets, you will need to use a standalone system tray application such as stalonetray instead.

Enlightenment has support for a system tray but it is disabled by default. To enable the system tray, open the Enlightenment main menu, navigate to the Settings submenu and click on the Modules option. Scroll down until you see the Systray option. Highlight that option and click the Load button. Now that the module has been loaded, it can be added to the shelf. Right click on the shelf you wish to add the Systray to, hightlight the Shelf submenu and click on the Contents option. Scroll down until you see Systray. Highlight that option and click the Add button.

Notifications

Enlightenment provides a notification server through its Notification extension.

  • Notifications may be displayed in any corner of the "screen" as defined below
  • Available screen policies are Primary Screen, Current Screen, All Screens, and Xinerama
  • Notifications may be filtered based on urgency (Low, Normal, or Critical in any combination)
  • A default notification timeout may be set and optionally enforced for all notifications
  • The notification server may also optionally ignore replace ID requests

Themes

More themes to customize the look of Enlightenment are available from:

You can install the themes (coming in .edj format) using the theme configuration dialog or by moving them to ~/.e/e/themes.

Note: Enlightenment does not provide a stable theme API, and there have been numerous theme API changes over the years, even after E17 was released. Themes that have not been updated regularly are unlikely to work.
Tip: To make GTK and Qt applications match the default theme of Enlightenment you can download a theme like the E17 GTK theme. Place it in ~/.themes/ or install the gtk-theme-e17gtk-gitAUR package and select application themes from Enlightenments settings, and set it to that, this will make all GTK2 and GTK3 applications match the default Enlightenment theme, you can then configure Qt applications (or configure Qt's default settings) to use the GTK theme so it will mimic the theme your GTK applications are using, this way you can make sure most applications will blend in perfectly with your default enlightenment theme. See also Uniform look for Qt and GTK applications.

GTK

To alter the GTK theme, go to Settings > All > Look > Application Theme.

Modules and Gadgets

Module
Name used in enlightenment to refer to the "backing" code for a gadget.
Gadget
Front-end or user interface that should help the end users of Enlightenment do something.

Many Modules provide Gadgets that can be added to your desktop or on a shelf. Some Modules (such as CPUFreq) only provide a single Gadget while others (such as Composite) provide additional features without any gadgets. Note that certain gadgets such as Systray can only be added to a shelf while others such as Moon can only be loaded on the desktop.

"Extra" modules

Warning: These are 3rd party modules and not officially supported by the Enlightenment developers. They are also pulled directly from git, so they are development code that may or may not work at any time. Use at your own risk.

Beyond the modules described here, more "extra" modules are available from e-modules-extra-gitAUR.

Scale Windows

The Scale Windows module, which requires compositing to be enabled, adds several features. The scale windows effect shrinks all open windows and brings them all into view. This is known in "Mission Control" in macOS. The scale pager effect zooms out and shows all desktops as a wall, like the compiz expo plugin. Both can be added to the desktop as a gadget or bound to a key binding, mouse binding or screen edge binding.

Some people like to change the standard window selection key binding ALT + Tab to use Scale Windows to select windows. To change this setting, you navigate to Menu > Settings > Settings Panel > Input > Keys. From here, you can set any key binding you would like.

To replace the window selection key binding functionality with Scale Windows, scroll through the left panel until you find the ALT section and then find and select ALT + Tab. Then, scroll through the right panel looking for the "Scale Windows" section and choose either Select Next or Select Next (All) depending on whether you would like to see windows from only the current desktop or from all desktops and click Apply to save the binding.

Available from upstream git.

Default Keybindings

Key Effect
Shift+F10 Maximize vertically
Ctrl+Menu Show "Clients" (windows) Menu
Alt+Esc Show "Everything Launcher" (apps, windows, etc)
Super+Left Maximize left
Super+Right Maximize right
Alt+Shift+F10 Maximize horizontally
Alt+Shift+Left Flip to the desktop on the left
Alt+Shift+Right Flip to the desktop on the right
Ctrl+Alt+d Show the desktop
Ctrl+Alt+f Toggle fullscreen
Ctrl+Alt+i Toggle iconic mode
Ctrl+Alt+k Kill window
Ctrl+Alt+l Invoke the screensaver
Ctrl+Alt+n Maximize Window
Ctrl+Alt+r Toggle shade up
Ctrl+Alt+w Window menu
Ctrl+Alt+x Close a window
Ctrl+Alt+Down Lower
Ctrl+Alt+Up Raise
Ctrl+Alt+Left Flip to desktop on left
Ctrl+Alt+Right Flip to desktop on right
Ctrl+Alt+Del Show "End session" dialog
Ctrl+Alt+Ins Launch the default terminal

Troubleshooting

If you find some unexpected behavior, there are a few things you can do:

  1. try to see if the same behavior exists with the default theme
  2. disable any 3rd party modules you may have installed
  3. backup ~/.e and remove it (e.g. mv ~/.e ~/.e.back)

If you are sure you found a bug open an issue for the relevant component at https://git.enlightenment.org/.

Compositing

When the configuration needs to be reset and the settings windows can no longer be approached, configuration for the compositor can be reset using the hardcoded keybinding Ctrl + Alt + Shift + Home.

Unreadable fonts

If fonts are too small and your screen is unreadable, be sure the right font packages are installed. ttf-dejavu and ttf-bitstream-vera are valid candidates.

You also should consider just increasing the scaling size under the Scaling. You can set scaling under Settings > Settings Panel > Look > Scaling.

Backlight always dimmed

You may find that Enlightenment routinely dims the backlight to 0% on logout and will only restore it to 100% when you log into another Enlightenment session. Enlightenment assumes that whatever comes after it will set the backlight to whatever it prefers, if anything as this is what Enlightenment does at start. This is especially problematic when using another desktop environment alongside Enlightenment that cannot control backlight as the backlight will not automatically be restored to its normal level when using that desktop environment. To fix this issue, open the Enlightenment Settings Panel and, under the Look tab, click on the Composite option. Tick the Don't fade backlight box and click OK.

Inconsistent cursor theme

You may find that the cursor theme for the desktop is different to the one used in applications such as Firefox. This is because desktop applications are using X cursor themes whilst Enlightenment has its own set of cursor themes. For consistency, you can set Enlightenment to always use the X cursor theme. To do this, open the Enlightenment Settings Panel and click on the Input tab. Click on the Mouse option. Change the theme from Enlightenment to X and click OK. You should now find that the same cursor theme is used everywhere. If the X cursor theme itself is not always consistent, see Cursor themes#XDG specification.

Background images

You can just select wallpapers in the wallpaper settings dialog and import any image with the provided settings dialog, or you can put desired wallpapers into ~/.e/e/backgrounds/

LMB anywhere on the desktop will give access to the settings, select /Desktop/Backgrounds/

Any new image copied in the ~/.e/e/backgrounds/ folder will get the list of available backgrounds auto-updated. You can drop animated gifs and even mp4 and other video files in here and use them as wallpapers if you want. Select desired wallpaper from drop-down menu. Inside the appropriate tabs in the global settings, you can adjust things like tiling of the background image, filling screen and such.

Enlightenment DR16

Enlightenment, Development Release 16 was first released in 2000, and reached version 1.0 in 2009. Originally, the DR16 stood for the 0.16 version of the Enlightenment project. You will find it as "Enlightenment16" now in the Arch repositories, it is still under development today, regularly updated by its maintainer Kim 'kwo' Woelders. With compositing, shadows and transparencies, E16 kept all of the speed that presided over its foundation by original author Carsten "Rasterman" Haitzler but with up to date refinement.

To install E16

Install enlightenment16AUR.

See /usr/share/doc/e16/e16.html for in depth documentation.

Basic Configuration

Most configuration files for E16 reside in ~/.e16 and are text-based, editable at will. That includes the Menus too.

Shortcut keys can be either modified by hand, or with the e16keyedit software provided as source on the sourceforge page of the e16 project. Note that the keyboard shortcuts file is not created in ~/.e16 by default. You can copy the packaged version to your home directory if you wish to make changes:

$ cp /usr/share/e16/config/bindings.cfg ~/.e16

Start/Restart/Stop Scripts

Create an Init, a Start and a Stop folder in your ~/.e16 folder: any .sh script found there will either be executed at Startup (from Init folder), at each Restart (from Start folder), or at Shutdown (from Stop folder); provided you allowed it through the MMB / settings / session / <enable scripts> button and made them executable. Typical examples involves starting pulseaudio or your favorite network manager applet.

Compositor

Shadows, Transparent effects et al can be found in MMB or RMB /Settings, under Composite .

See also