|
xongus Beginner
Joined: 01 May 2011 Posts: 12
|
Posted: Sun May 29, 2011 4:27 am
[3.34] Transferring .pkg files does not preserve 'preferences' |
I currently travel a bit and use different computers at the home, office, and on the road. I originally tried having the 'live' directory for the .pkg etc files to be in a shared folder via the Dropbox program. Dropbox locks the files to do indexes/updating I believe, so there were some access issues and delays. I now have each installation save to a local directory and on quitting it runs a simple python script to copy the local .pkg to the update the one in the shared version. When I execute cmud, I use a batch script to just copy the updated .pkg from the shared directory to the local one before running cmud. The code is updated however all the 'preferences' revert to the default. This includes little things like timestamps, session colors, etc. I thought I wasn't saving the .pkg correctly or updating before cmud loaded, but the code is updated. I also checked the backups with the same effect. In the preferences I made sure to save my designed settings as the default and reloaded to verify.
Any ideas or suggestions?
Thanks! |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun May 29, 2011 4:15 pm |
Default Preferences are stored in a different file. I think this includes any global preferences, which you can easily see when you choose the Bold Global Options item from the dropdown list.
I don't recall the name offhand, but I think it may be cmud.ini (or .cfg or whatever it is now). |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Sun May 29, 2011 8:11 pm |
Any changes to default settings are saved in default.pkg
|
|
_________________ Taz :) |
|
|
|
xongus Beginner
Joined: 01 May 2011 Posts: 12
|
Posted: Tue May 31, 2011 5:47 pm |
Taz wrote: |
Any changes to default settings are saved in default.pkg |
Perfect, that did it. Thanks! |
|
|
|
|
|