[Mono-list] Where does Mono store user config setterings?

Chris Derrick chris.derrick at storagecraft.com
Thu Nov 3 13:35:35 EDT 2011


Thanks for the help, it is being saved in ~/.local/share
________________________________________
From: Bojan Rajkovic [bojan at canesystems.com]
Sent: Thursday, November 03, 2011 10:41 AM
To: Chris Derrick
Cc: mono-list at lists.ximian.com
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  -  Mono-list at lists.ximian.com
> 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


More information about the Mono-list mailing list