[Mono-bugs] [Bug 609632] EGlib's g_get_home_dir() not able to read /etc/passwd

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 28 20:24:29 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=609632

http://bugzilla.novell.com/show_bug.cgi?id=609632#c2


--- Comment #2 from Robert Jordan <robertj at gmx.net> 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.


More information about the mono-bugs mailing list