[Pkg-xfce-devel] Bug#784627: Bug#784627: lightdm-gtk-greeter: the clock no longer appears

Vincent Lefevre vincent at vinc17.net
Mon May 11 20:24:25 UTC 2015


Control: retitle -1 lightdm-gtk-greeter: incorrect documentation about the clock

On 2015-05-11 20:59:51 +0200, Yves-Alexis Perez wrote:
> Actually the show-clock setting is wrong, you should add the ~clock
> indicator. I'll make sure the config file is edited for the next package
> version.

So, this is a lightdm-gtk-greeter.conf documentation bug.

I propose something like the attached patch (I've mentioned ~layout and
~host too, since the NEWS file says: "New builtin indicator: ~layout"
and "host and clock labels are indicators now", and "show-indicators"
has been renamed "indicators").

BTW, debian/patches/04_default-gtk-greeter-config.patch modifies the
default for show-indicators (which should now be "indicators"). But
isn't the default better?

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
-------------- next part --------------
--- data/lightdm-gtk-greeter.conf~	2015-05-11 22:08:55.000000000 +0200
+++ data/lightdm-gtk-greeter.conf	2015-05-11 22:20:41.162039985 +0200
@@ -24,9 +24,8 @@
 #
 # 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
+#  indicators = semi-colon ";" separated list of allowed indicator modules. Built-in indicators include "~a11y", "~language", "~session", "~power", "~layout", "~host", "~clock". 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.
@@ -53,8 +52,7 @@
 #xft-dpi=
 xft-hintstyle=hintfull
 xft-rgba=rgb
-show-indicators=~language;~session;~power
-#show-clock=
+indicators=~language;~session;~power
 #clock-format=
 #keyboard=
 #reader=


More information about the Pkg-xfce-devel mailing list