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

DBus Sharp

Results 29 dbus-sharp issues
Sort by recently updated
recently updated
newest added

Is this mantained?

If the D-Bus connection is lost, any calls waiting for a reply will keep waiting indefinitely. Is this intentional behaviour or is the D-Bus daemon expected to store and forward...

I'm the package maintainer for dbus-sharp for slackbuilds.org. https://slackbuilds.org/repository/14.2/libraries/dbus-sharp/ I'm getting this compilation error on Slackware64 14.2. dbus-sharp-0.8.1/ dbus-sharp-0.8.1/aclocal.m4 dbus-sharp-0.8.1/configure dbus-sharp-0.8.1/NEWS dbus-sharp-0.8.1/COPYING dbus-sharp-0.8.1/ChangeLog dbus-sharp-0.8.1/configure.ac dbus-sharp-0.8.1/AUTHORS dbus-sharp-0.8.1/examples/ dbus-sharp-0.8.1/examples/TestNotifications.cs dbus-sharp-0.8.1/examples/Makefile.am dbus-sharp-0.8.1/examples/Test.cs dbus-sharp-0.8.1/examples/TestExportInterface.cs...

Hey, Getting an object inside a signal handler seems to block execution on the main thread when running an Iterate loop inside a separate thread. Example: ``` class MyClass {...

ubuntu 16.04 LTS I have recently switched from NDesk.Dbus Nuget to latest build here. After switch I never received signal "PrepareForSleep" from interface "org.freedesktop.login1.Manager" again. Maybe dbus connection gets disconnected...

Pretty much new to using dbus and I have following sample, that wouldn't work for me. I use "org.freedesktop.ScreenSaver" interface with method int GetIdleTime() to retrieve idle duration, and "com.canonical.Unity.Session"...

A TrapSignals and UntrapSignals is needed for the implementation of certain DBus protocols like Avahi, where signals can come in between getting an ObjectPath as the return value of a...

I'm playing with the Notifications example, I would like to print something on the console output when a notification is closed. So I added the event to the interface ```...

When i tried to access a property of an exported interface in Mono, this did not return anything.

Does dbus-sharp provide functionality of doing method calls where the call will be launched immediately, and a callback will be executed when the method call returns a value. I am...