Ticket #44212

user_home_dir() just discards $HOME on Windows

Date d'ouverture: 2022-03-27 19:01 Dernière mise à jour: 2022-04-26 04:36

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
1

Détails

user_home_dir() assigns 'env = getenv("HOME")', but on Window that's immediately followed by 'env = getenv("APPDATA")', i.e., it doesn't use value of $HOME for anything. Either it should consider the value, or not to get it at all.

Ticket History (3/6 Histories)

2022-03-27 19:01 Updated by: cazfi
  • New Ticket "user_home_dir() just discards $HOME on Windows" created
2022-03-27 19:08 Updated by: cazfi
Commentaire

Likely makes to sense to rewrite it so that also the log messages refer to correct environment variable. Currently they speak of "HOME" even when it's "APPDATA" in reality.

2022-03-27 19:16 Updated by: cazfi
2022-04-15 03:27 Updated by: cazfi
  • Propriétaire Update from (Aucun) to cazfi
  • Résolution Update from Aucun to Accepted
2022-04-26 04:36 Updated by: cazfi
  • État Update from Ouvert to Atteints
  • Résolution Update from Accepted to Fixed

Modifier

Please login to add comment to this ticket » Connexion