Package: dclock
Version: 2.2.2-11
Severity: normal

The "bell" resource is documented twice in the X DEFAULTS section of the
man page.
        bell (class Boolean)
                Specifies whether or not a bell should be rung on the
                hour and half hour.
        bell (class Boolean)
                Specifies whether the bell should sound on the half hour
                and on the hour.

The documented "utc" resource is actually called "utcTime".
        utc (class Boolean)
                Specifies whether UTC (GMT) time should be used, rather
                than local time.
Dclock.h:
        #define XtNutcTime      "utcTime"
You can verify with these commands:
        dclock -xrm 'dclock*utc: true'
        dclock -xrm 'dclock*utcTime: true'

The documented "width" and "height" resources did not work for me. I had
to use "geometry".
        dclock -xrm 'dclock*width: 500' -xrm 'dclock*height: 500'
        dclock -xrm 'dclock*geometry: 500x500'

The "date" resource (corresponding to the -date option) is undocumented.
        dclock -xrm 'dclock*date: %Y-%m-%d'
Dclock.h:
        #define XtNdate         "date"

-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dclock depends on:
ii  libc6     2.28-10
ii  libice6   2:1.0.9-2
ii  libsm6    2:1.2.3-1
ii  libx11-6  2:1.6.7-1
ii  libxext6  2:1.3.3-1+b2
ii  libxft2   2.3.2-2
ii  libxt6    1:1.1.5-1+b3

Versions of packages dclock recommends:
ii  sox  14.4.2+git20190427-1

dclock suggests no packages.

-- no debconf information

Reply via email to