Lumina

From Gentoo Wiki
Jump to:navigation Jump to:search
This page contains changes which are not marked for translation.
Other languages:
Archived article

This article is archived (obsolete). Contents are surely incorrect for current usage, and are intended for historical reference only.
Lumina removed Dec 21, 2025 - dead upstream.

TLDR: Do not use this article!

Lumina is a lightweight desktop environment, free of D-Bus and *kit, designed to have as few system dependencies and requirements as possible.

Installation

The x11-wm/lumina package is configurable by one USE flag:


To install Lumina desktop, run:

root #emerge --ask x11-wm/lumina

Configuration

A configuration file is installed in /etc/luminaDesktop.conf. Lumina also has a bunch of own configuration tools.

Invocation

Lumina provides its own replacement for startx to be started from console.

user $start-lumina-desktop

Alternatively it can be added to the ~./xinitrc file for being started via startx or a display manager

FILE ~/.xinitrc
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec start-lumina-desktop

External resources