1
vote
1answer
112 views

In Gnome, what signal on dbus-monitor indicates the user is logging out?

I want to write a script that runs in the background and detects when a user logs out. I am having trouble finding documentation on dbus-monitor. The best I can do is that I see a flurry of ...
0
votes
0answers
60 views

Integration into KDE/Gnome,

I have do both unix socket + api and dbus for my application ultracopier (project catchcopy). I have contacted all the dev of KDE/Gnome, but the request is validated but never done. I have too ...
3
votes
1answer
467 views

Python dbus can't find org.(gnome|freedesktop).ScreenSaver

I'm trying to get python to interact with dbus and screensaver however it flatly refuses to do so no matter what. Perl seems to do alright with it but I write python, not perl (yet) Python 2.6.6 ...
1
vote
1answer
485 views

gnome: how to execute commands upon screensaver activation?

is there a way to run a specific command every time gnome-screensaver is activated? thanks
4
votes
3answers
1k views

How can I run a Perl script as root yet still affect user gconf settings

THE NEW QUERY: I am trying to make a unified script that initializes a new Ubuntu install to my liking, it must be run under sudo to install packages, but using gconftool-2 to affect gconf setting ...
1
vote
1answer
379 views

What is the workflow for automount in Gnome 2.30?

I have a ASUS laptop with Fedora 13. My problem is that any USB storage I connect does not automount. I have other computer with Fedora 13 which does not have the problem. I have not be able to find ...
3
votes
1answer
1k views

Controlling Gnome Volume using DBus

I'm pretty new to the whole DBus stuff so excuse me if this is trivial, but I was wondering whether, using DBus, it is possible to set the audio volume from the command line.
2
votes
2answers
969 views

Get current timepoint from Totem application

I want to find the exact time where a media file is currently paused at (or playing) in a running Totem instance using D-Bus. To be precise, what I want is available from the Totem python console (if ...
4
votes
4answers
842 views

Looking for advice on how to develop applets for Gnome / Ubuntu

I am a linux (mostly ubuntu) user with a reasonable understanding of how the system works (although I am certainly not a linux guru!). In the past I have developed small cross-platform desktop ...
1
vote
1answer
540 views

DBus Python Problems

When I'm trying to get the idle time of the gnome screensaver in seconds, through dbus, python throws an TypeError. In the documentation I found for the screensaver sessionIdleTime, it returns a ...