-
Hey,
in the past there were some attempts of maintaining a client library in Rust but they are not active anymore:
https://github.com/csnewman/udisks-rs
https://github.com/pop-os/dbus-udisks2
Th…
-
### Distribution
LMDE 6 Faye
### Package version
6.2.9
### Graphics hardware in use
AMD RX6600
### Frequency
Only occasionally
### Bug description
Randomly when using the system a notificatio…
-
The `inWorker` event loop [0] handles both `Signal` and `MethodReply` Messages. When handling a `Signal`, an attempt is made to send an object over a user-provided channel. Obviously if this channel i…
-
Hi, I have followed the steps to install and I get to this error:
```
triodo@led ~/gamemode-1.0 $ ./bootstrap.sh
+ meson --prefix=/usr build -Dwith-systemd-user-unit-dir=/etc/systemd/user
The Me…
-
Got this error after running ./bootstrap.sh
+ meson --prefix=/usr build -Dwith-systemd-user-unit-dir=/etc/systemd/user
The Meson build system
Version: 0.40.1
Source dir: /home/alex/Downloads/gam…
-
when i run "sudo python /home/pi/Bluetooth_HID/user_interface.py"
it says
pi@raspberrypi:~ $ sudo python `/home/pi/Bluetooth_HID/user_interface.py
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/_…
-
- [X] Base structure
- [X] HID interface
- [ ] DBus daemon
- Will use https://github.com/FFY00/jeepney-objects, blocked until a (semi-)stable API is defined
- [ ] Tests
- Will probably use ht…
FFY00 updated
3 years ago
-
sdbus-cpp is great but requires hacks for the proxy objects which increases code complexity
also, it requires a lot of spreading of the code state. moving to a lower level library would allow some …
-
The bug is when I register two or more completely different services, the current code trys to send an incoming request to each of the registered services.
this results in an error undefined to be thr…
-
I see that for **every** a notification is sent without `Notifier` we do:
- create `Notification`
- open DBus connection
- send `Notification`
- close DBus connection
In that case, if I send severa…