You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steam client version (build number or date): Aug 1 2018, at 22:27:11
Distribution (e.g. Ubuntu): NixOS
Opted into Steam client beta?: No
Have you checked for system updates?: Yes
Please describe your issue in as much detail as possible:
The Steam client seems to determine the timezone by doing the equivalent of readlink /etc/localtime instead of following the symlink all the way through (ie. readlink -f /etc/localtime). This causes the new Steam chat to fail to connect on NixOS where /etc/localtime is a symlink to a symlink to a symlink. (NixOS/nixpkgs#44254)
Steps for reproducing this issue:
I specified distribution as NixOS above, but you can actually reproduce this on Debian as well (and in theory any other Linux distro).
Here's how to reproduce Steam chat failing to connect on Debian:
Send a message in Steam chat and notice that times are displayed in New Zealand timezone, despite every other application on the system now displaying times in Sydney Australia timezone.
The text was updated successfully, but these errors were encountered:
It's not just that. Zoneinfo files have timezone information inside them which is supposed to dictate the timezone. The names are supposed to be opaque. Your double link hints to that this isn't the case here but the Steam component is instead treating the names significant
I mean, yeah, you do need to follow the chain if you want to know using stat whether there was a change in current timezone but other than that it's a parseable binary data file
Your system information
Please describe your issue in as much detail as possible:
The Steam client seems to determine the timezone by doing the equivalent of
readlink /etc/localtime
instead of following the symlink all the way through (ie.readlink -f /etc/localtime
). This causes the new Steam chat to fail to connect on NixOS where /etc/localtime is a symlink to a symlink to a symlink. (NixOS/nixpkgs#44254)Steps for reproducing this issue:
I specified distribution as NixOS above, but you can actually reproduce this on Debian as well (and in theory any other Linux distro).
Here's how to reproduce Steam chat failing to connect on Debian:
Run as root:
Now run Steam
Wait a bit for Steam chat to pop up and fail to connect to network
To demonstrate Steam chat getting confused by the symlink:
Run as root:
Now run Steam
Send a message in Steam chat and notice that times are displayed in New Zealand timezone, despite every other application on the system now displaying times in Sydney Australia timezone.
The text was updated successfully, but these errors were encountered: