http://bugzilla.novell.com/show_bug.cgi?id=609632
http://bugzilla.novell.com/show_bug.cgi?id=609632#c2 --- Comment #2 from Robert Jordan <[email protected]> 2010-05-29 00:24:28 UTC --- On this system the following test case is showing that EGlib's g_get_home_dir() does not work correctly: using System; class Test { static void Main () { Console.WriteLine (Environment .GetFolderPath(Environment.SpecialFolder.Personal)); } } $ HOME=foo mono test.exe foo This means that g_get_home_dir() is falling back to getenv("HOME"). -- 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
