Author Topic: [SOLVED] Pitivi will not open  (Read 539 times)

Offline steveh-swpdx

  • Jr. Member
  • **
  • Posts: 12
[SOLVED] Pitivi will not open
« on: September 27, 2010, 10:37:52 AM »
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.
« Last Edit: September 27, 2010, 12:25:41 PM by Texstar »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Pitivi will not open
« Reply #1 on: September 27, 2010, 10:47:35 AM »
I would have thought you should check again for updates .....

I have just installed it here and get no message at all when it launches ....  which it does ....


Code: [Select]
$ pitivi



Offline steveh-swpdx

  • Jr. Member
  • **
  • Posts: 12
Re: Pitivi will not open
« Reply #2 on: September 27, 2010, 11:14:54 AM »
Thanks JohnBoy.

I updated this morning.
Then I uninstalled and reinstalled pitivi from the repository.
Then for good measure I reinstalled gtk-2 from the repository.
I even restarted the PC.

None of that had any effect.

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12523
Re: Pitivi will not open
« Reply #3 on: September 27, 2010, 11:25:21 AM »
Thanks JohnBoy.

I updated this morning.
Then I uninstalled and reinstalled pitivi from the repository.
Then for good measure I reinstalled gtk-2 from the repository.
I even restarted the PC.

None of that had any effect.

There has been an update since this morning to the librsvg packages

librsvg-2.32.0-2pclos2010.i586.rpm
librsvg2_2-2.32.0-2pclos2010.i586.rpm

Do you have these installed?

Thanks to everyone who donates. You keep the servers running.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Pitivi will not open
« Reply #4 on: September 27, 2010, 11:31:09 AM »
Do you have python-gobject installed? Maybe a reinstall would help.

Offline steveh-swpdx

  • Jr. Member
  • **
  • Posts: 12
Re: Pitivi will not open
« Reply #5 on: September 27, 2010, 11:43:21 AM »
librsvg2_2 2.32.0-2pclos2010 is installed.  I do not see the other listed in Synaptic - I am using the pclosusers.com repository.

And yes, python-gobject is installed.  I forgot that it was another file I reinstalled today in an attempt to fix the problem.

Thanks for the quick responses.

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12523
Re: Pitivi will not open
« Reply #6 on: September 27, 2010, 11:52:07 AM »
try running these two commands in a su root terminal

/usr/lib/gtk-2.0/bin/gdk-pixbuf-query-loaders >  /etc/gtk-2.0/gdk-pixbuf.loaders.lib

/usr/lib/gtk-2.0/bin/gdk-pixbuf-query-loaders >  /etc/gtk-2.0/gdk-pixbuf.loaders

Thanks to everyone who donates. You keep the servers running.

Offline steveh-swpdx

  • Jr. Member
  • **
  • Posts: 12
Re:(Solved) Pitivi will not open
« Reply #7 on: September 27, 2010, 12:22:26 PM »
Thanks Texstar.  That fixed it.  I have no idea what it did but it worked.

I downloaded "The Linux Command Line" by William E. Shotts, Jr a few days ago.  Its a 522 page pdf available at linuxcommand.org. I'm going to start reading it today.

Thanks again
« Last Edit: September 27, 2010, 12:26:27 PM by steveh-swpdx »