https://qa.mandrakesoft.com/show_bug.cgi?id=643
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-01-28 11:26 -------
current mcc nicely kill embedded app on theme change (mcc restart) and exit
------- 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),