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

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)

Results 11 dbus-java issues
Sort by recently updated
recently updated
newest added

This is not a bug, just a request for comments on possible API improvements to adding and removing signal handlers. For example, say I have a GUI app. In this...

Hi, I was trying to use Jetbrains Toolbox with xdg-dbus-proxy, and I encountered an issue with your library. Specifically, if xdg-dbus-proxy's --filter option is being used, the app will hang...

First off: thanks for this great piece of work and the improvements coming in during the last couples of month. We're now using version 3.2.0. I'm currently working on a...

We have a problem when trying to use a [custom transport provider](https://github.com/sshtools/dbus-java-transport-ssh) inside an application that makes use of [ModuleLayer](https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/lang/ModuleLayer.html). The exception is .. ``` No transport provider found for...

I have the following class produced by the auto generator, then converted to Kotlin ```kotlin package org.freedesktop.portal @Suppress("FunctionName") @DBusProperty( name = "version", type = UInt32::class, access = DBusProperty.Access.READ ) actual...

help wanted

Hello all, I am a newbie use this dubs-Java 3.2.3 for jdk8, and can’t find any tutorial to export/publish Property like the busctl view below. NAME. TYPE. SIGNATURE RESULT/VALUE foo.bar...

question

Thank you for the library, I have a question let me ask. Which way should i follow to connect remote VLC player dbus via this library. Normally i use the...

question

Hi, I use the DBUS for remote media player control. Problem is that dbus connection is created succesfully, but when stop the remote media player then Properties.Get method waits endless....

I have a situation where I am sharing some code across a few modules, and my `DBusInterface` interface and implementation extend a generic interface that is used outside of the...

There appears to be something fundamentally wrong with `@DBusBoundProperty`. I can't quite put my finger on it yet, but am getting closer. All seems well if I am importing an...