https://qa.mandrakesoft.com/show_bug.cgi?id=643





------- Additional Comments From [EMAIL PROTECTED]  2003-01-22 01:12 -------
it seems that this bug does not apply anymore, since
userdrake is not embedded at all currently.
What I don't know is if this is the permanent fix or 
if at some time userdrake will be embedded again. I have
no info about plans for Mandrake tools. So please 
enlighten me on this point so this bug can be closed or
not.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description: 
Using current cooker (the problem exists in Mandrake 9.0 too) :
- open userdrake in the mandrake control center
- use file/exit in the _mandrake control center_ menu; or close the 
mandrake control center window directly.
- restart userdrake : /etc/gtmp and /etc/ptmp problem.
userdrake remains in memory. If mcc is started from the command line,
a bunch of gtk error messages about destroyed windows is displayed.

Workaround allowing mcc to close userdrake in this case :

--- drakconf.real.orig  2002-11-27 10:52:50.000000000 +0100
+++ drakconf.real       2002-12-15 22:22:47.000000000 +0100
@@ -656,7 +656,8 @@
 }

 sub quit_global {
-    foreach (@pid_launched,@pid_exp) { kill 'TERM', $_ if defined $_ }
+    clean_socket();
+    foreach (@pid_exp) { kill 'TERM', $_ if defined $_ }
     setVarsInSh($conffile, {
                            EMBEDDED => bool2text($embedded),
                            LOGS => bool2text($logs),

Reply via email to