Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change $XDG_RUNTIME_DIR/tmp to $TEMP_PATH_ROOT/tmp #88

Open
jim3692 opened this issue Jan 4, 2024 · 0 comments
Open

Change $XDG_RUNTIME_DIR/tmp to $TEMP_PATH_ROOT/tmp #88

jim3692 opened this issue Jan 4, 2024 · 0 comments

Comments

@jim3692
Copy link
Collaborator

jim3692 commented Jan 4, 2024

The paths in the UtilGetTempFile function should be moved inside the TEMP_PATH_ROOT

function UtilGetTempFile () {
mkdir -p "$XDG_RUNTIME_DIR/tmp"
mktemp -p "$XDG_RUNTIME_DIR/tmp"
}

@jim3692 jim3692 changed the title Change $XDG_RUNTIME_DIR/tmp to $XDG_RUNTIME_DIR/pipewire-screenaudio/tmp Change $XDG_RUNTIME_DIR/tmp to $TEMP_PATH_ROOT/tmp Jan 4, 2024
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

No branches or pull requests

1 participant