04_default-gtk-greeter-config refreshed.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ lightdm-gtk-greeter (1.8.0-1) UNRELEASED; urgency=medium
|
||||
* New upstream release.
|
||||
* debian/patches:
|
||||
- 07_fix-NULL-username dropped, included upstream.
|
||||
- 04_default-gtk-greeter-config refreshed.
|
||||
* debian/lightdm-xsession.desktop: drop file from source package, it's for
|
||||
lightdm actually.
|
||||
|
||||
|
@ -11,17 +11,8 @@ Forwarded: not-needed
|
||||
|
||||
--- a/data/lightdm-gtk-greeter.conf
|
||||
+++ b/data/lightdm-gtk-greeter.conf
|
||||
@@ -5,7 +5,7 @@
|
||||
# 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 full)
|
||||
+# 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-language-selector (true or false)
|
||||
# show-indicators = semi-colon ";" separated list of allowed indicator modules (e.g. libsoundmenu.so)
|
||||
@@ -16,15 +16,15 @@
|
||||
# default-user-image = Image used as default user icon, path or #icon-name
|
||||
# screensaver-timeout = Timeout (in seconds) until the screen blanks when the greeter is called as lockscreen
|
||||
#
|
||||
[greeter]
|
||||
-#background=
|
||||
@ -35,10 +26,10 @@ Forwarded: not-needed
|
||||
#xft-dpi=
|
||||
-#xft-hintstyle=
|
||||
-#xft-rgba=
|
||||
-#show-language-selector=
|
||||
-#show-indicators=
|
||||
+xft-hintstyle=hintfull
|
||||
+xft-rgba=rgb
|
||||
+show-language-selector=true
|
||||
#show-indicators=
|
||||
+show-indicators=~language;~session;~power
|
||||
#show-clock=
|
||||
#clock-format=
|
||||
#keyboard=
|
||||
|
Reference in New Issue
Block a user