[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29212: XLockMore displays wrong time
From: |
Ludovic Courtès |
Subject: |
bug#29212: XLockMore displays wrong time |
Date: |
Thu, 09 Nov 2017 10:06:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Diego Nicola Barbato <address@hidden> skribis:
> Hello Ludo,
>
> address@hidden (Ludovic Courtès) writes:
>
>> Since GuixSD provides /etc/localtime already, we can actually unset TZ.
>> And when we do so, setuid binaries simply honor /etc/localtime and don’t
>> go searching for timezone data elsewhere, and they see the right time.
>>
>> Can you confirm that:
>>
>> (unset TZ; xlock)
>>
>> works for you?
>
> Yes, it displays the correct time.
Awesome, pushed as 5475749960d44163a4c6c4d1d1cb1be9872b861e.
Thanks,
Ludo’.