diff options
author | Sebastien BALLET <slacker6896@gmail.com> | 2017-08-18 15:18:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:35 +0700 |
commit | 27ad8067c08d00ecec9ee2cf6b46793432e0069a (patch) | |
tree | f45b02f3d9fcda37adcc9613b6b90dca2590eb41 /system/lxdm/README | |
parent | 022d9939373a965dc30fc703a1568df6e5441b81 (diff) |
system/lxdm: Added a Slackware theme, cleanups.
Switch to build the gtk+3 version by default
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxdm/README')
-rw-r--r-- | system/lxdm/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/system/lxdm/README b/system/lxdm/README index e1db0d5dbca4..eff7c7fd0acb 100644 --- a/system/lxdm/README +++ b/system/lxdm/README @@ -2,7 +2,13 @@ LXDM - GUI login manager for LXDE LXDM is a lightweight drop-in replacement for GDM or KDM. -To build the GTK3 version, script can be run as: - GTK3=yes ./lxdm.SlackBuild +By default the gtk+3 version of the greeter is built: to +build the gtk+2 one instead, the script can be run as + + GTK3=no ./lxdm.SlackBuild + +An additional InduSlack theme (by Sebastien Ballet) is +provided: to avoid including it in the final package pass +the script the parameter WITH_INDUSLACK=no See README.SLACKWARE for post-installation configuration. |