https://qa.mandrakesoft.com/show_bug.cgi?id=643
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Version|9.0-0.29mdk |9.1-0.2mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-01-03 18:25 -------
I know this bug used to be there some time ago. As embedded mode is currently
broken the bug is no more there but I confirm it to get it fixed for later:-)
------- 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),