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...
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 ...
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...
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...
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/...
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...
Bircher asked 7/6, 2022 at 8:25
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
#...
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...
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...
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...
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...
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...
3
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 ...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.