Storing application preferences and data
- by Rudi Strydom
I am looking at creating some Ubuntu applications, but finding good resoures are hard.
I am using the quickly toolkit, but would really like some more insight. How does one normally store application preferences and settings in Linux / Ubuntu.
Is it as simple as creating a XML file and saving the information and then reading from said file on application bootstrap?
If someone can point me in a direction it would be greatly appreciated.