python-fhs
Python module for using the FHS and XDG basedir paths.

◆ XDG_RUNTIME_DIR

fhs.XDG_RUNTIME_DIR = os.getenv('XDG_RUNTIME_DIR')

XDG runtime directory.

Note that XDG does not specify a default for this. This module uses /run as the default for system services.

Definition at line 789 of file fhs.py.