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

           Product: drakconf
         Component: drakconf
           Summary: userdrake remains active when mcc is closed
           Version: 9.0-0.29mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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),



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

Reply via email to