kaii-lb / overskride

A simple yet powerful bluetooth client.
GNU General Public License v3.0
519 stars 10 forks source link

Won't start on Fedora 39 prerelease #6

Closed BarryBanana closed 10 months ago

BarryBanana commented 10 months ago

Installed from flatpak to Fedora 39 prerelease

(overskride:2): Gtk-WARNING **: 08:58:43.738: 'center' is not a valid child type of 'AdwHeaderBar'
thread 'main' panicked at src/window.rs:187:40:
cannot start presetup, something got REALLY fucked: Error { kind: Internal(DBus("org.freedesktop.DBus.Error.NameHasNoOwner")), message: "Could not activate remote peer: activation request failed: unknown unit." }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
kaii-lb commented 10 months ago

do you have the bluez package installed? sudo dnf install bluez

if that doesn't work try: sudo rfkill unblock all then sudo systemctl start bluetooth

other sources seem to indicat a dbus-broker issue, which is out of my control try updating to a newer version if thats the case

BarryBanana commented 10 months ago

Yes that sorted it. Bluetooth wasn't running. Cheers. User error.

kaii-lb commented 10 months ago

no problem!