LXSession-0.5.3

Introduction to LXSession

The LXSession package contains the default session manager for LXDE.

This package is known to build and work properly using an LFS-8.2 platform.

Package Information

LXSession Dependencies

Required

dbus-glib-0.110, libunique-1.1.6, lsb_release-1.4 (runtime for lxde-logout so it does not crash), Polkit-0.113+git_2919920+js38, and Vala-0.38.8

Optional

ConsoleKit2-1.0.2 (used at runtime by lxsession-logout), GTK+-3.22.28, and libxslt-1.1.32 with docbook-xml-4.5 and docbook-xsl-1.79.2 (to build man pages)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxsession

Installation of LXSession

Install LXSession by running the following commands:

./configure --prefix=/usr --disable-man &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-man: This switch disables building of the manual pages. Remove it if you have installed optional dependencies and wish to build the manual pages.

--enable-gtk3: Builds against GTK+-3 instead of GTK+-2, which is required anyway by libunique.

Contents

Installed Programs: lxclipboard, lxlock, lxpolkit, lxsession, lxsession-db, lxsession-default, lxsession-default-apps, lxsession-default-terminal, lxsession-edit, lxsession-logout, lxsession-xdg-autostart, lxsession-xsettings, and lxsettings-daemon
Installed Libraries: None
Installed Directory: /usr/share/lxsession

Short Descriptions

lxclipboard

is a clipboard utility for LXSession and LXDE.

lxlock

locks the local X display until a password is entered.

lxpolkit

is the polkit agent.

lxsession

is a lightweight X session manager.

lxsession-default

launch default applications set by LXsession.

lxsession-default-apps

is an utility to configure lxsession and its default applications.

lxsession-default-terminal

launch default terminal set by LXSession.

lxsession-edit

is the standard session edit manager used by LXDE.

lxsession-logout

is a program to logout from LXSession.

lxsession-xdg-autostart

handle autostart spec of freedesktop.org.

lxsession-xsettings

is a tool to configure gtk+ themes, keyboard, and mouse for you on session startup.

lxsettings-daemon

is the settings daemon for LXsession.

Last updated on 2018-02-25 13:21:00 -0800