Lumina: Difference between revisions

From Alpine Linux
(Reorganize)
 
Line 16: Line 16:
=== With D-Bus ===
=== With D-Bus ===


* Consider if [[Upgrading_Alpine_Linux_to_a_new_release_branch#Upgrading_to_Edge|upgrade to Edge]], as Lumina requires testing repository, unsupported on main/stable branches.
{{:Include:Desktop prerequisites}}
{{:Include:Desktop prerequisites}}
* Consider if [[Upgrading_Alpine_Linux_to_a_new_release_branch#Upgrading_to_Edge|upgrade to Edge]], as Lumina requires testing repository, unsupported on main/stable branches.
* Enable [[Repositories#Testing|testing]] repository
* Enable [[Repositories#Testing|testing]] repository
* [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]]
* [[Alpine_setup_scripts#setup-xorg-base|Install Xorg]]

Latest revision as of 15:38, 6 January 2026

This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by D1nuc0m on 6 Jan 2026.)

Lumina is a lightweight desktop environment. Mainly used on *BSD systems, does not rely on Linux desktop frameworks/tools such as systemd.

Prerequisites

Without D-Bus

With D-Bus

Installation

Install the Lumina desktop environment packages

# apk add lumina-desktop

Install a terminal emulator with fonts to access the terminal from inside the desktop session, for example xterm

# apk add xterm font-terminus

Fixes

At the moment of writing, there are missing dependencies related to icons in the packages

# apk add qt5-qtsvg

Starting Lumina

With a display manager

ToDo

Manually

$ start-lumina-desktop

Setting Lumina as the default Desktop Environment

Without D-Bus

$ echo 'exec start-lumina-desktop' >> ~/.xinitrc

With D-Bus

$ echo 'exec dbus-launch --exit-with-session start-lumina-desktop' >> ~/.xinitrc

See also