mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add an environment variable for custom temp dirs
This would be useful if you need to do some elaborate namespacing setup
and want all sockets and other temporary files in a single directory
instead of in `${XDG_RUNTIME_DIR:/tmp}`.
This resolves #139.
This commit is contained in:
@@ -668,7 +668,9 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf).
|
||||
- If you're using a `WINELOADER` that runs the Wine process under a separate
|
||||
namespace while the host is not sandboxed, then you'll have to use the
|
||||
`YABRIDGE_NO_WATCHDOG` environment variable to disable the watchdog timer. If
|
||||
you know what this means then you probably know what you're doing.
|
||||
you know what this means then you probably know what you're doing. In that
|
||||
case, you may also want to use `YABRIDGE_TEMP_PATH` to choose a different
|
||||
directory for yabridge to store its sockets and other temporary files in.
|
||||
|
||||
## Performance tuning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user