Merge authors: Sean Davis (smd-seandavis) Related merge proposals: https://code.launchpad.net/~smd-seandavis/xubuntu-default-settings/lightdm-gtk-greeter-updates/+merge/177959 proposed by: Sean Davis (smd-seandavis) review: Approve - Micah Gersten (micahg) review: Resubmit - Sean Davis (smd-seandavis) review: Approve - Pasi Lallinaho (knome) ------------------------------------------------------------ revno: 445 [merge] committer: Micah Gersten <[email protected]> branch nick: xubuntu-default-settings timestamp: Tue 2013-08-27 22:23:40 -0500 message: * Added clock configuration to lightdm-gtk-greeter.conf * Added on-screen keyboard for accessibility to lightdm-gtk-greeter.conf modified: debian/changelog etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2013-07-18 05:03:26 +0000 +++ debian/changelog 2013-08-28 03:23:40 +0000 @@ -1,3 +1,10 @@ +xubuntu-default-settings (13.10.4) UNRELEASED; urgency=low + + * Added clock configuration to lightdm-gtk-greeter.conf + * Added on-screen keyboard for accessibility to lightdm-gtk-greeter.conf + + -- Sean Davis <[email protected]> Tue, 27 Aug 2013 23:15:23 -0400 + xubuntu-default-settings (13.10.3) saucy; urgency=low * Added jockey/Additional Drivers launcher to settings. === modified file 'etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf' --- etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 2013-02-10 19:25:16 +0000 +++ etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 2013-08-27 10:21:37 +0000 @@ -5,10 +5,13 @@ # 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 (hintnone, hintslight, hintmedium, or hintfull) +# xft-hintstyle = What degree of hinting to use (none, slight, medium, or full) # 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. indicator-sound.so) +# show-indicators = semi-colon ";" separated list of allowed indicator modules (e.g. libsoundmenu.so) +# show-clock (true or false) +# clock-format = strftime-format string, e.g. %H:%M +# keyboard = command to launch on-screen keyboard # [greeter] background=/lib/plymouth/themes/xubuntu-logo/xubuntu-greybird.png @@ -21,3 +24,6 @@ xft-rgba=rgb show-language-selector=true show-indicators= +show-clock=true +clock-format=%a, %d %b %Y %H:%M +keyboard=onboard
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

