summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2015-02-15 19:30:20 -0500
committerSean Davis <smd.seandavis@gmail.com>2015-02-15 19:30:20 -0500
commit1a87bccb4573d5755436f97a6ce8db8ed7a568d6 (patch)
treedf7466b58cc529f45a7df70ddedad3a0bb865b44
parentec7dd615555e7a414c29dfadcde9c6974960eb06 (diff)
downloadlightdm-gtk-greeter-git-1a87bccb4573d5755436f97a6ce8db8ed7a568d6.tar.gz
Update for 2.0.0 release
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
-rw-r--r--data/lightdm-gtk-greeter.conf69
3 files changed, 60 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index f102915..4841f8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in lightdm-gtk-greeter 2.0.0
+
+ * New features:
+ - Background crossfades when changing users
+ - New one-window layout improves theming options
+ - New MATE and WindowMaker session icons
+ - Improved debugging with the allow-debugging configuration key
+ * Bugs fixed:
+ - lightdm-gtk-greeter leaves a11y (at-spi*) process behind (LP: #1366534)
+ - Indicator services restart after every resume (LP: #1377743)
+ - No indicators displayed when systemd-sysv is installed (LP: #1398619)
+ * Required changes:
+ - Remove "--enable-indicator-services" from configure command line (now obsolete)
+ - For systems without "systemd-sysv", add the following line to the configure command line:
+ --enable-indicator-services-command="init --user --startup-event indicator-services-start"
+
Overview of changes in lightdm-gtk-greeter 1.9.0
* Drop Gtk2 support
diff --git a/configure.ac b/configure.ac
index 652d021..9eed4aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm-gtk-greeter, 1.9.0)
+AC_INIT(lightdm-gtk-greeter, 2.0.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
diff --git a/data/lightdm-gtk-greeter.conf b/data/lightdm-gtk-greeter.conf
index 6dada7c..644a1cc 100644
--- a/data/lightdm-gtk-greeter.conf
+++ b/data/lightdm-gtk-greeter.conf
@@ -1,34 +1,51 @@
+# LightDM GTK+ Configuration
+# Available configuration options listed below.
#
-# background = Background file to use, either an image path or a color (e.g. #772953)
-# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor.
-# user-background = Display user background (if available), true or false. true by default.
-# theme-name = GTK+ theme to use
-# icon-theme-name = Icon theme to use
-# font-name = Font to use
-# xft-antialias = Whether to antialias Xft fonts (true or false)
-# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
-# xft-hintstyle = What degree of hinting to use (none, slight, medium, or hintfull)
-# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
-# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
-# show-clock (true or false)
-# clock-format = strftime-format string, e.g. %H:%M
-# keyboard = command to launch on-screen keyboard (e.g. onboard)
-# reader = command to launch screen reader (e.g. orca)
-# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
-# position = main window position: x y
-# default-user-image = Image used as default user icon, path or #icon-name
-# hide-user-image = true|false, false by default
-# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
+# Appearance:
+# theme-name = GTK+ theme to use
+# icon-theme-name = Icon theme to use
+# background = Background file to use, either an image path or a color (e.g. #772953)
+# user-background = false|true ("true" by default") Display user background (if available)
+# transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
+# transition-type = ease-in-out|linear|none ("ease-in-out" by default)
#
-# Template for monitor configuration:
-# [monitor: name]
-# background = overrides default value
-# user-background = overrides default value
-# laptop = true|false, false by default. Marks monitor as laptop display.
+# Fonts:
+# font-name = Font to use
+# xft-antialias = false|true Whether to antialias Xft fonts
+# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
+# xft-hintstyle = none|slight|medium|hintfull What degree of hinting to use
+# xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
+#
+# Login window:
+# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor.
+# position = x y ("50% 50%" by default) Login window position
+# default-user-image = Image used as default user icon, path or #icon-name
+# hide-user-image = false|true ("false" by default)
+#
+# Panel:
+# panel-position = top|bottom ("top" by default)
+# show-clock = false|true ("false" by default)
+# clock-format = strftime-format string, e.g. %H:%M
+# show-indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
+#
+# Accessibility:
+# a11y-states = states of accessibility features: "name" - save state on exit, "-name" - disabled at start (default value for unlisted), "+name" - enabled at start. Allowed names: contrast, font, keyboard, reader.
+# keyboard = command to launch on-screen keyboard (e.g. "onboard")
+# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)
+# reader = command to launch screen reader (e.g. "orca")
+#
+# Security:
+# allow-debugging = false|true ("false" by default)
+# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
+#
+# Template for per-monitor configuration:
+# [monitor: name]
+# background = overrides default value
+# user-background = overrides default value
+# laptop = false|true ("false" by default) Marks monitor as laptop display
#
[greeter]
#background=
-#user-background=
#theme-name=
#icon-theme-name=
#font-name=