Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
34 views

dbus cannot find compiz service through python [migrated]

Ok, just so you know, I haven't worked with dbus or perl much, so I might say some things that are off. I'm trying to use dbus to work with compiz programmatically. And looking at compiz wiki ...
0
votes
0answers
31 views

Debian based OS: Show system notification on clipboard copy/paste events

When working with Linux (Debian based), I often experience problems in relation to the copy paste commands: I copy something with Ctrl+C or by selecting it with the mouse, but when I try to paste it ...
1
vote
1answer
196 views

What DBus signals do I send to players to imitate Gnome's multimedia shortcuts?

I have Xubuntu 11.10, XFCE. I want to send DBus signals to the players so that they worked like in Gnome: you press 'play' key, it plays, 'next' - it forwards, and so on. For that, I need to bind to ...
1
vote
1answer
101 views

Useless nm_dbus_manager_init_bus error messages fill log

My system runs fine, but /var/log/messages repeats this message every few seconds, filling up my log directory: Oct 13 09:10:57 barry NetworkManager: <WARN> nm_dbus_manager_init_bus(): Could ...
2
votes
0answers
392 views

How to use headless Skype over DBUS on Debian

I installed Skype on Debian and ran it headless, however, I cannot interact with it over dbus. Some context of what I have so far: Installed Debian 6 on VMware fusion box from netinst CD Skype ...
1
vote
1answer
147 views

configure: error: cannot find D-Bus

When configuring a software (subversion) on ubuntu linux (10.04 lucid), I get an error: configure: error: cannot find D-Bus I restarted dbus service: #service dbus restart dbus start/running, ...
2
votes
2answers
231 views

Something is blocking audio controls?

Lately I noticed that something seems to be blocking various audio controls - mixer mostly. I can't access mixer window from taskbar, my keyboard volume knob doesn't work, mute too. But - all the ...
0
votes
1answer
53 views

How to play Magnatune.com songs in Amarok via DBus

Amarok implements MPRIS DBus-based protocol for remote control. How can I use it to play http://magnatune.com songs? Basically, how does a Magnatune song URI look like from Amarok point of view?
4
votes
2answers
371 views

Is there a DBus command to toggle auto-hide on a KDE Plasma panel?

Is there a DBus command (or some other way from the command line) to toggle auto-hide on a panel in KDE Plasma? (I'm running KDE 4.6.) I have a game I run in WINE that doesn't work right if it's ...
0
votes
2answers
228 views

dbus signal for volume up & down

I recently upgrade to Ubuntu 10.10 Maverick Meerkat and to my dismay, the mediakeys "volume up" and "volume down" do not send Dbus signals anymore... how can I add these back? Thanks!!
0
votes
1answer
179 views

Gentoo startup error (D-BUS)

When I start my PC with Gentoo everything goes ok until it reaches INIT: Entering runlevel: 3 ... Starting D-BUS system messagebus It just stops booting here. What might be wrong and ...
0
votes
1answer
769 views

Linking to a chat room via XMPP: URI

I found out how to link directly to a chat room on a Jabber conference server -- it took a bit of digging, and I wound up actually looking at the spec before I was sure I was doing it right. I ...
0
votes
1answer
269 views

Add a hook to run when NetworkManager connects

What would be a good way to make a script run every time my computer connects to the network in Ubuntu? Would I somehow use dbus to do this? Background: when I'm on the train I run a short Perl ...
7
votes
2answers
654 views

Updating screen session environment variables to reflect new graphical login?

I use linux, and I like to do all my command-line work within a single screen session, so that I can restart my graphical login and such without losing my terminals. However, when I log out and back ...
1
vote
2answers
723 views

how get hal running on ubuntu server?

hi i try to create a very minimized server installation which automounts its internal sata disks thus i tought of using hal as the way to go as far as i read, hal is just a daemon 'listening' for ...
2
votes
1answer
776 views

gnome-terminal new tab dbus

I want to run a command (assumedly using dbus-send) that opens a new tab in a gnome-terminal session and runs a command. Is this possible?
4
votes
3answers
1k views

Custom hotkey/shortcut to open/bring to front an app

I don't imagine this is built into the system, but is it possible to do it without too much hassle? Say I open a specific program with a hotkey, and when I press that hotkey again, the program window ...