Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79240 --- shadow/79240 2006-08-31 18:29:58.000000000 -0400 +++ shadow/79240.tmp.28551 2006-09-01 16:41:49.000000000 -0400 @@ -1,22 +1,21 @@ Bug#: 79240 -Product: Mono: Compilers +Product: Mono: Runtime Version: 1.1 -OS: +OS: unknown OS Details: Archlinux Status: NEW Resolution: -Severity: -Priority: Major -Component: C# +Severity: Unknown +Priority: Normal +Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: gmcs assumes bad home directory for user 0 (often root, but sometimes not) Description of Problem: When gmcs is used in a fakeroot environnement, it will try to write in /root/.wapi but it is forbidden. Instead it should write in $HOME/.wapi @@ -218,6 +217,15 @@ bash-3.1# ------- Additional Comments From [EMAIL PROTECTED] 2006-08-31 18:29 ------- Created an attachment (id=17580) Desktop Drapes source code written in C# + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-01 16:41 ------- +This seems to be a side effect of Glib's get-home-directory function +that uses the information from passwd instead of HOME. + +Am not sure if we can strongly about this, I would replace this with +using HOME instead of the values from /etc/passwd. + +Paolo, Zoltan, do you have a strong opinion? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
