Questions tagged [libdbusmenu]

6 questions
3
votes
1 answer

How to get a proxy for DBus object that is not well known?

I'm endeavouring to use dbus to react to a particular signal (user clicks on an appindicator menu on the unity top panel). From using dbus-monitor, I've found the relevant signal that I'd like to react to: sender=:1.96 -> dest=:1.232 serial=2091…
jwigley
  • 161
3
votes
0 answers

Failed to build modules: libdbusmenu-qt ,libgpg-error, gpgme while building KIO framework

I am trying to build KIO framework using kdesrc-build --include-dependencies on Ubuntu 18.04. Initially everything goes fine, but these 3 modules(libdbusmenu-qt ,libgpg-error, gpgme) fails to bulid and compile . I am getting errors which i am not…
2
votes
0 answers

How to get Dbus Session with root user privileges

I am using libdbus library and have written code in C language in which I am trying to fetch the screen lock and unlock events using "com.canonical.Unity.Session","IsLocked" entry. The compilation is successful but when I run the code in superuser…
param
  • 31
  • 3
2
votes
2 answers

Problem linking libunity

I'm trying to compile a basic C++ app consisting of the following code: #include int main() { return 0; } just to try and get the libunity library compiled before I start doing any work on the app. I'm using QMake to…
1
vote
0 answers

Error while modifing an image using guestfish

I tried to modify my .qcow2 image using guestfish guestfish --rw -a parsecROI.img.qcow2 Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. Type: 'help' for help on commands 'man' to…
1
vote
1 answer

indicator-sound doesn't compile

Currently i'm trying to get started with indicator development. To get a feel for it I want to play with indicator-sound but if i try to compile it i get the following message: configure: error: Package requirements (gtk+-3.0 >= 3.0 …
user46286