On Tue, 11 Jun 2019 08:40:30 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 11/06/2019 02.48, Patrick Shanahan wrote:
* Carlos E. R. <robin.listas@telefonica.net> [06-10-19 20:37]:
On 11/06/2019 01.20, Patrick Shanahan wrote:
* Carlos E. R. <> [06-10-19 18:47]:
determine the app.system file and systemctl disable <app>
Never heard of such a thing. Anyway:
cer@Telcontar:~> locate polari.system cer@Telcontar:~>
cer@Telcontar:~> locate mission-control.system cer@Telcontar:~>
doh! rpm -ql <package-name> |grep system
cer@Telcontar:~> rpm -q polari polari-3.26.2-lp150.1.6.x86_64 cer@Telcontar:~> rpm -ql polari | grep system cer@Telcontar:~> rpm -q telepathy-mission-control-plugin-goa telepathy-mission-control-plugin-goa-3.12.14-lp150.6.1.x86_64 cer@Telcontar:~> rpm -ql telepathy-mission-control-plugin-goa | grep system cer@Telcontar:~>
I don't see why it should have a systemd service file, it is a user application. But:
cer@Telcontar:~> rpm -ql polari | grep service /usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Polari.service /usr/share/dbus-1/services/org.gnome.Polari.service cer@Telcontar:~>
cer@Telcontar:~> systemd disable org.gnome.Polari.service Excess arguments. cer@Telcontar:~> systemd disable org.gnome.Polari Excess arguments. cer@Telcontar:~> systemd disable /usr/share/dbus-1/services/org.gnome.Polari.service Excess arguments. cer@Telcontar:~> cer@Telcontar:~> su Password: Telcontar:/home/cer # systemd disable org.gnome.Polari Excess arguments. Telcontar:/home/cer # systemd disable Polari Excess arguments. Telcontar:/home/cer #
cer@Telcontar:~> cat /usr/share/dbus-1/services/org.gnome.Polari.service [D-BUS Service] Name=org.gnome.Polari Exec=/usr/bin/polari --gapplication-service cer@Telcontar:~>
I never heard of dbus services. How do I disable it, preferably for one user?
Why not uninstall it if you don't like it? If not, there's someinfo at https://askubuntu.com/questions/843076/how-to-blacklist-a-d-bus-service There's also some useful background at https://bugs.freedesktop.org/show_bug.cgi?id=50955 which points out that "D-Bus services are only launched if something communicates with them: services that aren't requested don't get launched." So you may need to look elsewhere to understand your problem. PS What is polari? https://www.google.co.uk/search?q=polari -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org