http://macles.blogspot.com/2008/11/inst ... linux.html
ftp://ftp.acer-euro.com/netbook/aspire_ ... plication/
end update]
The livna repositories got updated due to the security breach, so new dependency errors crop up until you update sing the following command:
- Code: Select all
sudo yum install fedora-release
Now uninstall photomaster, mediamaster and mlayer
- Code: Select all
sudo yum remove pdvdlinux pcmlinux mplayer\*
Then type
- Code: Select all
su -
(type password) [edited 12/20 to reflect the new location of the repository]
- Code: Select all
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
- Code: Select all
yum install vlc
you will need to answer "y" a coupe of times to continue, and it all takes a couple of minutes to install the various codecs and associated files.
finally if you want to be able to play movies within the web browser,
- Code: Select all
yum install python-vlc mozilla-vlc
now, from a new terminal window, we edit the desktop icons to the VLC traffic cone icon appears in the fun section of the desktop.
- Code: Select all
sudo mousepad /home/user/.config/xfce4/desktop/group-app.xml
type in password if need be
this will show a text file in an editor window, scroll down to <group><id>7</id>
type in a new line just before the </group> tag:
- Code: Select all
<app sequence="6">/usr/share/applications/livna-vlc.desktop</app>
edit the number "6" to a number not used by any other active app sequence lines in the group. If 6 is in use, use 7, etc.
save the file and close mousepad
You can reorder the icons just by dragging and dropping the icon into the position you want. There will be an error when clicking the VLC icon, something like "cannot find module %U". The default desktop launcher file isn't correct for Linpus Lite. Edit the file by typing,
- Code: Select all
sudo mousepad /usr/share/applications/livna-vlc.desktop
find the line "exec=vlc" and delete the characters "%U", also, to be tidy, find the lines "name=VLC media player", and change to something short, like Media Player, so the text doesnt spill over to nearby icons. Edit whatever name= field for the language of your choice.
save the file and reboot.
