http://bugzilla.novell.com/show_bug.cgi?id=571444
http://bugzilla.novell.com/show_bug.cgi?id=571444#c0 Summary: Registry should be put in $XDG_DATA_HOME, not ~/.mono Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: CORLIB AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Community User Blocker: --- http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs shows that on line 563 & 564 the path to the registry is set to ~/.mono/registry Environment.SpecialFolder.LocalApplicationData should be used so that data is stored in ~/.local/share/ Here's a small fix for this: return Path.Combine (Environment.GetFolderPath (Environment.SpecialFolder.LocalApplicationData), "mono/registry"); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
