kscd and suse 8.2 errors
Hi, I've recently upgraded to suse 8.2 and discovered that kscd won't restart after being quit with the x windows close button. The interface disappears, but the process is still alive and keeps other kscd sessions from starting. Quitting with "ctrl+q" or the button on the interface works fine. Also, this error message is repeated about 15 times when kscd is started: kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action. This is using kscd 1.3.3, kde 3.1.1, and SuSE 8.2. Any help would be appreciated, thanks. Darby
On Thursday 18 September 2003 09:36 am, darby wrote:
Hi,
I've recently upgraded to suse 8.2 and discovered that kscd won't restart after being quit with the x windows close button. The interface disappears, but the process is still alive and keeps other kscd sessions from starting. Quitting with "ctrl+q" or the button on the interface works fine. Also, this error message is repeated about 15 times when kscd is started:
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
This is using kscd 1.3.3, kde 3.1.1, and SuSE 8.2.
Any help would be appreciated, thanks.
Darby
There are a couple of ways to do this. From a console: /* Find the Process ID (PID) by running the ps command with the A (All) option kenphe@linux:~> ps -A PID TTY TIME CMD 1 ? 00:00:05 init 2 ? 00:00:00 keventd 3 ? 00:00:00 kapmd 4 ? 00:00:00 ksoftirqd_CPU0 5 ? 00:00:01 kswapd 6 ? 00:00:00 bdflush 7 ? 00:00:00 kupdated 8 ? 00:00:00 kinoded 10 ? 00:00:00 mdrecoveryd 13 ? 00:00:00 kreiserfsd 11056 pts/2 00:00:00 bash 11188 ? 00:00:21 ksysguard 11189 ? 00:00:03 ksysguardd 11200 ? 00:00:00 kdeinit 11201 pts/3 00:00:00 bash 11236 ? 00:00:00 kscd 11237 pts/3 00:00:00 ps /* Note the PID number for the kscd process and run the kill command on it kenphe@linux:~> kill 11236 Alternately, you can run KDE System Guard which should be located under K menu/System than select the Process Table tab, find kscd, highlight it and click on the kill option. hth -- Don't confuse me with facts, my mind's already made up! ---------------------------------------------------------------- SuSE 8.2 - KDE 3.1.3
Are you sure that kscd has been closed? My experience is that it remains in the "system tray" and is not killed completely, only hidden. If you look in the right hand side of the panel or task bar (whatever) you may see the kscd icon. Clicking on that (if it does exist) should unhide it. Hope that helps. Eddie On Thursday 18 Sep 2003 2:36 pm, darby wrote:
Hi,
I've recently upgraded to suse 8.2 and discovered that kscd won't restart after being quit with the x windows close button. The interface disappears, but the process is still alive and keeps other kscd sessions from starting. Quitting with "ctrl+q" or the button on the interface works fine. Also, this error message is repeated about 15 times when kscd is started:
kdecore (KAction): WARNING: KAction::plugAccel(): call to deprecated action.
This is using kscd 1.3.3, kde 3.1.1, and SuSE 8.2.
Any help would be appreciated, thanks.
Darby
eddie writes:
Are you sure that kscd has been closed? My experience is that it remains in the "system tray" and is not killed completely, only hidden. If you look in the right hand side of the panel or task bar (whatever) you may see the kscd icon. Clicking on that (if it does exist) should unhide it.
No, it seems to disappear entirely when using the x windows close button. Using the minimize button iconifies it into the panel, and works fine. It seems like a bug, where kscd is trying to trap x windows close events but is getting confused along the way. Thanks, Darby
participants (3)
-
columbo
-
darby
-
eddie