dbus-broker icon indicating copy to clipboard operation
dbus-broker copied to clipboard

Linux D-Bus Message Broker

Results 41 dbus-broker issues
Sort by recently updated
recently updated
newest added

*I apologize for the quality of this issue, I had a great one 95% completed, until I had the bright idea to restart dbus-broker on my main system instead of...

**Status quo, dbus-broker self-terminates when failing to parse a service config.** The stated reason are security concerns for possibly ignoring restricitve instructions. Because of the heavy reliance of modern software...

I have a maybe similar problem as #337. But I can reach the SDDM screen but just get stuck here. When I try to log in, the kde tries to...

This is an implementation of `dbus-broker-session`, imitating `dbus-run-session`. This series integrates Rust code into dbus-broker. It uses `meson-cargo` to support proper integration of Cargo-based Rust code into the Meson build...

enhancement

Hi, I believe my local limits config caused integer overflow, which in turn caused dbus-broker launch failures. In particular, there is a u64->u32 downcast from [broker_new](https://github.com/bus1/dbus-broker/blob/6189c10c88373ca3b0c21911f66dc11de166d060/src/broker/broker.c#L85C13-L85C21) to [bus_init](https://github.com/bus1/dbus-broker/blob/6189c10c88373ca3b0c21911f66dc11de166d060/src/bus/bus.c#L19), which then...

I'm using dbus-broker 35 on Arch Linux. I think it will be useful for troubleshooting if error messages include the destination/unit name the error is for. Currently dbus-broker does not...

It's mostly prompted by https://bugs.launchpad.net/ubuntu/+source/dbus-broker/+bug/2015538/comments/5. > - upstream also runs https://scan.coverity.com/projects/dbus-broker > - last scanned on June 18, 2022 > - could use git action and I agree with @eslerm...

``` $ cat ~/.local/share/dbus-1/services/com.github.amezin.false.service [D-BUS Service] Name=com.github.amezin.false Exec=false $ dbus-send --session --dest=org.freedesktop.DBus --print-reply --reply-timeout=120000 /org/freedesktop/DBus org.freedesktop.DBus.StartServiceByName string:'com.github.amezin.false' uint32:0 Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote...

On the system bus most method calls are nowadays authorized via polkit. Which is slow, due to the many roundtrips involved. Would love if we could cut this down a...

Dbus activated processes currently live in transient units with the scheme `[email protected]`. The [systemd Desktop Environments Integration specification](https://systemd.io/DESKTOP_ENVIRONMENTS/) says that applications should be in service or scopes which follow the...