Search Criteria
Package Details: dbus-broker-git r1405.72da24b-1
Git Clone URL: | https://aur.archlinux.org/dbus-broker-git.git (read-only, click to copy) |
---|---|
Package Base: | dbus-broker-git |
Description: | Linux D-Bus Message Broker |
Upstream URL: | https://github.com/bus1/dbus-broker |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | dvdhrm |
Maintainer: | dvdhrm |
Last Packager: | dvdhrm |
Votes: | 5 |
Popularity: | 0.57 |
First Submitted: | 2017-07-05 10:21 |
Last Updated: | 2020-05-05 05:12 |
Dependencies (7)
- audit
- expat (expat-git)
- systemd-libs (systemd-light-libs, systemd-cdown-libs-git, systemd-libs-git, systemd-libs-selinux)
- git (git-git) (make)
- meson (meson-git) (make)
- python-docutils (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
Required by (2)
- at-spi2-core-git (requires dbus-broker) (optional)
- at-spi2-core-minimal-git (requires dbus-broker) (optional)
Latest Comments
dvdhrm commented on 2018-10-08 14:37
@snakeroot, are you sure? The official dbus-packages ship their services in /usr, they ship nothing in /etc. Hence, a normal invocation of
systemctl enable [--global]
should only affect /etc (i.e., it should succeed without warning/error).Can you check who owns the files in /etc?
pacman -Qo /path/to/file
should tell you.snakeroot commented on 2018-10-07 19:40
If you have a user dbus service enabled for all users (/etc/systemd/user/dbus.{service,socket}), you will need to manually remove the dbus.socket and dbus.service files before enabling the user dbus-broker service for all users (sudo systemctl --global dbus-broker.service). Otherwise systemd will just point out you have a dbus.service file and do nothing.