WizardStan
Mega GP Mania
- Joined
- May 24, 2008
- Messages
- 16,731
No, as has been said.Pleng said:Does this not mean that any background tasks accessing $HOME will be directed to appdata?
To expand on it and offer "proof", open two terminals, and into one type
"export FOO=abc"
and in the other
"export FOO=xyz"
then, in both, type
"echo $FOO"
and see what you get. You should still get "abc" in the first, and "xyz" in the second. And that's how it works when you start any other application as well.
Last edited by a moderator: