Martin Vidner
Martin Vidner
Fixing this makes it possible to analyze bundler-1.12.6
DBus::Object.new is not checking that the argument is a valid object path If the object is exported and emits a signal, the bus detects an invalid message and disconnects us.
Both at the client and service side we should add type checking of method arguments and return values (This is related to #97 which was specifically about properties) 1. **Client...
A [Ractor](https://docs.ruby-lang.org/en/3.0/doc/ractor_md.html) is a Ruby 3 mechanism for concurrency, where the basic difference to threads is that everything is isolated, except the things that you explicitly want to share. To...
As @jreidinger reports: While ruby-dbus services do implement the Introspectable interface, that interface is not included in its own introspection output: ```console $ RUBYLIB=lib ruby examples/service/service_newapi.rb & $ busctl --user...
On openSUSE Tumbleweed, with Ruby 2.2 (VM os-tw-2015-04-24b, dhcp139); or on oS 13.2 (Ruby 2.1) ssh in as root su tux (or even su - tux) cd ~/ruby-dbus ./spec/bus_driver_spec.rb #...
NetworkManager.Settings.Connection cannot round-trip, calling Update with what GetSettings returned
(reported by @imobachgs) We would like to use ruby-dbus to interact with NetworkManager through D-Bus. The following example tries to use the method to `Update` a connection. It basically asks...
(Reported by muimota@freenode) If one calls -C and knetworkmanager is running, knm lets go of NetworkManagerUserSettings ownership (and reacquires it when cnm exits), as seen from NameOwnerChanged signals. But apparently...