dbus Questions

9

I have installed anaconda4 on my ubuntu and I have these modules on my Python: dbus-python (1.2.4) gi (1.2) pydbus (0.2) QtAwesome (0.3.2) qtconsole (4.2.0) QtPy (1.0) sip (4.18) I tried ins...
Hiers asked 30/5, 2016 at 8:38

2

In the first step: configure, I got the following error: ... ... checking for DBUS... no configure: error: Package requirements (dbus-1 >= 1.6) were not met: No package 'dbus-1' found Conside...
Horal asked 31/3, 2017 at 8:31

1

Solved

I want to use secret-tool and gnome-keyring-daemon from a shell session, to store and retrieve passwords. The shell session might be gnome-terminal under the X console, or independently of whether ...
Valencia asked 8/2 at 15:48

6

Solved

I know how to start a Konsole with one executable running in it, and leave the Konsole open after the program ends. I can do this using a .desktop file and change some options in it. But I would l...
Elenaelenchus asked 25/9, 2015 at 9:40

2

Solved

I've been using the dbus API from systemd and I've been enabling services with the EnableUnitFiles() function as detailed here http://www.freedesktop.org/wiki/Software/systemd/dbus/ However, when ...
Stylite asked 8/6, 2015 at 23:41

3

bus APIs in systemd 221. When I request a name for an object in system bus it prints out an error saying "Permission denied". I am running the output file as root. The line "sd_bus_request_name(bu...
Moravian asked 28/9, 2015 at 17:17

6

Solved

I'm trying to run D-Bus on an embedded system (Yocto Linux) and connect to it from my application code. I get the following error when I call dbus_bus_get(DBUS_BUS_SESSION, &err); Using X11 for...
Starnes asked 20/12, 2016 at 12:32

4

Solved

I have some trouble with dbus-send when using a{sv} Calling a method with in_signature='a{ss}' seems to work using the following command line: dbus-send --dest="org.test.TestService" /org/test/...
Domineer asked 13/1, 2012 at 6:14

2

Solved

While using the qdbusxml2cpp program to convert the following xml to a Qt Class, I am getting this error: qdbusxml2cpp -c ObjectManager -a ObjectManager:ObjectManager.cpp xml/object_manager.xml G...
Pino asked 7/3, 2014 at 14:57

1

Solved

I have read the guindance that the keyring package has in its project for headless linux systems. So the main recommendation is to install the gnome-keyring package in order to work with the Secret...

8

Solved

I am trying to get a notification when pluging in a USB device, for this I use a udev rule to track the moment it is pluged and from there I launch a script. The idea on the script was to use what ...
Inoue asked 28/1, 2015 at 15:17

2

Solved

I like to make sure that the DBus in session mode is running before starting my Application deamon. The sh script under /etc/init.d/ looks like: #!/bin/sh ### BEGIN INIT INFO # Provides: myAppD #...
Nananne asked 21/7, 2016 at 13:12

2

I am trying to run the following example code using my NetBeans IDE: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <dbus/dbus.h> int main() { DBusCo...
Hawserlaid asked 29/8, 2017 at 15:54

3

I have a server application that creates a Bus on the dbus and after some minutes of running I got an error that I have never seen before. Did you have an idea whats wrong? *** longjmp causes unin...
Adiell asked 8/2, 2012 at 10:37

2

I have a process which exposes a method to DBus with one of the arguments taking the following type signature a{sv}: Dict of {String, Variant} The libDBus documentation for dbus_message_appen...
Lashaunda asked 30/4, 2015 at 16:49

3

Solved

I am trying to create a Docker container with a custom D-Bus bus running inside. I configured my Dockerfile as follow: FROM ubuntu:16.04 COPY myCustomDbus.conf /etc/dbus-1/ RUN apt-get update &am...
Mccallum asked 20/3, 2017 at 7:46

1

Solved

I noticed this issue when trying to run pip commands on my WSL2 Ubuntu-20.04 machine that it would take a long time to run anything. I finally narrowed it down to when pip is importing the keyring ...
Cormick asked 13/7, 2021 at 21:30

3

Solved

I'm trying to call WPA supplicant's DBus interface using Qt's QDBus class library. In particular, I'm trying to use the "Get" property call to retrieve the "Interfaces" property value. The DBus sp...
Stoops asked 26/11, 2013 at 0:34

2

I've installed Git and libsecret on an CentOS 7 Server. I used git-credentials-store to store my credentials in clear text on the server. Now I wanna use libsecret but unfortunately I'm getting D-B...
Tridimensional asked 5/12, 2018 at 8:36

2

Solved

I have a problem using Glib. I want to subscribe to a dbus signal without launching the mainloop with g_main_loop_run. I create the connection to the correct bus and call the function g_dbus_conne...
Berga asked 19/5, 2014 at 12:28

3

I just tried to run a vala bluez example (found in the DbusClientSamples page) and I got this error: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: Method "DiscoverDevices" with signature "...
Symptomatology asked 15/1, 2014 at 13:33

1

Solved

I need to query, monitor and possibly change the state of a few systemd services from a C++ application. It looks like sd-bus is the right way to do this, but I'm having a terrible time finding an ...
Puto asked 21/5, 2020 at 17:36

4

I tried my luck with: dbus-send --system --print-reply \ --dest=org.freedesktop.UDisks \ /org/freedesktop/UIDisks/devices/md0 \ org.freedesktop.DBus.Properties.GetAll \ string:"" If I'm u...
Fideliafidelio asked 11/7, 2014 at 14:52

2

I have one module which uses python "threading" for concurrency, and "signal" for shutdown hook: signal.signal(signal.SIGINT, self.shutdownhook) I have another module which uses dbus and gobject...
Benedic asked 5/12, 2017 at 6:16

1

I am trying to using the D-Bus interface on omxplayer in order to control the running video. I'm attempting this using the go.dbus library found here: https://github.com/guelfey/go.dbus The omxplay...
Hydrometer asked 19/1, 2015 at 17:11

© 2022 - 2024 — McMap. All rights reserved.