Awesome
xde-session
Package xde-session-1.14
was released under GPLv3 license
2022-01-28.
This package provides a number of "C"-language tools for working with
the X Desktop Environment. Most of these tools were previously
written in perl(1)
and were part of the xde-tools
package. They
have now been codified in "C" for speed and to provide access to
libraries not available from perl(1)
.
Primary tools included are:
xde-session
-- an X session manager for XDExde-chooser
-- an X session (window manager) chooser for XDExde-input
-- an X11 input settings tracker for XDExde-xchooser
-- an X11 XDMCP chooser for XDExde-logout
-- an X session logout facilityxde-autostart
-- an XDG autostart utilityxde-xsession
-- an X session launcher facilityxde-wmproxy
-- an X Session Management proxy for window managersxde-xlogin
-- an X11 XDMCP greeter for XDExde-xlock
-- an X screen locker
Release
This is the xde-session-1.14
package, released 2022-01-28.
This release, and the latest version, can be obtained from GitHub,
using a command such as:
$> git clone https://github.com/bbidulock/xde-session.git
Please see the RELEASE and NEWS files for release notes and history of user visible changes for the current version, and the ChangeLog file for a more detailed history of implementation changes. The TODO file lists features not yet implemented and other outstanding items.
Please see the INSTALL file for installation instructions.
When working from git(1)
, please use this file. An abbreviated
installation procedure that works for most applications appears below.
This release is published under GPLv3. Please see the license in the file COPYING.
Quick Start
The quickest and easiest way to get xde-session
up and
running is to run the following commands:
$> git clone https://github.com/bbidulock/xde-session.git
$> cd xde-session
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install xde-session
the
quickest. For those who like to spend the extra 15 seconds reading
./configure --help
, some compile time options can be turned on and off
before the build.
For general information on GNU's ./configure
, see the file
INSTALL.
Running
Read the manual page after installation:
$> man xde-session
Issues
Report issues on GitHub here.