Recommended Posts

Just in case anyone is interested in trying it, despite still being under development.

Introduction to Enlightenment DR17

What's Enlightenment DR17? (www.enlightenment.org)

So far it seems to stand somewhere between being a Window Manager and a Desktop Enviroment. As WM, being built on top of the Enlightenment Foundation Libraries, it's a fast one, and also quite lightweight considering all the bundled eye-candy.

As DE, there're several applications that might be part of the final DR17 release:

-Entrance (display manager)

-Evidence (file browser)

-Elicit (graphics examiner, with color picker and zoom)

-Entice (image viewer)

-Erss (rss app)

-Engage (dock app)

-Eclair (media player)

-Emblem

-Entangle (gui for editing menus, engage, ibar and startup apps)

Installation

You'll need to install the EFL in order to install E, and you also have to install those libraries in a specific order:

1. e17/libs/eet

2. e17/libs/edb

3. e17/libs/evas

4. e17/libs/ecore

5. e17/libs/embryo

6. e17/libs/imlib2

7. e17/libs/edje

8. e17/libs/epeg

9. e17/libs/epsilon

10. e17/libs/esmart

11. e17/libs/emotion (note that you'll need to have xine-lib installed as emotion uses it)

12. e17/libs/engrave (this is currently needed for e_utils only)

13. e17/libs/ewl (also needed for e_utils)

14. e17/libs/etox (this is only needed if you want to install eRSS, otherwise you can ignore etox)

Check this for instructions on how to access the Enlightenment anonymous CVS:

http://enlightenment.org/Enlightenment/Get...ment/index.html

These are the apps that run on top of the EFL:

* e17/apps/entice (image viewer)

* e17/apps/entrance (login manager)

* e17/apps/eclair (media player)

* e17/apps/e (E17 windowmanager)

* misc/engage (dockbar and E17 module)

* misc/erss (RSS feed application)

* e17/apps/e_utils (user-friendly utilities for the E17 WM)

* e17/apps/e_modules (additional modules for the E17 WM, note that this does NOT include the Engage module)

Basic layout and usage

Much like other WM such as fluxbox, there's no button to open the menu. All the menus are opened by clicking on the desktop:

-Left click: opens the main menu

menu10ai.jpg

-Right click: opens the "favorite applications" menu.

menu20pa.jpg

-Middle click: opens the "windows" menu. This allows to easily find any existing window: visible apps have the checkbox checked, minimized apps have it unchecked. Checking/unchecking that box will show/hide the selected app.

menu36ub.jpg

Editing the menus can be done either through a gui or editing text files:

a) Using the GUI:

Left click on the desktop and go to Configuration->Menu Editor. Entangle will open.

entangle5dh.jpg

Select the item you want to edit on the top of the app (Favorites, iBar, Engage, Startup, Restart). A list of the current apps and submenus will be displayed, along with a list on the left with all the available icons which can be added.

To add a new icon just drag and drop. To remove an icon, middle click on it. To add a submenu just click on the "Add Dir" button at the bottom of the app window.

b) Editing text files:

Menus' settings are stored in the directories inside ~/.e/e/applications/

Inside each directory will be an .order file which looks like this:

games

firefox.eap

sylpheed-claws.eap

amule.eap

gimp.eap

rhythmbox.eap

Each .eap item launches an application, and items without extension are directories. In the example above, that .order file would be in ~/.e/e/applications/favorite and we would have a ~/.e/e/applications/favorite/games directory with it's own .order file inside.

Icons and background

E17 uses it's own binary format for icons and background images.

Icons are stored inside .eap files. Those files contain both the icon and info regarding the application which will be launched when clicking on it. That info is also used to identify running apps and show their icons on the dock.

All available eap files are stored in ~/.e/e/applications/all. If you download a pack of eap files, that's where you have to extract it.

There're several icon themes available at get-e.org, but we can also create our own icons using e_util_eapp_edit. Just launch the application specifying the name of the eap file you want to create/modify, and a gui will pop up.

eapedit3ua.jpg

Another way to create eap icons for applications is left-clicking on the upper left border of the application window and going to the "Edit icon" option in the pop up menu.

Backgrounds are stored in the edj binary format. Edj files can store several images with transparencies and display them in layers. You can also animate those layers.

To create an edj file from any image, use e17setroot:

e17setroot -s /home/username/picture.png

The line above will create and edj file from picture.png and set it as background on all desktops.

If you already have several edj files, you can manage them with Emblem:

emblem1xy.jpg

Modules

Most of the addons that spice up E17 are built as modules. Some of them might do it into the final release and some might be droped along the way. Currently there're 8 modules loaded by default, and some more that can be loaded manually. The most interesting one out of the later ones is engage. To load it execute:

enlightenment_remote -module-load engage

You can also try the snow and flame modules. Once loaded it will always load (loading doesn't mean activating, they will only be running if you left them that way on logout) on startup unless you manually unload them

enlightenment_remote -module-unload <modulename>

All loaded modules can be enabled/disabled and configured from the menu:

modules4zi.jpg

To move and resize modules you have to put them in edit mode, either using the option in the menu->gadgets->Edit Mode, or right clicking on a module and choosing the Edit Mode option in the pop up menu. Hadles will appear around the modules so you can resize them:

resize8oe.jpg

Themes

Themes are also in edj format. To add new themes copy the .edj files to ~/.e/e/themes.

You can select the theme to be used in the menu->themes

If you feel like extracting the contents of the theme, you'll have to decompile it using one of the tools bundled:

edje_decc filename.edj

A new folder will be created, and all the theme elements will be put inside. There'll also be an script to re-compile the theme inside that directory (build.sh), which can be useful to make your own custom themes modifying existing ones.

Transparency

There's no support for fake transparency (eg. on consoles) as the point seems to be to implement real transparency later on when HW acceleration gets implemented, so you'll have to use a little hack to get that: use Esetroot <imagefile> to set a fake background, which won't be visible but that's what will appear as background in fake "transparencies". Obviously you'll want to set as fake background the same image you're using as background.

Being a nasty hack as it is, it wont work with animated backgrounds.

Note: E17 is still under development, and the way some things work might change in next versions.

Edited by ichi
Link to comment
https://www.neowin.net/forum/topic/343955-introduction-to-enlightenment-dr17/
Share on other sites

I need help with e17, i've read the guide from e17 official site but i need more help :p Someone knows where i can see more?? Also sites with themes,icons,...

586233650[/snapback]

The only site I know with a decent amount of info, themes, icon packs, backgrounds, etc... is get-e.org

Enlightenment is a work of art. I've loved it since I first saw it a long time ago. One thing...unless you really know what you're doing and are confident in your abilities, then hold off. It can be a PITA to compile from source. I spent weeks trying to compile the DR14 branches back in the day.

Edited by mugwhump
Wow.  I have never looked at Enlightenment before.  Looks very nice. :yes:

586211930[/snapback]

The linux mod hasn't seen E before? That's...disheartening. Seriously Mark, check it out. DR17 is still pretty bleeding edge, but the DR16 branch is very usable and pretty easy to set up.

If I remember right...didn't Gnome use E as it's windowmanager when Gnome first came out?

Can any Gentoo users comment on enlightenment as a default/primary windows manager?  Particularly is it stable, usable, practical?

586245932[/snapback]

It's stable and it's usable (I'm currently using it as my default wm), but it has still some bugs/lacks of functionality. Some things I've seen:

-Going fullscreen with mplayer (no gui) doesn't always work, sometimes video appears displaced to the left (works ok with gmplayer though).

-When launching gmplayer, only the mplayer-video window shows, the window with the play controls stays hidden.

-kget window won't show. The app works, but stays "minimized".

-The utils to customize the E wm are still under heavy development. They work, but there're several bugs.

Besides that everything seems to work fine. I'm using the following programs on E with no problems:

-firefox

-rox

-konqueror

-amule

-sylpheed-claws

-UT2004

-Doom3

-EnemyTerritory

-The Gimp

-Gedit

-file-roller

-Eterm

-Rhythmbox

-Xmms

-gxmame

Anyway bugs and stability can easily vary as new code is merged in the CVS tree.

Using gentoo, if you really want to use E as primary desktop, once you find a CVS version that works ok tell portage to build binaries out of the code and store those binary packages somewhere. That way if something is broken in the next E update you will be able to revert to the previous working version.

Thanks for the article. I updated e a couple of days ago, but was having some problems. I zapped my ~/.e and now it's working very well again.

Gotta say it's looking very nice.

It won't tear me away from KDE, but it's a great project. I'll definitely keep my eyes on it as it evolves.

Edit...

Oh and by the way Enlightenment was the windowmanager for Gnome for a little while. Back in the Redhat 6.0 days. I've been using Linux off and on since Redhat 5.0 (1998ish). I think it was ~2000 when E (.15) was included with Gnome.

Edited by chavo
It's stable and it's usable (I'm currently using it as my default wm), but it has still some bugs/lacks of functionality. Some things I've seen:

-Going fullscreen with mplayer (no gui) doesn't always work, sometimes video appears displaced to the left (works ok with gmplayer though).

-When launching gmplayer, only the mplayer-video window shows, the window with the play controls stays hidden.

-kget window won't show. The app works, but stays "minimized".

-The utils to customize the E wm are still under heavy development. They work, but there're several bugs.

Besides that everything seems to work fine. I'm using the following programs on E with no problems:

-firefox

-rox

-konqueror

-amule

-sylpheed-claws

-UT2004

-Doom3

-EnemyTerritory

-The Gimp

-Gedit

-file-roller

-Eterm

-Rhythmbox

-Xmms

-gxmame

Anyway bugs and stability can easily vary as new code is merged in the CVS tree. 

Using gentoo, if you really want to use E as primary desktop, once you find a CVS version that works ok tell portage to build binaries out of the code and store those binary packages somewhere. That way if something is broken in the next E update you will be able to revert to the previous working version.

586246880[/snapback]

Thanks ;)

Perhaps I'm better off going the Flux route? Would e16 be a realistic stable alternative to e17? The reason I ask is because mplayer (specifically gmplayer) is one of the programs I use most... if not the most :|

A quick clarification... are you suggesting that the (currently) masked version of enlightenment available via portage is outdated? If so are you suggesting I find a source that offers later builds (CVS)?

Thanks again ;)

Thanks ;)

Perhaps I'm better off going the Flux route?  Would e16 be a realistic stable alternative to e17?  The reason I ask is because mplayer (specifically gmplayer) is one of the programs I use most... if not the most :|

A quick clarification... are you suggesting that the (currently) masked version of enlightenment available via portage is outdated?  If so are you suggesting I find a source that offers later builds (CVS)?

Thanks again ;)

586255393[/snapback]

I've never ever had problems with any app on E16, so in that sense yes it seems a better alternative. The downside is E16 is not based on the new enlightenment libraries and therefore it's not as fast as E17.

Fluxbox feels different from E16, choosing the former or the latter is a matter of taste, in my opinion. I've E16, E17 and fluxbox installed, so I can choose which one I'll use depending on my mood :p

The 9999 masked version (the one masked as -*, not the ~arch one) in portage is live CVS code, and therefore as updated as it gets. What I meant is that if you emerge E17 today and you find everything works fine, you might want to tell portage to build binary packages of that code just in case tomorrow's (or next week's) E17 CVS code brings some broken stuff. That way you can revert to the working version, as being live CVS code there's no way to emerge a previous 9999 version.

  • 1 month later...

It is possible to get enlightenment via apt. However, as I understand it, it's only the 0.16 wm without any of the apps that come with it (and possibly with old libs).

Hope this helps. If anyone does know if it is possible to install the whole shebang with apt, I'd be very interested too.. :p

It is possible to get enlightenment via apt. However, as I understand it, it's only the 0.16 wm without any of the apps that come with it (and possibly with old libs).

Hope this helps. If anyone does know if it is possible to install the whole shebang with apt, I'd be very interested too.. :p

586564308[/snapback]

e17

Using elive's repo:

http://ubuntuforums.org/showthread.php?t=61488

Using some third party repo:

http://www.ubuntuforums.org/showthread.php...t=enlightenment

  • 1 year later...
  • 2 months later...

Using e17 as my primary WM since 2005 until a few days ago when I switched thoroughly to 64-bit (and now, need to find or make it as Archlinux x86_64 are yet to be done for e17).

enlightenment DR17 has seen some great improvments regarding it's configuration tools last year.

+ I barelly had a single real problem using it until thismonth :)

Here are some screenshots of my desktop with e17 :

080fc814e6_tn.jpg

2d57e30a72_tn.jpg

792be3aac6_tn.jpg

cb60cdea4e_tn.jpg

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      149
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!