Categories: Ubuntu

[Quick Fix] Enlightenment Xorg Session is Missing in Ubuntu 24.04

After installed Enlightenment desktop in Ubuntu 24.04, the classic Xorg session is missing from the login screen. And, here’s a quick fix for it.

Enlightenment released version 0.26.0 last year with experimental Wayland session support. Which is however missing the Xorg session in the login screen due to bug.

Why the Enlightenment Xorg Session is missing

Ubuntu now finds the desktop sessions from both /usr/share/wayland-sessions/ and /usr/share/xsessions/ directories. And, the former one has higher priority!

Enlightenment 0.26.0 installs its session entries in both directories with same name. In the case, only the one for Wayland is in active, while another for Xorg is ignored and hidden from login screen.

Sponsored

Ubuntu 24.04 missing Enlightenment on Xorg

To fix the issue, simply re-name the enlightenment.desktop file under /usr/share/xsessions/, to make it different to the one under /usr/share/wayland-sessions/ directory.

Single command to re-name the session entry

For those who are familiar with Linux command, simply press Ctrl+Alt+T on keyboard to open terminal.

Then run command:

cd /usr/share/xsessions/ && sudo cp enlightenment.desktop enlightenment-xorg.desktop

It navigates to the /usr/share/xsessions/ folder, than copy enlightenment.desktop and paste it to enlightenment-xorg.desktop.

After that, you may run ls command to verify the new file:

Sponsored

When done, just log out, select your username in login screen and click bottom right gear button to select “Enlightenment” for Xorg session.

Use Text Editor to create Xorg session entry with another name

For the default GNOME desktop, you may search for and open a “text editor” window from overview screen.

Then, create new empty document (if it does not open one), and paste following lines into it (the content below is copied from /usr/share/xsessions/enlightenment.desktop file):

[Desktop Entry]
Type=XSession
Name=Enlightenment on Xorg
Name[ca]=Enlightenment
Name[de]=Enlightenment
Name[el]=Enlightenment
Name[eo]=Enlightenment
Name[fi]=Enlightenment
Name[fr]=Enlightenment
Name[gl]=Enlightenment
Name[ja]=Enlightenment
Name[ko]=Enlightenment
Name[ms]=Enlightenment
Name[pl]=Enlightenment
Name[ru]=Enlightenment
Name[sr]=Просвећење
Name[tr]=Enlightenment
Comment=Log in using Enlightenment (Version 0.26.0)
Comment[ca]=Iniciar sessió amb Enlightenment (Versió 0.26.0)
Comment[da]=Log ind med Enlightenment (Version 0.26.0)
Comment[de]=Anmelden und Enlightenment verwenden (Version 0.26.0)
Comment[el]=Είσοδος με το Enlightenment (Έκδοση 0.26.0)
Comment[eo]=Ensaluti pere de Enlightenment (Versio 0.26.0)
Comment[es]=Iniciar sesión usando Enlightenment (Versión 0.26.0)
Comment[fi]=Kirjaudu käyttäen Enlightenmentiä (versio 0.26.0)
Comment[fr]=Ouvrir une session Enlightenment (Version 0.26.0)
Comment[gl]=Iniciar sesión usando Enlightenment (Versión 0.26.0)
Comment[it]=Accedi con Enlightenment (Versione 0.26.0)
Comment[ko]=Enlightenment 로그인(버전 0.26.0)
Comment[ms]=Daftar masuk menggunakan Enligtenment (Versi 0.26.0)
Comment[pt]=Iniciar sessão no Enlightenment (Versão 0.26.0)
Comment[ru]=Войти используя Enlightenment (Версия 0.26.0)
Comment[sr]=Пријавите се за коришћење Просвећења (издања 0.26.0)
Comment[tr]=Enlightenment kullanarak giriş yaın (Version 0.26.0)
Icon=/usr/share/enlightenment/data/images/enlightenment.png
TryExec=/usr/bin/enlightenment_start
Exec=/usr/bin/enlightenment_start
DesktopNames=Enlightenment

Next, either press Ctrl+Shift+S or go to menu and click “Save As” option.

In the pop-up “Save As” dialog, name to file to enlightenment-xorg.desktop and save it to /usr/share/xsessions/ directory, finally click Save.

That’s it. Enjoy!

The post [Quick Fix] Enlightenment Xorg Session is Missing in Ubuntu 24.04 appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago