Re: guix browsers timezones are set to GMT

2020-02-12 Thread Ludovic Courtès
Hi!

di...@santanas.co.za skribis:

> I see timezones in browsers on my guix system are set to GMT.

IceCat has a privacy feature turned on by default that, among other
things, has it not announce its timezone.

You can turn that option off by going to “about:config” in IceCat and
then turn off “privacy.trackingprotection.enabled”, IIRC.

However, that’s coarse-grain.  I’d love to have the option to just turn
off timezone concealing; anyone knows how to do it?

Thanks,
Ludo’.



Re: guix browsers timezones are set to GMT

2020-02-05 Thread Marius Bakke
Ben Sturmfels  writes:

> For what it's worth, there's a bug report here matching the issue you
> describe. The issue appears to affect quite a number of programs.
>
> https://issues.guix.gnu.org/issue/35746

Hmm, I thought we had fixed that particular bug with commit
2a80d9e55299214a3f0b4f585767b4c81c9d5c7d.

Are you still experiencing this problem with the Evolution calendar?


signature.asc
Description: PGP signature


Re: guix browsers timezones are set to GMT

2020-02-03 Thread Ben Sturmfels
Hi Divan,

On 4/2/20 3:57 am, di...@santanas.co.za wrote:
> I see timezones in browsers on my guix system are set to GMT.
> 
> An example would be qutebrowser and guessing ungoogled-chromium which
> use qtwebengine.
> 
> Example website is browsing to
> https://play.grafana.org/d/00012/grafana-play-home?orgId=1
> 
> in qutebrowser one can run ":jseval alert(new Date().toString())" From
> https://play.grafana.org/ and it reports GMT+ .
> 
> Browsing to the above with epiphany results in the correct local
> timezone being set.
> 
> I understand for fingerprinting and privacy it's nice to have a
> website not detect your correct timezone, though I'd prefer to have my
> timezone detected correctly in these browsers.
> 
> Does guix do something special in the packaging of
> qutebrowser/ungoogled-chromium/qtwebengine that causes this?
> 
> It seems to not occur on my colleagues systems with the same browsers.
> 
> I see my timezone on my system like so:
> 
> (operating-system
>  (host-name "example")
>  (timezone "Africa/Johannesburg")
>  (locale "en_US.utf8")

For what it's worth, there's a bug report here matching the issue you
describe. The issue appears to affect quite a number of programs.

https://issues.guix.gnu.org/issue/35746

Regards,
Ben



guix browsers timezones are set to GMT

2020-02-03 Thread divan
Hi Guix

I see timezones in browsers on my guix system are set to GMT.

An example would be qutebrowser and guessing ungoogled-chromium which
use qtwebengine.

Example website is browsing to
https://play.grafana.org/d/00012/grafana-play-home?orgId=1

in qutebrowser one can run ":jseval alert(new Date().toString())" From
https://play.grafana.org/ and it reports GMT+ .

Browsing to the above with epiphany results in the correct local
timezone being set.

I understand for fingerprinting and privacy it's nice to have a
website not detect your correct timezone, though I'd prefer to have my
timezone detected correctly in these browsers.

Does guix do something special in the packaging of
qutebrowser/ungoogled-chromium/qtwebengine that causes this?

It seems to not occur on my colleagues systems with the same browsers.

I see my timezone on my system like so:

(operating-system
 (host-name "example")
 (timezone "Africa/Johannesburg")
 (locale "en_US.utf8")