public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Kai Krakow <hurikhan77@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: gnome intrusion?
Date: Tue, 15 Nov 2016 00:55:14 +0100	[thread overview]
Message-ID: <20161115005514.2275793d@jupiter.sol.kaishome.de> (raw)
In-Reply-To: 20161114233843.GA17594@bonus.content

Am Mon, 14 Nov 2016 23:38:44 +0000
schrieb Andrew Tselischev <andrewts@farlander.net>:

> On Mon, Nov 14, 2016 at 09:32:59AM +0000, Jorge Almeida wrote:
> > I noticed some obnoxious-looking processes in my system:
> > 
> > $ ps axf
> > (...)
> >   367 ?        S      0:00 dbus-launch --autolaunch
> > 899f609d1c39e4d202c179a7580e4b49 --binary-syntax --close-stderr
> >   368 ?        Ss     0:00 /usr/bin/dbus-daemon --fork --print-pid 5
> > --print-address 7 --session
> >   409 ?        Sl     0:00 /usr/libexec/notification-daemon
> >   411 ?        Sl     0:00 /usr/libexec/at-spi-bus-launcher
> >   415 ?        S      0:00  \_ /usr/bin/dbus-daemon
> > --config-file=/usr/share/defaults/at-spi2/accessibility.conf
> > --nofork --print-address 3
> >   417 ?        Sl     0:00 /usr/libexec/at-spi2-registryd
> > --use-gnome-session 451 ?        S      0:00 /usr/libexec/gconfd-2
> > 
> > I don't use a DE, just plain openbox. I had a few xterms running and
> > also Opera, no other graphical app. The above processes appeared
> > after Opera was launched.
> >  Why oh why should there be a process "at-spi2-registryd
> > --use-gnome-session"?
> > 
> > gnome-session?! I don't even have gnome installed.
> > 
> > On a related note, the session logs have this gem:
> > 
> > ERROR:object_proxy.cc(583)] Failed to call method:
> > org.freedesktop.UPower.GetDisplayDevice: object_path=
> > /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown:
> > The name org.freedesktop.UPower was not provided by any .service
> > files
> > 
> > Why should this be considered an error? I don't have upower
> > installed. I don't want upower.
> > 
> > I understand this is not the kind of stuff most users care about.
> > Just wondering whether somebody else is somewhat bothered by this.
> > 
> > Jorge Almeida  
> 
> I have the same problem. Recently I got so fed up with it I decided
> to try my chances with chmod a-x /usr/libexec/at-spi* . So far, no
> problems.

Or mask its autostarter, gets rid of error messages in the log:

sudo ln -snf /dev/null /etc/xdg/autostart/at-spi-dbus-bus.desktop

Then, on dispatch-conf, do not merge the config changes for this file.

-- 
Regards,
Kai

Replies to list-only preferred.



      parent reply	other threads:[~2016-11-15  0:00 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-14  9:32 [gentoo-user] gnome intrusion? Jorge Almeida
2016-11-14 17:37 ` [gentoo-user] " Ian Zimmerman
2016-11-14 19:03   ` Jorge Almeida
2016-11-14 20:37 ` Kai Krakow
2016-11-14 21:49   ` Jorge Almeida
2016-11-14 23:51     ` Kai Krakow
2016-11-16 12:47     ` [gentoo-user] sans-dbus was: " Miroslav Rovis
2016-11-16 18:42       ` Jorge Almeida
2016-11-17  1:48         ` Rich Freeman
2016-11-17  7:56           ` [gentoo-user] " Ian Zimmerman
2016-11-17  9:08             ` Rich Freeman
2016-11-19  9:21               ` Kai Krakow
2016-11-19 19:06                 ` Ian Zimmerman
2016-11-19 19:16                   ` Rich Freeman
2016-11-19 20:47                     ` Ian Zimmerman
2016-11-19 21:07                       ` Alan McKinnon
2016-11-19 21:23                         ` Ian Zimmerman
2016-11-19 22:34                           ` Canek Peláez Valdés
2016-11-19 22:36                           ` Alan McKinnon
2016-11-20  0:36                           ` Walter Dnes
2016-11-19 21:59       ` [gentoo-user] " Tom H
2016-11-19 22:15         ` Rich Freeman
2016-11-20 18:40           ` [gentoo-user] " Kai Krakow
2016-11-14 23:38 ` [gentoo-user] " Andrew Tselischev
2016-11-14 23:52   ` Jorge Almeida
2016-11-15 17:39     ` [gentoo-user] " Ian Zimmerman
2016-11-15 19:23       ` Jorge Almeida
2016-11-15 19:32         ` Alan McKinnon
2016-11-15 19:45           ` Jorge Almeida
2016-11-16  2:10     ` [gentoo-user] " Walter Dnes
2016-11-16  7:23       ` Jorge Almeida
2016-11-16  9:08         ` Neil Bothwick
2016-11-16 11:25           ` Jorge Almeida
2016-11-16 20:51             ` [gentoo-user] " Kai Krakow
2016-11-16 21:20               ` Jorge Almeida
2016-11-17 20:42         ` [gentoo-user] " Frank Steinmetzger
2016-11-17 20:49           ` Jorge Almeida
2016-11-17 23:32             ` Frank Steinmetzger
2016-11-14 23:55   ` Kai Krakow [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161115005514.2275793d@jupiter.sol.kaishome.de \
    --to=hurikhan77@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox