https://bugzilla.novell.com/show_bug.cgi?id=653564
https://bugzilla.novell.com/show_bug.cgi?id=653564#c4 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected] |[email protected] --- Comment #4 from Gonzalo Paniagua Javier <[email protected]> 2010-11-17 05:27:18 UTC --- The problem is that openSuse keeps the USER environment variable set to your user name instead of changing it to root. $ su # export | grep <yourusername> .. USER="<yourusername>" USERNAME="<yourusername>" .. In ubuntu, you would get: .. USERNAME="<yourusername>" .. instead. Mono eglib relies on the USER environment variable. Fixing... -- Configure bugmail: https://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
