Gand wrote:On wiky page I've read about manually edit info.plist:
- Code: Select all
<key>Preference Folder Location</key>
<string>/Volumes/YourDiskName/</string>
Something is going wrong.
I try to start portable Adium (from an USB thumb) on machines where it was never installed.
Before testing my script I follow the wiky How-to adding manually these lines to info.plist file:
- Code: Select all
<key>Preference Folder Location</key>
<string>/Volumes/PortableMac/PortableAdium/profile/</string>
Where the tree of USB thumb is:
PortableMac:
/PortableAdium
/PortableAdium/profile
/PortableAdium/app/Adium.app
all folders are chmod 777
When I launch Adium.app I get errors message that these folders cannot be created:
Contact List, Emoticons, PlugIns, Scripts, Sounds, Message Styles.
Adium start but only "
User" folder and "
Login Preferences.plist" file are created in my "profile" folder.
It happens on 3 different machine all running 10.4.4.
The error message appears only the first time I start Adium, and never appears if Adium.app was already installed on the internal HD.
What is wrong? I did some mistake?
Thanks.