In order to keep certain settings in sync, is it a good idea to place app configuration files into ~/Ubuntu One
folder, e.g. ~/Ubuntu One/.myapp/myapp.conf
?

- 207
2 Answers
Generally, no, it's not a good idea to store configuration files in Ubuntu One. There was a session at UDS Q about this. I'm not sure where the audio stream is for that at the moment, or the Etherpad URL, but it's worth going through.
Most applications do not do the right thing with storing settings (configuration/preferences), state, and authentication details, and will often lump them all together. Also, even if all the apps did do this correctly, using Ubuntu One file synchronization is the wrong way to go about syncing such data. The upcoming u1db structured data storage and synchronization support, would be a much better way of doing the job.

- 40,982
See Will Ubuntu One support OS Settings sync? for some discussion on this point. In general, as dobey says above, it's not a good idea to sync configuration files for apps, because the apps are not written with the expectation that those files might change. To sync app settings, you really need cooperation from the apps.
~/Ubuntu One
instead of placing the actual files. – Adobe Jul 07 '12 at 08:35