Thanks for the help, it is being saved in ~/.local/share ________________________________________ From: Bojan Rajkovic [[email protected]] Sent: Thursday, November 03, 2011 10:41 AM To: Chris Derrick Cc: [email protected] Subject: Re: [Mono-list] Where does Mono store user config setterings?
On Nov 3, 2011, at 12:09 PM, Chris Derrick wrote: > I've also tried running the service as my user (chris), but I still couldn't > find the user.config file anywhere. > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Where-does-Mono-store-user-config-setterings-tp3983422p3986528.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list 1) Are you verifying that it's saved (do user settings persist between runs?) 2) If you're sure it is, you can strace the Mono process that mono-service starts for your service to look for open/write sys calls and see where it's writing the file. Check out man strace for more information. —Bojan _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
