[Bug 553557] Re: kde power button configuration ignored

Bug Watch Updater 553557 at bugs.launchpad.net
Fri Aug 28 15:10:53 UTC 2015


Launchpad has imported 56 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=236490.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-05-05T23:03:01+00:00 Bugs-kde-org-6 wrote:

Version:            (using KDE 4.4.3)
OS:                Linux
Installed from:    Ubuntu Packages

I always have a defunct kded4 process since some time around the 4.3 to 4.4 transition.
I have the Kubuntu 10.4 packages with 4.4.3 from their PPA.

$ ps waux | grep kded4
falken    2183  0.0  1.2 132324 25500 ?        Sl   18:56   0:08 kdeinit4: kded4 [kdeinit]                      
falken    2383  0.0  0.0      0     0 ?        Z    18:57   0:00 [kded4] <defunct>
falken    5615  0.0  0.0   3324   820 pts/1    S+   21:46   0:00 grep kded4
$

Amongst other things, this breaks the ACPI power button script Ubuntu uses, causing power off regardless of what KDE has configured.
Their bug : https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/17

------------------------------------------------------------------------
On 2010-05-07T19:05:41+00:00 Laurent Bonnaud wrote:

Also reported as:

https://bugs.launchpad.net/kdelibs/+bug/515138

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/18

------------------------------------------------------------------------
On 2010-05-07T19:20:42+00:00 Bugs-kde-org-6 wrote:

Not exactly the same, I only ever have one.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/19

------------------------------------------------------------------------
On 2010-06-07T06:33:18+00:00 Ancoron Luziferis wrote:

Same over here on two different AMD64 machines (both Kubuntu 10.04 too,
but with default packages):

machine1$ ps -eHo pid,ppid,stat,cmd | grep kded4 | egrep -v grep
 1495     1 Sl     kdeinit4: kded4 [kdeinit]                      
 1704  1495 Z        [kded4] <defunct>
 3706  1495 Z        [kded4] <defunct>
 3819  1495 Z        [kded4] <defunct>
 3905  1495 Z        [kded4] <defunct>
 4020  1495 Z        [kded4] <defunct>
 7629  1495 Z        [kded4] <defunct>


machine2$ ps -eHo pid,ppid,stat,cmd | grep kded4 | egrep -v grep
 1975     1 Sl     kdeinit4: kded4 [kdeinit]                      
 2268  1975 Z        [kded4] <defunct>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/20

------------------------------------------------------------------------
On 2010-06-07T10:22:31+00:00 Ancoron Luziferis wrote:

Same at another AMD64 machine:

machine3$ ps -eHo pid,ppid,stat,cmd | grep kded4 | egrep -v grep
 2200     1 Sl     kdeinit4: kded4 [kdeinit]                      
 2607  2200 Z        [kded4] <defunct>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/21

------------------------------------------------------------------------
On 2010-06-08T10:53:26+00:00 B-kde wrote:

Same here after some hours. Kubuntu 10.04 32bits - ATI drivers.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/22

------------------------------------------------------------------------
On 2010-06-08T20:07:59+00:00 Bugs-kde-org-6 wrote:

I'm using Intel graphics drivers, so it's not that.
'cpuid' claims I've a single Intel CPU (with 2 hyperthreads).
I'm fairly sure it's a 32bit CPU (certainly all the packages are) but dunno how to check for sure.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/23

------------------------------------------------------------------------
On 2010-06-26T00:31:31+00:00 E-J wrote:

Same problem here, sometimes it just make keyboard work slow, sometimes
mouse pointer moves slow, last time it thought that ctrl is pressed
down. Always ps ax shows that kded4 defunct. Sometimes it can happen
after 3 days, sometimes after some hours, like today. Boot fixes it for
a while.

Using Kubuntu 10.04, KDE 4.4.4, kernel 2.6.32-020632, cpu is intel q6600
and graphics card is ATI HD3650 AGP.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/27

------------------------------------------------------------------------
On 2010-06-26T00:47:26+00:00 E-J wrote:

(In reply to comment #7)
> Same problem here, sometimes it just make keyboard work slow, sometimes mouse
> pointer moves slow, last time it thought that ctrl is pressed down. Always ps
> ax shows that kded4 defunct. Sometimes it can happen after 3 days, sometimes
> after some hours, like today. Boot fixes it for a while.
> 

Apparently kded4 is defunct right from the start, so maybe that is not
the cause for these other things.

> Using Kubuntu 10.04, KDE 4.4.4, kernel 2.6.32-020632, cpu is intel q6600 and
> graphics card is ATI HD3650 AGP.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/28

------------------------------------------------------------------------
On 2010-06-30T18:30:21+00:00 Bugs-kde-org-6 wrote:

Still occurs with KDE 4.5 rc1 (packages from Kubuntu beta PPA):
$ ps -efw|grep kded
falken    1977     1  0 08:53 ?        00:00:06 kdeinit4: kded4 [kdeinit]                      
falken    2241  1977  0 08:54 ?        00:00:00 [kded4] <defunct>
falken    2719  1977  0 08:57 ?        00:00:00 [kded4] <defunct>
falken    2720  1977  0 08:57 ?        00:00:00 [kded4] <defunct>

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/29

------------------------------------------------------------------------
On 2010-07-11T17:43:28+00:00 Bugs-kde-org-6 wrote:

Still present in RC2 :-/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/30

------------------------------------------------------------------------
On 2010-07-12T07:55:27+00:00 Laurent Bonnaud wrote:

> Still present in RC2 :-/

Same thing here with KDE SC 4.5RC2 from the Kubuntu PPA on my lucid system:
I see 2 defunct processes just after starting a KDE session.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/31

------------------------------------------------------------------------
On 2010-07-19T22:06:03+00:00 cfaber wrote:

This may be related to something in power manager and or power profile
switching. I've noticed that when I unplug/replug the power adapter for
my laptop, I end up with 2 new zombies, 1 for the unplug, 1 for the
replug. If I have some time I'll dig into this deeper, but figured I'd
note it here as this seems to be an on going issue (at least for me)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/32

------------------------------------------------------------------------
On 2010-07-20T11:20:07+00:00 Bugs-kde-org-6 wrote:

I don't get additional defunct process' no matter how many times I plug
and unplug - Kubuntu's KDE 4.5 RC2 packages

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/33

------------------------------------------------------------------------
On 2010-07-23T16:42:27+00:00 Laurent Bonnaud wrote:

As for my system:

 - sometimes I get 2 processes and no or a small growth of the number of processes
 - sometimes I get a very fast growth of the number of processes (several hundred in a few minutes and thousands after a few hours of work)

So far I have not been able to find what causes those different
behaviours.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/34

------------------------------------------------------------------------
On 2010-07-23T17:10:16+00:00 Bugs-kde-org-6 wrote:

No, suspend and resume does not trigger extra ones, but something must, as I now have 3 defunct and one running kded4:
$ ps -efww|grep kded
falken    1800     1  0 Jul21 ?        00:00:37 kdeinit4: kded4 [kdeinit]                      
falken    2179  1800  0 Jul21 ?        00:00:00 [kded4] <defunct>
falken   15754  1800  0 09:16 ?        00:00:00 [kded4] <defunct>
falken   15755  1800  0 09:16 ?        00:00:00 [kded4] <defunct>
falken   19773 18636  0 16:08 pts/2    00:00:00 grep kded
$
July 21 was two days ago, I have hibernated several times since, and definitely had a few 'power at 15%' alerts too.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/35

------------------------------------------------------------------------
On 2010-07-23T17:22:26+00:00 Laurent Bonnaud wrote:

On Fri, 2010-07-23 at 17:11 +0200, Tom Chiverton wrote:

> No, suspend and resume does not trigger extra ones
[...]
> I have hibernated several times since

suspend and hibernate are not the same thing.  Did you really try both ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/36

------------------------------------------------------------------------
On 2010-07-23T17:28:25+00:00 Bugs-kde-org-6 wrote:

Comment #16: Yes.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/37

------------------------------------------------------------------------
On 2010-08-05T19:11:42+00:00 Bugs+kde wrote:

*** This bug has been confirmed by popular vote. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/38

------------------------------------------------------------------------
On 2010-08-17T15:35:50+00:00 Forgetful-tan wrote:

I have the same issue in my kubuntu 10.04 system, KDE version 4.4.2 .
I found that my issue may due to I'm using encrypted home directory. I used encryptfs bring by ubuntu. I found that each time when I'm doing login to my encrypted-home accounts, it left a [kded4] defunct process. When using su to this user and logout, it printed 'Sessions still open, not unmounting' .
I found that encryptfs used a pam plugin to function that auto mount/unmount home . In the pam config, there is line like

session        optional        pam_ecryptfs.so unwrap

When I commented these line out and login again, the defunct process
went away. And when I uncommented them, the problem happened again.

Hope this information will help the debugging.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/40

------------------------------------------------------------------------
On 2010-08-18T21:13:15+00:00 Bugs-kde-org-6 wrote:

I don't have an encrypted /home, though it is on a different partition
it's just configured in /etc/fstab as normal.

Even so, I do have a similar line:
falken at wopr:~$ grep pam_ecr /etc/pam.d/* /etc/pam.conf 
/etc/pam.d/common-auth:auth     optional        pam_ecryptfs.so unwrap
/etc/pam.d/common-password:password     optional        pam_ecryptfs.so 
/etc/pam.d/common-session:session       optional        pam_ecryptfs.so unwrap
/etc/pam.d/common-session-noninteractive:session        optional        pam_ecryptfs.so unwrap
falken at wopr:~$ 

I wonder what the effect of removing them is ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/41

------------------------------------------------------------------------
On 2010-09-27T09:52:07+00:00 jakartadean wrote:

I'm running a fairly new kubuntu 10.04 installation on a new netbook,
and I get thousands of defunct kded4 processes.  I rebooted about 4
hours ago and just now ran "ps aux | grep kded4 | wc" which shows 1,561
lines.  My /home directory is encrypted.   kde is version 4.4.2, and
kernel is 2.6.32-24

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/42

------------------------------------------------------------------------
On 2010-09-27T10:03:49+00:00 jakartadean wrote:

I've posted the above to https://bugs.kde.org/show_bug.cgi?id=239965
which seems a better place.  I'm not sure if the two are related or not,
but suggest letting the folks responsible for that one look first.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/43

------------------------------------------------------------------------
On 2010-12-02T23:14:10+00:00 Bugs-kde-org-6 wrote:

Still happens with 4.5.4

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/50

------------------------------------------------------------------------
On 2011-01-02T11:46:27+00:00 Peter Kelder wrote:

Same here on kubuntu 10.10/kde 4.5.1

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/51

------------------------------------------------------------------------
On 2011-01-29T11:25:14+00:00 Bugs-kde-org-6 wrote:

Not fixed in 4.6

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/53

------------------------------------------------------------------------
On 2011-01-29T13:22:43+00:00 Arthur Țițeică wrote:

It's not happening here on a clean install of Kubuntu 10.10 x64 and
straight upgrade to KDE 4.6 from PPA.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/54

------------------------------------------------------------------------
On 2011-01-29T14:43:14+00:00 Bugs-kde-org-6 wrote:

falken at wopr:~$ ps -efw|grep kded4
falken    2037     1  0 Jan28 ?        00:00:08 kdeinit4: kded4 [kdeinit]                      
falken    2321  2037  0 Jan28 ?        00:00:00 [kded4] <defunct>
falken    5892  2257  0 13:40 pts/0    00:00:00 grep kded4
falken at wopr:~$ 

This is 32bit Kubutnu 10.10 (upgraded every 6 months from 9.4) with 4.6
from their backports PPA.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/55

------------------------------------------------------------------------
On 2011-02-07T09:38:13+00:00 Tais P. Hansen wrote:

I don't know if anybody noticed this but turning off notifications such
as popups and sounds on system events, drastically reduces the zombies
at least on my laptop.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/56

------------------------------------------------------------------------
On 2011-02-08T21:16:38+00:00 Tais P. Hansen wrote:

I think I may have found the culprit. Stopping and disabling the
"Notification Helper" in the KDE Services Configuration seems to prevent
further defunct kded processes.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/57

------------------------------------------------------------------------
On 2011-02-13T21:45:10+00:00 Lamarque wrote:

*** Bug 239965 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/58

------------------------------------------------------------------------
On 2011-02-21T00:25:03+00:00 Andrej-cremoznik-4 wrote:

I can confirm Tais P. Hansen's findings. A quick google search shows
Notification Helper as a Kubuntu app so it's a downstream issue.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/59

------------------------------------------------------------------------
On 2011-02-21T19:51:22+00:00 Bugs-kde-org-6 wrote:

Be aware doing so kills
"Notifications for upgrade information, when available.
...
Notifications for when upgrades require a reboot to complete." according to http://packages.ubuntu.com/lucid/kubuntu-notification-helper

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/60

------------------------------------------------------------------------
On 2011-02-25T11:59:31+00:00 Ralf Jung wrote:

Is (K)Ubuntu aware of the issue, i.e. is this reported in their
launchpad system?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/61

------------------------------------------------------------------------
On 2011-02-25T12:03:36+00:00 Tais P. Hansen wrote:

Yes. It initially started in launchpad and was sent upstream.

There's apparently now a fix buried in a bzr tree somewhere.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/62

------------------------------------------------------------------------
On 2011-04-06T13:01:12+00:00 Laurent Bonnaud wrote:

This bug was specific to Kubuntu and has been fixed in natty.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/66

------------------------------------------------------------------------
On 2011-04-07T23:22:04+00:00 Bugs-kde-org-6 wrote:

Not fixed in Natty for me:

falken at wopr:~$ ps -efw|grep kded
falken    1975     1  0 21:34 ?        00:00:05 kdeinit4: kded4 [kdeinit]                      
falken    2287  1975  0 21:36 ?        00:00:00 [kded4] <defunct>

This is after I went back and re-enabled the notification service.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/69

------------------------------------------------------------------------
On 2011-04-11T19:12:10+00:00 Jonathan Riddell wrote:

"11.04ubuntu3 now uploaded for anyone running 11.04 Beta 1. Upgrade to
kubuntu-notification-helper 11.04ubuntu3, log out and in again then
test."

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/70

------------------------------------------------------------------------
On 2011-04-11T19:12:47+00:00 Jonathan Riddell wrote:

Comment at https://bugs.launchpad.net/ubuntu/+source/kubuntu-
notification-helper/+bug/515138

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/71

------------------------------------------------------------------------
On 2011-04-11T22:11:01+00:00 Bugs-kde-org-6 wrote:

Not resolved. See comment at your link.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/72

------------------------------------------------------------------------
On 2011-09-15T17:47:15+00:00 Cfeck wrote:

What is the status of this bug? Does it still happen with a recent KDE
version, such as 4.6.5 or 4.7.x? Please add a comment.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/73

------------------------------------------------------------------------
On 2011-09-15T19:54:17+00:00 Dusty-w wrote:

I'm using KDE 4.7.0 (4.7.1 has not yet been packaged for Natty) and the problem is still there.
I had to disable all my cronjobs.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/74

------------------------------------------------------------------------
On 2011-09-17T15:13:57+00:00 Bugs-kde-org-6 wrote:

Yup, still busted here in 11.04 Kubuntu:

falken at wopr:/tmp$ ps -efww|grep kded ; dpkg -l|grep kdebase-workspace
falken    2833     1  0 Sep14 ?        00:00:08 kdeinit4: kded4 [kdeinit]                      
falken    3530  2833  0 Sep14 ?        00:00:00 [kded4] <defunct>
falken   10386  3378  0 16:12 pts/0    00:00:00 grep kded
ii  kdebase-workspace                                                            4:4.6.5-0ubuntu1~ppa2                                KDE Plasma Workspace components

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/75

------------------------------------------------------------------------
On 2011-09-24T12:07:18+00:00 Bugs-kde-org-6 wrote:

Still occurs with Kubuntu 11.10 beta 2 (version 4:4.7.1-0ubuntu2) !
falken at wopr:/tmp$ ps -efww|grep kded
falken    2316     1  0 11:28 ?        00:00:02 kdeinit4: kded4 [kdeinit]                      
falken    2714  2316  0 11:29 ?        00:00:00 [kded4] <defunct>
falken    3778  2598  0 13:05 pts/0    00:00:00 grep kded
falken at wopr:/tmp$

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/76

------------------------------------------------------------------------
On 2011-09-24T12:13:10+00:00 Cfeck wrote:

Tom, does comment #29 fix it for you? If not, you probably would have to
go through http://kdepepo.wordpress.com/2011/05/11/troubleshooting-
kded4-bugs/ to find the culprit.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/78

------------------------------------------------------------------------
On 2011-09-24T12:18:08+00:00 Bugs-kde-org-6 wrote:

#29 fixed it in earlier KDEs, it appears to have been turned back on for
me. I've turned it off and will report back.

Disabling this service isn't a proper fix, of course, just identifying
the cause.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/79

------------------------------------------------------------------------
On 2011-09-24T12:33:51+00:00 Bugs-kde-org-6 wrote:

Yeah, work around seems to work.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/80

------------------------------------------------------------------------
On 2011-09-24T12:42:21+00:00 Cfeck wrote:

The "Notification Helper" is a Ubuntu-specific package. Please report
this problem to https://launchpad.net/ubuntu/+source/kubuntu-
notification-helper

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/81

------------------------------------------------------------------------
On 2011-09-24T17:54:42+00:00 Bugs-kde-org-6 wrote:

Already reported (https://bugs.launchpad.net/ubuntu/+source/kubuntu-
notification-helper/+bug/515138) - are you and Ubuntu co-ordinating a
fix ? This is moderately important because the defunct processes
confuses an ACPI script, which cause an unconditional shutdown, and so
data loss, instead of hibernate when the power button is pressed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/82

------------------------------------------------------------------------
On 2011-09-24T19:31:25+00:00 Cfeck wrote:

The kubuntu-notification-helper package is not part of the KDE
repositories, so I doubt any KDE developer can help here. Additionally,
following the downstream report, the information which of the
notifications is causing the error requested in comment 24 is still
unclear (comment 26 and 27 are contradicting).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/83

------------------------------------------------------------------------
On 2011-09-24T19:36:28+00:00 Cfeck wrote:

Reading all comments I see no indication that this bug is present
without the kubuntu-notification-helper. Resolving accordingly.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/84

------------------------------------------------------------------------
On 2011-09-24T19:59:44+00:00 Cfeck wrote:

By quickly looking at the source for the mentioned package, it leaks
KProcess instances everywhere.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/85

------------------------------------------------------------------------
On 2011-09-28T23:03:35+00:00 Cfeck wrote:

Tom, at least apportevent.cpp needs to be fixed, too.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/88

------------------------------------------------------------------------
On 2012-04-15T00:44:42+00:00 X-wstephenson wrote:

*** Bug 282490 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/95

------------------------------------------------------------------------
On 2015-08-28T00:32:31+00:00 dogshu wrote:

This bug still exists on Gentoo with KDE 4.14.3.  I see no notification-
helper packages installed.

thud ~ # date
Thu Aug 27 20:29:20 EDT 2015
thud ~ # equery list kde-apps/kdebase-meta
 * Searching for kdebase-meta in kde-apps ...
[IP-] [  ] kde-apps/kdebase-meta-4.14.3:4
thud ~ #  ps aux | grep Z
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root       948  0.0  0.2  10836  2216 pts/0    S+   20:29   0:00 grep --colour=auto Z
jim      11078  0.0  0.0      0     0 ?        Z    Aug20   0:00 [kded4] <defunct>
jim      22581  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22692  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22727  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22785  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22823  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23014  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23022  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23060  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23122  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23125  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      30718  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
jim      30791  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
jim      30866  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
thud ~ # equery list '*helper*'
 * Searching for *helper* ...
[IP-] [  ] net-libs/libnetfilter_cthelper-1.0.0:0
thud ~ #

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/100

------------------------------------------------------------------------
On 2015-08-28T00:40:09+00:00 dogshu wrote:

FYI, this box does not run a local X.  I run some KDE apps (konsole,
konqueror) under icewm in an x2go session.  However, right now there is
no x2go server running, either.  Here's my full process list.  I note
lots of dbus-daemon and kdeinit4 processes running as well.

thud ~ # ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1   4208  1024 ?        Ss   Aug09   0:33 init [3]
root         2  0.0  0.0      0     0 ?        S    Aug09   1:14 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    Aug09   2:16 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S    Aug09  14:09 [rcu_sched]
root         8  0.0  0.0      0     0 ?        S    Aug09   0:00 [rcu_bh]
root         9  0.0  0.0      0     0 ?        S    Aug09   0:09 [migration/0]
root        10  0.0  0.0      0     0 ?        S    Aug09   0:08 [migration/1]
root        11  0.0  0.0      0     0 ?        S    Aug09   2:05 [ksoftirqd/1]
root        13  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kworker/1:0H]
root        14  0.0  0.0      0     0 ?        S    Aug09   0:08 [migration/2]
root        15  0.0  0.0      0     0 ?        S    Aug09   2:12 [ksoftirqd/2]
root        17  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kworker/2:0H]
root        18  0.0  0.0      0     0 ?        S    Aug09   0:10 [migration/3]
root        19  0.0  0.0      0     0 ?        S    Aug09   2:08 [ksoftirqd/3]
root        21  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kworker/3:0H]
root        22  0.0  0.0      0     0 ?        S<   Aug09   0:00 [khelper]
root        23  0.0  0.0      0     0 ?        S    Aug09   0:00 [kdevtmpfs]
root        24  0.0  0.0      0     0 ?        S<   Aug09   0:00 [netns]
root        25  0.0  0.0      0     0 ?        S<   Aug09   0:00 [perf]
root        26  0.0  0.0      0     0 ?        S<   Aug09   0:00 [writeback]
root        27  0.0  0.0      0     0 ?        SN   Aug09   0:00 [khugepaged]
root        28  0.0  0.0      0     0 ?        S<   Aug09   0:00 [crypto]
root        29  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kintegrityd]
root        30  0.0  0.0      0     0 ?        S<   Aug09   0:00 [bioset]
root        31  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kblockd]
root        32  0.0  0.0      0     0 ?        S<   Aug09   0:00 [ata_sff]
root        33  0.0  0.0      0     0 ?        S<   Aug09   0:00 [devfreq_wq]
root        34  0.0  0.0      0     0 ?        S    Aug09   1:41 [kworker/0:1]
root        39  0.1  0.0      0     0 ?        S    Aug09  37:56 [kswapd0]
root        40  0.0  0.0      0     0 ?        S    Aug09   0:00 [fsnotify_mark]
root        47  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kthrotld]
root        48  0.0  0.0      0     0 ?        S<   Aug09   0:00 [acpi_thermal_pm]
root        49  0.0  0.0      0     0 ?        S<   Aug09   0:00 [bioset]
root        50  0.0  0.0      0     0 ?        S<   Aug09   0:00 [deferwq]
root       107  0.0  0.0      0     0 ?        S    Aug09   1:25 [kworker/1:2]
root       366  0.0  0.5  83532  5516 ?        Ss   20:17   0:00 sshd: root at pts/0
root       386  0.0  0.3  20156  3748 pts/0    Ss   20:18   0:00 -bash
root       459  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_0]
root       460  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_0]
root       461  0.0  0.0      0     0 ?        S    Aug09   0:42 [usb-storage]
root       506  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_1]
root       507  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_1]
root       508  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_2]
root       509  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_2]
root       511  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_3]
root       512  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_3]
root       513  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_4]
root       514  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_4]
root       515  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_5]
root       516  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_5]
root       517  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_6]
root       518  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_6]
root       519  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_7]
root       520  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_7]
root       521  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_8]
root       522  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_8]
root       529  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_9]
root       530  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_9]
root       531  0.0  0.0      0     0 ?        S    Aug09   0:00 [scsi_eh_10]
root       532  0.0  0.0      0     0 ?        S<   Aug09   0:00 [scsi_tmf_10]
root       535  0.0  0.0      0     0 ?        S<   Aug09   9:15 [kworker/1:1H]
root       536  0.0  0.0      0     0 ?        S<   Aug09   8:45 [kworker/0:1H]
root       537  0.0  0.0      0     0 ?        S<   Aug09   8:41 [kworker/2:1H]
root       544  0.0  0.0      0     0 ?        S<   Aug09   9:13 [kworker/3:1H]
root       651  0.0  0.5  83532  5620 ?        Ss   20:23   0:00 sshd: jim [priv]
jim        663  0.0  0.3  83532  3252 ?        S    20:23   0:00 sshd: jim at pts/2
jim        664  0.0  0.3  20056  3848 pts/2    Ss+  20:23   0:00 -bash
root       677  0.0  0.0      0     0 ?        S    20:23   0:00 [kworker/u8:0]
root       739  0.0  0.0      0     0 ?        S<   20:25   0:00 [kworker/u9:2]
root      1090  0.0  0.0      0     0 ?        S<   20:32   0:00 [kworker/u9:3]
postfix   1168  0.0  0.4  69076  4280 ?        S    20:34   0:00 pickup -l -t unix -u
root      1188  0.0  0.0      0     0 ?        S    20:35   0:00 [kworker/u8:1]
root      1279  0.0  0.0      0     0 ?        S<   Aug09   0:00 [firewire]
jim       1305  0.0  0.1  17412  1152 ?        Ss   Aug14   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root      1319  0.0  0.0      0     0 ?        S<   Aug09   0:00 [dm_bufio_cache]
root      1334  0.0  0.0      0     0 ?        S<   Aug09   0:00 [md]
root      1335  0.0  0.0      0     0 ?        S<   Aug09   0:00 [raid5wq]
root      1345  0.0  0.0      0     0 ?        S    20:38   0:00 [kworker/u8:2]
root      1346  0.0  0.0      0     0 ?        S    20:38   0:00 [kworker/u8:3]
root      1392  0.0  0.0   6012   676 ?        S    20:39   0:00 sleep 14
root      1393  0.0  0.2  19312  2600 pts/0    R+   20:39   0:00 ps aux
root      1412  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsIO]
root      1413  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsCommit]
root      1414  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsCommit]
root      1415  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsCommit]
root      1416  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsCommit]
root      1417  0.0  0.0      0     0 ?        S    Aug09   0:00 [jfsSync]
root      1423  0.0  0.0      0     0 ?        S<   Aug09   0:00 [rpciod]
root      1424  0.0  0.0      0     0 ?        S<   Aug09   0:00 [nfsiod]
root      1430  0.0  0.0      0     0 ?        S<   Aug09   0:00 [xfsalloc]
root      1431  0.0  0.0      0     0 ?        S<   Aug09   0:00 [xfs_mru_cache]
root      1432  0.0  0.0      0     0 ?        S<   Aug09   0:00 [xfslogd]
root      1468  0.0  0.0      0     0 ?        S<   Aug09   0:00 [iscsi_eh]
root      1573  0.0  0.0      0     0 ?        S<   Aug09   0:00 [bioset]
root      1574  0.2  0.0      0     0 ?        S    Aug09  72:55 [md127_raid6]
root      1581  0.0  0.0      0     0 ?        S<   Aug09   0:00 [bioset]
root      1582  0.0  0.0      0     0 ?        S    Aug09  20:54 [md126_raid6]
root      1606  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-worker]
root      1608  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-worker-hi]
root      1609  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-delalloc]
root      1610  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-flush_del]
root      1611  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-cache]
root      1612  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-submit]
root      1613  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-fixup]
root      1614  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio]
root      1615  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-met]
root      1616  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-met]
root      1617  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-rai]
root      1618  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-rep]
root      1619  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-rmw]
root      1620  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-wri]
root      1621  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-freespace]
root      1622  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-delayed-m]
root      1623  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-readahead]
root      1624  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-qgroup-re]
root      1625  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-extent-re]
root      1626  0.0  0.0      0     0 ?        S    Aug09   0:01 [btrfs-cleaner]
root      1627  0.0  0.0      0     0 ?        S    Aug09   6:39 [btrfs-transacti]
root      1858  0.0  0.1  40088  1800 ?        Ss   Aug09   0:00 /lib/systemd/systemd-udevd --daemon
root      1900  0.0  0.0      0     0 ?        S<   Aug09   0:00 [kpsmoused]
root      2018  0.0  0.0      0     0 ?        S<   Aug09   0:00 [ipv6_addrconf]
jim       2160  0.0  0.1  17412  1216 ?        Ss   Aug14   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root      2169  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-worker]
root      2170  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-worker-hi]
root      2171  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-delalloc]
root      2172  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-flush_del]
root      2173  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-cache]
root      2174  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-submit]
root      2175  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-fixup]
root      2176  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio]
root      2177  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-met]
root      2178  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-met]
root      2179  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-rai]
root      2180  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-rep]
root      2181  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-rmw]
root      2182  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-endio-wri]
root      2183  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-freespace]
root      2184  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-delayed-m]
root      2185  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-readahead]
root      2186  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-qgroup-re]
root      2187  0.0  0.0      0     0 ?        S<   Aug09   0:00 [btrfs-extent-re]
root      2188  0.0  0.0      0     0 ?        S    Aug09   0:01 [btrfs-cleaner]
root      2189  0.1  0.0      0     0 ?        S    Aug09  44:08 [btrfs-transacti]
root      2211  0.0  0.1   4220  1436 ?        Ss   Aug09   0:00 /usr/sbin/acpid
root      2411  0.0  0.0   7364   728 ?        Ss   Aug09   0:00 /usr/sbin/gpm -m /dev/input/mice -t ps2
root      2456  0.0  0.1  12764  1600 ?        Ss   Aug09  13:24 /usr/sbin/irqbalance
root      2537  0.0  0.1   5056  1668 ?        Ss   Aug09   0:01 mdadm --monitor --scan --daemonise --pid-file /var/run/mdadm.pid --
message+  2833  0.0  0.2  18136  2216 ?        Ss   Aug09   0:22 /usr/bin/dbus-daemon --system
root      2857  0.0  0.0  38188     4 ?        S    Aug09   0:00 supervising syslog-ng
root      2858  0.0  0.1 348044  1508 ?        Ss   Aug09   0:51 /usr/sbin/syslog-ng --persist-file /var/lib/syslog-ng/syslog-ng.per
root      2883  0.0  0.0   9328   564 ?        Ss   Aug09   7:46 /usr/sbin/haveged -r 0 -w 1024 -v 1 -p /run/haveged.pid
root      3031  0.0  0.0   2292     4 ?        Ss   Aug09   0:00 /bin/busybox udhcpc -x hostname thud --interface=eth0 --now --scrip
root      3093  0.0  0.0  14960     4 ?        Ss   Aug09   0:00 /usr/sbin/in.tftpd -l -s -v -l -a 192.168.0.15 -s /home/tftpd
root      3193  0.0  0.1  19080  1464 ?        Ss   Aug09   0:04 /sbin/rpcbind
root      3214  0.0  0.1  15332  1784 ?        Ss   Aug09   0:00 /sbin/rpc.statd --no-notify
root      3256  0.0  0.0  23328     0 ?        Ss   Aug09   0:00 /usr/sbin/rpc.idmapd
root      3292  0.0  0.0  19812   840 ?        Ss   Aug09   0:02 /usr/sbin/rpc.mountd
root      3297  0.0  0.0      0     0 ?        S<   Aug09   0:00 [nfsd4]
root      3298  0.0  0.0      0     0 ?        S<   Aug09   0:00 [nfsd4_callbacks]
root      3299  0.0  0.0      0     0 ?        S    Aug09   0:00 [lockd]
root      3302  0.0  0.0      0     0 ?        S    Aug09  10:06 [nfsd]
root      3303  0.0  0.0      0     0 ?        S    Aug09  10:17 [nfsd]
root      3304  0.0  0.0      0     0 ?        S    Aug09  10:15 [nfsd]
root      3305  0.0  0.0      0     0 ?        S    Aug09  10:13 [nfsd]
root      3306  0.0  0.0      0     0 ?        S    Aug09  10:14 [nfsd]
root      3307  0.0  0.0      0     0 ?        S    Aug09  10:12 [nfsd]
root      3308  0.0  0.0      0     0 ?        S    Aug09  10:02 [nfsd]
root      3309  0.0  0.0      0     0 ?        S    Aug09  10:06 [nfsd]
root      3335  0.0  0.1  31228  1032 ?        Ss   Aug09   0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nginx     3336  0.0  0.3  31360  3700 ?        S    Aug09   1:15 nginx: worker process
root      3358  0.0  1.4 102920 15004 ?        SLs  Aug09   1:49 /usr/sbin/ntpd -p /var/run/ntpd.pid -g
root      3474  0.0  0.2  69088  2124 ?        Ss   Aug09   0:10 /usr/libexec/postfix/master -w
postfix   3476  0.0  0.1  69240  1324 ?        S    Aug09   0:06 qmgr -l -t unix -u
root      3496  0.0  0.2  51960  3020 ?        Ss   Aug09   0:13 /usr/sbin/smbd -D
root      3501  0.0  0.2  52032  2512 ?        S    Aug09   0:36 /usr/sbin/smbd -D
root      3502  0.0  0.0  33148   284 ?        Ss   Aug09   0:44 /usr/sbin/nmbd -D
root      3523  0.0  0.1  13400  1844 ?        S    Aug09   0:03 /usr/sbin/smartd -p /run/smartd.pid
root      3549  0.0  0.2  30040  2092 ?        Ss   Aug09   0:17 /usr/sbin/sshd
root      3569  0.0  0.1  18616  1596 ?        Ss   Aug09   0:18 /usr/sbin/cron
root      3616  0.1  0.1  11628  2008 ?        S    Aug09  30:09 /bin/bash /usr/local/sbin/lcd_status.sh
root      3627  0.0  0.1  14444  1536 tty1     Ss+  Aug09   0:00 /sbin/agetty 38400 tty1 linux
root      3628  0.0  0.1  14444  1548 tty2     Ss+  Aug09   0:00 /sbin/agetty 38400 tty2 linux
root      3629  0.0  0.1  14444  1652 tty3     Ss+  Aug09   0:00 /sbin/agetty 38400 tty3 linux
root      3630  0.0  0.1  14444  1652 tty4     Ss+  Aug09   0:00 /sbin/agetty 38400 tty4 linux
root      3631  0.0  0.1  14444  1592 tty5     Ss+  Aug09   0:00 /sbin/agetty 38400 tty5 linux
root      3632  0.0  0.1  14444  1648 tty6     Ss+  Aug09   0:00 /sbin/agetty 38400 tty6 linux
root      3781  0.0  0.4 2085392 4364 ?        Sl   Aug09   0:04 /usr/sbin/console-kit-daemon --no-daemon
polkitd   3852  0.0  0.0 508624   808 ?        Sl   Aug09   0:01 /usr/lib/polkit-1/polkitd --no-debug
jim       4367  0.0  0.1  12696  1880 ?        Ss   Aug09   0:09 ssh-agent
jim       4693  0.0  0.1  17412  1172 ?        Ss   Aug09   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root      4749  0.2  0.5 424044  5648 ?        Sl   Aug09  55:07 /usr/lib/udisks2/udisksd --no-debug
root      4758  0.0  0.3 268068  3172 ?        Sl   Aug09   0:01 /usr/lib/upower/upowerd
jim       5045  0.0  0.0  17412    76 ?        Ss   Aug26   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       5186  0.0  0.1  17412  1280 ?        Ss   Aug09   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root      5346  0.0  0.0      0     0 ?        S    Aug16   0:00 [kworker/1:1]
jim       5832  0.0  0.0  17516    88 ?        Ss   Aug20   0:40 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       6039  0.0  0.1  17412  1172 ?        Ss   Aug20   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       6045  0.0  0.2 363888  2972 ?        Sl   Aug20   2:06 kdeinit4: kded4 [kdeinit]
jim       6948  0.0  0.1  17412  1620 ?        Ss   Aug26   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       9403  0.0  0.0  17504   444 ?        Ss   Aug13   1:34 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       9783  0.0  0.1  17508  1232 ?        Ss   Aug13   0:10 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim       9878  0.0  0.2 285496  2736 ?        Sl   Aug13   0:22 kdeinit4: kded4 [kdeinit]
jim      10139  0.0  0.1  17504  1344 ?        Ss   Aug15   0:46 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim      10281  0.0  0.2 288000  2916 ?        Sl   Aug15   3:38 kdeinit4: kded4 [kdeinit]
jim      10559  0.0  0.1  17516  1264 ?        Ss   Aug15   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim      11077  0.0  0.1 130592  1128 ?        S    Aug20   0:00 kdeinit4: kded4 [kdeinit]
jim      11078  0.0  0.0      0     0 ?        Z    Aug20   0:00 [kded4] <defunct>
jim      12176  0.0  0.3 288528  3060 ?        Sl   Aug14   5:54 kdeinit4: kded4 [kdeinit]
jim      14681  0.0  0.1  17412  1280 ?        Ss   Aug20   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root     15801  0.0  0.0      0     0 ?        S    01:43   0:02 [kworker/2:0]
root     15995  0.0  0.3  83532  3184 ?        Ss   01:45   0:00 sshd: jim [priv]
jim      16006  0.0  0.1  83532  1664 ?        S    01:45   0:00 sshd: jim at pts/1
jim      16007  0.0  0.1  20056  1632 pts/1    Ss+  01:45   0:00 -bash
root     17379  0.0  0.0      0     0 ?        S    Aug20   0:00 [kworker/2:1]
root     21297  0.0  0.0      0     0 ?        S    Aug22   0:27 [kworker/3:1]
root     21298  0.0  0.0      0     0 ?        S    Aug22   1:20 [kworker/0:2]
jim      22580  0.0  0.2 130592  2180 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      22581  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22691  0.0  0.2 130592  2116 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      22692  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22726  0.0  0.1 130592  1904 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      22727  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22784  0.0  0.2 130592  2056 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      22785  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22822  0.0  0.2 130592  2032 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      22823  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      22923  0.0  0.2 125500  2100 ?        S    Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      22924  0.0  0.2 128328  2444 ?        Ss   Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      22952  0.0  0.2 152880  2412 ?        S    Aug23   0:00 kdeinit4: klauncher [kdeinit] --fd=8
jim      23013  0.0  0.2 130584  2180 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      23014  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23021  0.0  0.1 132684  2000 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      23022  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23056  0.0  0.2 125500  2140 ?        S    Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23057  0.0  0.2 130428  2616 ?        Ss   Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23058  0.0  0.2 152880  2412 ?        S    Aug23   0:00 kdeinit4: klauncher [kdeinit] --fd=8
jim      23059  0.0  0.2 132684  2040 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      23060  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23111  0.0  0.2 125500  2036 ?        S    Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23113  0.0  0.2 130428  2620 ?        Ss   Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23118  0.0  0.2 125500  2100 ?        S    Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23119  0.0  0.2 130428  2584 ?        Ss   Aug23   0:00 /usr/bin/kdeinit4 --suicide
jim      23120  0.0  0.2 152880  2432 ?        S    Aug23   0:00 kdeinit4: klauncher [kdeinit] --fd=8
jim      23121  0.0  0.1 132684  1984 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      23122  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      23123  0.0  0.2 152880  2380 ?        S    Aug23   0:00 kdeinit4: klauncher [kdeinit] --fd=8
jim      23124  0.0  0.1 132684  1944 ?        S    Aug23   0:00 kdeinit4: kded4 [kdeinit]
jim      23125  0.0  0.0      0     0 ?        Z    Aug23   0:00 [kded4] <defunct>
jim      24835  0.0  0.1  17412  1592 ?        Ss   Aug24   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim      27107  0.0  0.1  17412  1152 ?        Ss   Aug18   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim      27726  0.0  0.0  17412   832 ?        Ss   Aug10   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
jim      28511  0.0  0.1  17412  1248 ?        Ss   Aug18   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root     29176  0.0  0.0      0     0 ?        S    Aug16   0:00 [kworker/3:0]
jim      29317  0.0  0.1  17412  1152 ?        Ss   Aug16   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
root     30668  0.0  0.0      0     0 ?        S<   19:41   0:00 [kworker/u9:1]
jim      30717  0.0  0.1 130592  1620 ?        S    Aug16   0:00 kdeinit4: kded4 [kdeinit]
jim      30718  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
jim      30790  0.0  0.1 130592  1292 ?        S    Aug16   0:00 kdeinit4: kded4 [kdeinit]
jim      30791  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
jim      30865  0.0  0.1 130592  1456 ?        S    Aug16   0:00 kdeinit4: kded4 [kdeinit]
jim      30866  0.0  0.0      0     0 ?        Z    Aug16   0:00 [kded4] <defunct>
root     31218  0.0  0.0      0     0 ?        S<   19:54   0:00 [kworker/u9:4]
root     31729  0.0  0.0      0     0 ?        S    20:06   0:00 [kworker/u8:4]
root     32174  0.0  0.0      0     0 ?        S<   20:06   0:00 [kworker/u9:0]
jim      32630  0.0  0.1  17512  1152 ?        Ss   Aug14   0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --sessi
thud ~ #

Reply at:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/553557/comments/101


** Bug watch added: KDE Bug Tracking System #239965
   https://bugs.kde.org/show_bug.cgi?id=239965

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to acpid in Ubuntu.
https://bugs.launchpad.net/bugs/553557

Title:
  kde power button configuration ignored

Status in KDE Base:
  Unknown
Status in acpid package in Ubuntu:
  Fix Released

Bug description:
  Even though in 'power management' I have 'when power button pressed'
  set to 'suspend to disk' set in all profiles (and can confirm which is
  selected via the system tray icon), nothing happens when I press the
  power button.

  This worked in KDE 4.x under 9.10, appears broken by using the 10.4
  beta.

  Hardware is a Dell Inspiron 1525 laptop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/553557/+subscriptions



More information about the foundations-bugs mailing list