Hi all.
I have a tower PC I use for video editing and a laptop that is not up to video editing.
Today the tower cannot open pitivi but the laptop can. They are both fully updated.
When I try to open pitivi in a terminal on the tower the following appears:
[steve@localhost ~]$ pitivi
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
File "/usr/bin/pitivi", line 118, in <module>
_run_pitivi()
File "/usr/bin/pitivi", line 113, in _run_pitivi
sys.exit(ptv.main(sys.argv))
File "/usr/lib/pitivi/python/pitivi/application.py", line 358, in main
ptv.run(sys.argv[1:])
File "/usr/lib/pitivi/python/pitivi/application.py", line 257, in run
self.gui = PitiviMainWindow(self)
File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 176, in __init__
create_stock_icons()
File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 147, in create_stock_icons
pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(pmdir, path))
glib.GError: Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: cannot open shared object file: No such file or directory
The message at the beginning has nothing to do with the problem as I get the same message on the laptop and pitivi opens fine there.
Both PCs are running PCLinuxOS 2010 KDE.
How do I fix this?
Thanks in advance.