Amarok
Tagged:  •    •    •    •    •  

This is more or less a follow-up on my previous article, but this time we focus on how to communicate with KDE applications from the commandline. This is done with D-Bus and for that we'll use the qdbus command. For example, it's possible to request the current track information in Amraok, or you could set your Kopete status on Away.

Tagged:  •    •    •    •    •  

Een beetje als vervolg op m'n vorige artikel wordt in dit artikel uitgelegd hoe je met KDE-programma's kan interacteren vanaf de commandoprompt. Dit gaat met behulp van D-Bus en we gebruiken hiervoor het commando qdbus. Hiermee kan je bijvoorbeeld de titel van het huidige nummer in Amarok opvragen, of kan je jezelf op afwezig zetten in Kopete.

Tagged:  •    •    •  

From one day to another, my music player Amarok stopped working. It gave me the following notice:

No suitable demux plugin. This often means that the file format is not supported.
Tagged:  •    •    •    •    •  

I was interested in which shared libraries are in my system's memory. The following command produces such a list:

# lsof | awk '{print $9}' | grep \\.so | sort -u

I had some trouble with the following line in the output:

/usr/lib/opengl/ati/lib/libGL.so.1.2
Syndicate content