rootkiwi / an2linuxserver

Sync Android notifications encrypted to a Linux desktop
Other
401 stars 43 forks source link

Use XDG_RUNTIME_DIR for TMP_DIR_PATH #42

Closed ammgws closed 5 years ago

ammgws commented 5 years ago

Solves #41

Previous default temp folder: $TMP/an2linux New default: $XDG_RUNTIME_DIR/an2linux (falls back to the above if XDG isnt set)

Note: I haven't tested this yet, but I don't see why it shouldn't work.

rootkiwi commented 5 years ago

thank you ! yea it should work :)