Merge lp:~kalgasnik/lightdm-gtk-greeter/lp-1453589-obsolete-options into lp:~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

Proposed by Andrew P.
Status: Merged
Merged at revision: 330
Proposed branch: lp:~kalgasnik/lightdm-gtk-greeter/lp-1453589-obsolete-options
Merge into: lp:~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk
Diff against target: 60 lines (+8/-8)
1 file modified
data/lightdm-gtk-greeter.conf (+8/-8)
To merge this branch: bzr merge lp:~kalgasnik/lightdm-gtk-greeter/lp-1453589-obsolete-options
Reviewer Review Type Date Requested Status
Sean Davis Approve
Review via email: mp+258809@code.launchpad.net

Description of the change

lightdm-gtk-greeter.conf: removing obsolete options, new comments.

To post a comment you must log in.
Revision history for this message
Sean Davis (bluesabre) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/lightdm-gtk-greeter.conf'
2--- data/lightdm-gtk-greeter.conf 2015-02-16 00:30:20 +0000
3+++ data/lightdm-gtk-greeter.conf 2015-05-11 20:15:17 +0000
4@@ -5,7 +5,7 @@
5 # theme-name = GTK+ theme to use
6 # icon-theme-name = Icon theme to use
7 # background = Background file to use, either an image path or a color (e.g. #772953)
8-# user-background = false|true ("true" by default") Display user background (if available)
9+# user-background = false|true ("true" by default) Display user background (if available)
10 # transition-duration = Length of time (in milliseconds) to transition between background images ("500" by default)
11 # transition-type = ease-in-out|linear|none ("ease-in-out" by default)
12 #
13@@ -17,21 +17,20 @@
14 # xft-rgba = none|rgb|bgr|vrgb|vbgr Type of subpixel antialiasing
15 #
16 # Login window:
17-# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor.
18+# active-monitor = Monitor to display greeter window (name or number). Use #cursor value to display greeter at monitor with cursor. Can be a semicolon separated list
19 # position = x y ("50% 50%" by default) Login window position
20 # default-user-image = Image used as default user icon, path or #icon-name
21 # hide-user-image = false|true ("false" by default)
22 #
23 # Panel:
24 # panel-position = top|bottom ("top" by default)
25-# show-clock = false|true ("false" by default)
26 # clock-format = strftime-format string, e.g. %H:%M
27-# 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
28+# indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~clock", "~host", "~spacer". Unity indicators can be represented by short name (e.g. "sound", "power"), service file name, or absolute path
29 #
30 # Accessibility:
31 # 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.
32 # keyboard = command to launch on-screen keyboard (e.g. "onboard")
33-# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default)
34+# keyboard-position = x y[;width height] ("50%,center -0;50% 25%" by default) Works only for "onboard"
35 # reader = command to launch screen reader (e.g. "orca")
36 #
37 # Security:
38@@ -43,9 +42,11 @@
39 # background = overrides default value
40 # user-background = overrides default value
41 # laptop = false|true ("false" by default) Marks monitor as laptop display
42-#
43+# transition-duration = overrides default value
44+#
45 [greeter]
46 #background=
47+#user-background=
48 #theme-name=
49 #icon-theme-name=
50 #font-name=
51@@ -53,8 +54,7 @@
52 #xft-dpi=
53 #xft-hintstyle=
54 #xft-rgba=
55-#show-indicators=
56-#show-clock=
57+#indicators=
58 #clock-format=
59 #keyboard=
60 #reader=

Subscribers

People subscribed via source and target branches