You are not logged in.
Pages: 1
I reinstalled arch with gnome 2.20 the other day and noticed that the fresh install of Brasero wont initialize. This is the output from the terminal:
$ brasero
brasero: error while loading shared libraries: libtotem-plparser.so.1: cannot open shared object file: No such file or directory
btw, the package totem-plparser is installed and up to date.
Last edited by alphahsk (2007-10-16 18:08:00)
Offline
cd /usr/lib/
sudo ln -s libtotem-plparser.so.7.1.1 libtotem-plparser.so.1
Offline
That solved it. Thanks!
Offline
Pages: 1