So you want to watch all your movies on the aspire one? Not that hard, there are two possibilities. You could update mplayer or install vlc. Or just do both, that’s what i did.
First you need to add the livna repository
sudo rpm -ivh http://rpm.livna.org/livna-release-8.rpm
Then, to update mplayer enter
sudo yum update mplayer
For a nice interface you could also install smplayer
sudo yum install smplayer
So that was easy, vlc is a little more work…
sudo yum install vlc
sudo mousepad /usr/share/applications/vlc.desktop
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=VLC
Name[de]=VLC
GenericName=VLC
GenericName[de]=VLC
Comment=VLC
Comment[de]=VLC
Exec=vlc
Icon=vlc.png
Terminal=false
Type=Application
sudo mousepad /home/user/.config/xfce4/desktop/group-app.xml
Now, replace media master
<app sequence=”0″>/usr/share/applications/pcmmvp.desktop</app>
with vlc
<app sequence=”0″>/usr/share/applications/vlc.desktop</app>
Plus, you need to grab a vlc icon and copy it into the pixmaps folder
sudo cp /home/user/Downloads/Vista-vlc.png /usr/share/pixmaps/vlc.png
That’s it, have fun with all your media stuff!
[Source 1] [Source 2]