<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Lucida Console">hello there,<br>
<br>
just wanted to confirm this bug and to deliver a workaround:<br>
<br>
</font></font>always, when restarting X, with<br>
ctrl-alt-backspace<br>
or<br>
sudo /etc/init.d/gdm restart<br>
or in tty by doing<br>
/etc/init.d/gdm stop / start,<br>
I got 100% cpu load. rrrroaarrrr<br>
so I always had to go back to tty (ctrl-alt-f1) and do<br>
/etc/init.d/gdm stop<br>
killall xfce4-xfapplet-plugin<br>
<p>/etc/init.d/gdm start</p>
<p>but now i have a very well working workaround:<br>
</p>
<p>sudo gedit /etc/gdm/<wbr>PostSession/<wbr>Default<br>
add the command<br>
killall xfce4-xfapplet-<wbr>plugin<br>
at the end right before exit 0:<br>
save, now everytime you logout or do ctrl-alt-backspace<br>
the applet will be killed without being deleted from panel.</p>
<p>sudo gedit /etc/init.d/gdm<br>
add the command<br>
killall xfce4-xfapplet-<wbr>plugin<br>
to line 83, it should look like this:<br>
&nbsp;&nbsp;stop)<br>
&nbsp;log_begin_msg "Stopping GNOME Display Manager..."<br>
&nbsp;start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE --name
gdm $SSD_ARG --retry 30 &gt;/dev/null 2&gt;&amp;1<br>
&nbsp;killall xfce4-xfapplet-<wbr>plugin<br>
&nbsp;log_end_msg 0</p>
<p>save, now you can work normal in tty and once you have to restart
gdm, you will notice nothing anymore.</p>
cheers<br>
</body>
</html>