On Sat 01 Feb 2025 at 19:39:55 (-0800), John Conover wrote: > > [2139:2164:0201/184043.963188:ERROR:object_proxy.cc(576)] \ > Failed to call method: org.freedesktop.DBus.StartServiceByName: \ > object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: \ > Did not receive a reply. > > Does anyone know where freedesktop is from: > > org.freedesktop.DBus.StartServiceByName > org/freedesktop/DBus > org.freedesktop.DBus.Error.NoReply
Take a look at https://en.wikipedia.org/wiki/D-Bus, though I'm not sure it'll be of much help for your problem. AIUI it's just a label that was chosen for naming various related buses, objects, interfaces etc. Cheers, David.