Results 1 to 4 of 4

Thread: Can't start totem after faulty upgrade

  1. #1
    Join Date
    Mar 2010
    Beans
    2

    Can't start totem after faulty upgrade

    Hello!

    I started #aptitude safe-upgrade and switched to another user. Gdm showed the error and hung down the system. So I did reboot.

    After reboot if I start totem I see such a result:
    Code:
    $ totem
    ImportError: No module named gobject
    
    ** (totem:1978): WARNING **: Could not import pygtk
    ImportError: No module named pygtk
    Segmentation fault
    The output of rhythmbox is similar:
    Code:
    $ rhythmbox
    ImportError: No module named gobject
    
    ** (rhythmbox:2025): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
    
    ** (rhythmbox:2025): CRITICAL **: atk_object_set_name: assertion `name != NULL' failed
    
    (rhythmbox:2025): Rhythmbox-WARNING **: Could not import pygtk
    ImportError: No module named pygtk
    Segmentation fault
    I tried to complete the upgrade with aptitude safe-upgrade, but it shows that all packages are up to date. I am afraid that some other packages are affected by this crash. How can I repair system?

  2. #2
    Join Date
    Jun 2007
    Beans
    306
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Can't start totem after faulty upgrade

    I have a similar problem since upgrading from 9.04 to 9.10 (i386 on a Thinkpad T43 laptop)

    Totem, RhythmBox, CD/DVDCreator (Brasero?) and Banshee all fail to load or function, whereas VLC and Flash in A Browser and Opera 10 work fine.

    Code:
    $ totem
    sys:1: Warning: g_param_spec_internal: assertion `(name[0] >= 'A' && name[0] <= 'Z') || (name[0] >= 'a' && name[0] <= 'z')' failed
    
    ERROR: Caught a segmentation fault while loading plugin file:
    /usr/lib/gstreamer-0.10/libgstfrei0r.so
    
    Please either:
    - remove it and restart.
    - run with --gst-disable-segtrap and debug.
    Error re-scanning registry , child terminated by signal
    The exact same error comes up when running Rhythmbox, Banshee and Brasero from the command line, so it looks like /usr/lib/gstreamer-0.10/libgstfrei0r.so is the culprit but what to do about it? I have tried complete re-installation of these apps from Synaptic but there's no change for the better. Searching specifically for libgstfrei0r in Synaptic draws a blank...
    Last edited by mango42; March 25th, 2010 at 11:25 AM.

  3. #3
    Join Date
    Mar 2010
    Beans
    2

    Re: Can't start totem after faulty upgrade

    I solved this problem.
    Code:
    # aptitude reinstall python-gobject
    New aptitude command is learned

  4. #4
    Join Date
    Jun 2007
    Beans
    306
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Can't start totem after faulty upgrade

    FYI, I finally pinned the problem down to when I attempted to install Openshot - once completely removed, the media players sprang back into action.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •