BRZDM

  1. INTRODUCTION
  2. PREREQUISITES
  3. USAGE
  4. THEMES
  5. BUILDING
  6. INSTALLATION
  7. KNOWN BUGS
  8. BUGS
  9. COPYRIGHT

INTRODUCTION

Brzdm is a simple graphical login manager for X11. It aims to be simple, fast and independent from the various desktop environments. Text and image display is handled by imlib2.

It is derived from SLim by Nobuhiro Iwamatsu, which was based on the latest release of Login.app by Per Lidén.

Features:

PREREQUISITES

This project requires:

USAGE

To launch brzdm, execute the brzdm binary, Use the -d option if you want it to run as a daemon in the background.

Enter username and password to login. The desktop file can be either /etc/X11/xinit/xinitrc.%desktop or /etc/X11/Sessions/%desktop; and, is executed by default. The folder /usr/share/xsessions is used by default; and, the sessions entry is used for ordering the list of desktops.

Special usernames (commands configurable in the config file):

Pressing the F11 key executes a user-specified command, see the configuration file; the default is to take a screenshot if the ImageMagick/GraphicsMagik ‘import’ program is available.

THEMES

See file THEMES

BUILDING

This project uses the Cross-platform Make (CMake) build system. However, we have conveniently provided a wrapper configure script and Makefile so that the typical build invocation of “./configure” followed by “make” will work. For a list of all possible build targets, use the command “make help”.

NOTE: Please, do not delete the top-level Makefile.

INSTALLATION

Once the project has been built (see “BUILDING”), execute “sudo make install”. See the INSTALL file

BUGS

Debian-based installations may run into problems when configuring.
An unresolved font access problem, when running on 64-bit machines.
Bug reports, patches and suggestions are much appreciated.
See the GitHub account https://dev-breeze-com.github.io/brzdm

COPYRIGHT

Brzdm is copyright (c) 2015 Pierre Innocent, All rights reserved
licensed through the GNU General Public License V3.0.

Slim is copyright (c) 2004-06 by Simone Rota, Johannes Winkelmann, Nobuhiro Iwamatsu and is available under the GNU General Public License. See the COPYING file for the complete license.

Login.app is copyright (c) 1997, 1998 by Per Liden and is licensed through the GNU General Public License.