Skip to content

Conversation

lengau
Copy link

@lengau lengau commented Aug 22, 2025

This fixes cases where XDG_RUNTIME_DIR is unset and the default runtime dir does not exist by getting a directory using Python's built-in tempfile.

Fixes #368

This fixes cases where XDG_RUNTIME_DIR is unset and the default runtime dir does not exist by getting a directory using Python's built-in tempfile.

Fixes tox-dev#368
Copy link
Member

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good once you fix the CI.

@gaborbernat gaborbernat marked this pull request as draft August 22, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

user_runtime_dir does not follow the XDG standard, potentially leading to crashes.
2 participants