Ensured TMPDIR can now be overriden and is always valid.#29
Ensured TMPDIR can now be overriden and is always valid.#29qflen wants to merge 6 commits intoubuntu:stablefrom
Conversation
sergio-costas
left a comment
There was a problem hiding this comment.
Just a little nitpick.
sergio-costas
left a comment
There was a problem hiding this comment.
Now it looks perfect. Thanks!
|
lgtm too! |
|
Thanks for the working and sorry for the delay reviewing the change. Do we really still need that override? We removed it from the firefox snap the rational is
Is thunderbird sharing that default? If so should we do the same as firefox and just remove that script? |
|
Please let's get rid of that stupid thunderbird.tmp directory in ~/Downloads.. |
|
@seb128 I'm also coming back this after a while. I deleted the file entirely. Can you merge? |
|
This would be great! |
|
I cherry-picked to beta. After the usual phasing/testing will proceed to pull it into the other branches. Thanks! |
|
This is now fully merged. |
Summary
This improves TMPDIR handling by ensuring:
~/Downloads/thunderbird.tmponly if it is unset or invalid./thunderbird.tmpis always appended to a valid directoryWhy
Previously, TMPDIR was overridden without minding user preference.
Linked Issue
Fixes #3