This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Lumina

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This page contains changes which are not marked for translation.

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

Installation

Emerge

root #emerge --ask x11-wm/lumina

For alternative ebuilds from other repositories see gpo.zugaina.org.

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
# https://wiki.archlinux.org/index.php/X_resources#Adding_to_xinitrc
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec start-lumina-desktop

External resources