Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Copy variables from command line to GUI environments' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Copy variables from command line to GUI environments
Authored by: gdsimms on Jul 23, '04 01:04:36PM

You are correct. After running this script and a logout/login, I could not open a terminal session because of some logic I put in my .bashrc that depends on what is already defined in environment vars.

Also, inexplicably, dragging icons in the finder and desktop was broken.(!) Selecting, context menu, key commands on files worked fine, but dragging just did not happen. What possible cause could there be for this?



[ Reply to This | # ]
Regarding "can't drag"?
Authored by: frodeaux on Jul 26, '04 09:31:03AM

It is reported that any definition of "SECURITYSESSIONID" in
environment.plist causes the "can't drag" behavior you
describe.

If you look at the script of the original article, you'll see that the
variable is explicitly NOT copied into environment.plist. I wonder if its definition somehow got into your environment.plist? Any other "odd" definitions?

---
"Everyone's Entitled To Their Own Crummy Opinion."



[ Reply to This | # ]