How to Audacious and Russian characters encoding
Many of us had a problem with Russian characters encoding in Audacious. By default Audacious does not support Russian characters encoding, and here is the way how to fix it!.
1. you need to remove a Audacious and Plugins.
$sudo apt-get remove audacious audacious-plugins
2. We need to Denis Konstantinov repo.
$sudo nano /etc/apt/sources.list
and add the following lines at the end
deb ftp://80.86.249.14/feisty feisty extra
deb-src ftp://80.86.249.14/feisty feisty extra
then save and exit from nano editor.
3. Then we need to add a key.
$ gpg –keyserver subkeys.pgp.net –recv BC91F270
$ gpg –export –armor BC91F270 | sudo apt-key add -
4. And now you need to update a apt-get by running the following command.
$sudo apt-get update
5. Finnaly you have to install Audacious.
$sudo apt-get install audacious audacious-plugins
Now your Audacious is supported Russian characters.
Comments
Leave a Reply
You must be logged in to post a comment.