3 Nov, 2009

While trying to execute the Wiki-Lyrics script, you probably stumbled on the following error message:
We are sorry...
You need QtRuby, RubyGTK or TkRuby to execute this program.
To solve this problem, we'll need to install the libgtk2-ruby package, executing the following command in a terminal:
sudo apt-get install libgtk2-ruby
15 May, 2009

You've had enough of the warning "getStatus: Can't import dcopext or python-dcop!"? And really don't want to see it again? There is no error that can't be fixed... Just open your command shell and enter the following command:
sudo apt-get install python-kde3
Than restart amarok and emesene, and you'll be ready to show what you're listening to.
26 Apr, 2009

In the latest Ubuntu Release, Ubuntu 9.04, that has just been published, our favourite music player Amarok 1.4 has been updated to its successor 2.0. To be honest, Amarok 2 has been restyled quiet a lot, although it works perfectly. So, if anybody wants to get the older version back, here you'll find how to do it.
You'll need to execute the following three commands in a terminal:
- echo -e "\n## amarok 1.4 \ndeb http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main\ndeb-src http://ppa.launchpad.net/bogdanb/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install amarok14
You'll notice, that the first line is going to add an repository to the list. It's because of this add, that Ubuntu will show you a warning, while executing the second line, telling you that one of the repositories couldn't be verified. To solve this problem, you can read the following tutorial which we wrote some weeks ago, explaining how to solve the GPG error of launchpad.net.
Now you're ready to enjoy Amarok, as you were used to...
Post - Update:
To install Amarok 1.4 on Ubuntu 9.04 you should use the following instructions...
- echo -e "\n## amarok 1.4 \ndeb http://ppa.launchpad.net/surfed/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install amarok14
Thanks to Vitor!
21 Apr, 2009

Considering, that lots of people are interested in showing what they are listening to, while chatting , we decided to make a tutorial explaining how to achieve this in 3 of the most famous and most used instant messaging softwares (chat softwares) on Ubuntu.

First we'll see how to configure Pidgin, to view what we're listening to, because its a software installed by default on Ubuntu and no doubt, that it is one of the most used instant messaging softwares. Read the rest of this entry »
28 Mar, 2009

The Amarok media player can't play wma (windows media audio) by default. We can solve this problem by installing the necessary codecs manually.
The only thing we need to do is execute the following line in the terminal:
sudo apt-get install libxine1-ffmpeg