You are not logged in.

#1 2008-11-10 23:24:55

methuselah
Member
Registered: 2007-10-02
Posts: 570

My compiz-fusion, meld, deluge, and screenlets all just broke.[SOLVED]

I just upgraded and something broke compiz-fusion, meld, deluge, and screenlets..... and I'm still finding new apps that don't work properly.


I use pacbuilder and build from source.


I thought that everything built normally and there didn't seem to be a problem. I did run into these 2 packages that were no longer in the database so I removed them:

liblbxutil
xproxymngproto

I'm wondering if it was these two packages or if it had something to do with the other new updates:

thunderbird unrar xfce4-datetime-plugin xfce4-mailwatch-plugin xfce4-mpc-plugin xfce4-sensors-plugin xfce4-taskmanager xfce4-xkb-plugin git gstreamer0.10 mono gtk-sharp-2 inkscape libmpd libtheora libxaw nasm nspr ilmbase openexr podsleuth postgresql-libs subversion t1lib logrotate vi alsa-lib alsa-utils banshee cairo curl python dbus-python gnutls poppler poppler-glib epdfview evolution-data-server gc gimp xorg-server-utils xorg-utils xorg-xkb-utils xterm yasm ccsm liblbxutil xproxymngproto totem-xine

Last edited by methuselah (2008-11-15 01:19:57)

Offline

#2 2008-11-11 00:20:16

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: My compiz-fusion, meld, deluge, and screenlets all just broke.[SOLVED]

any error messages when running those commands please?

Offline

#3 2008-11-11 00:41:08

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: My compiz-fusion, meld, deluge, and screenlets all just broke.[SOLVED]

pressh wrote:

any error messages when running those commands please?

I feel pretty stupid. I thought it might have been the newest update of python, but I didn't check. Sorry. I was in the middle of making a murrine theme and just made this thread hoping someone might have the quick answer from going through the same thing.

$ deluge
[INFO    ] 18:39:36 main:95 Deluge ui 1.1.0-devr4120
[DEBUG   ] 18:39:36 main:96 options: {'config': None, 'logfile': None, 'ui': None, 'args': None}
[DEBUG   ] 18:39:36 main:97 args: []
[DEBUG   ] 18:39:36 main:98 ui_args: []
Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.1.0-dev', 'console_scripts', 'deluge')()
  File "/usr/lib/python2.5/site-packages/deluge/main.py", line 100, in start_ui
    from deluge.ui.ui import UI
  File "/usr/lib/python2.5/site-packages/deluge/ui/ui.py", line 34, in <module>
    import deluge.configmanager
  File "/usr/lib/python2.5/site-packages/deluge/configmanager.py", line 34, in <module>
    import gobject
ImportError: No module named gobject
$ meld
Traceback (most recent call last):
  File "/usr/bin/meld", line 95, in <module>
    import meldapp
  File "/usr/lib/meld/meldapp.py", line 29, in <module>
    import prefs
  File "/usr/lib/meld/prefs.py", line 52, in <module>
    import gconf
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
$ fusion-icon
 * Detected Session: unknown
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * No module named gtk
 ... Trying another interface
 * Using the Qt4 Interface
 * No module named PyQt4
 ... Trying another interface
 * Using the Qt3 Interface
 * Interface not installed
 *** Error: All interfaces failed, aborting!
$ screenlets
cat: /etc/screenlets/prefix: No such file or directory
No module RSVG , graphics will not be so good
Traceback (most recent call last):
  File "/usr/share/screenlets-manager/screenlets-manager.py", line 28, in <module>
    import screenlets
  File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 51, in <module>
    from options import *
  File "/usr/lib/python2.5/site-packages/screenlets/options.py", line 30, in <module>
    import utils
  File "/usr/lib/python2.5/site-packages/screenlets/utils.py", line 16, in <module>
    import dbus
  File "/usr/lib/python2.6/site-packages/dbus/__init__.py", line 100, in <module>
    from dbus._dbus import Bus, SystemBus, SessionBus, StarterBus
  File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 46, in <module>
    from dbus.bus import BusConnection
  File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 46, in <module>
    from dbus.connection import Connection
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 42, in <module>
    from dbus.proxies import ProxyObject
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 35, in <module>
    from dbus._expat_introspect_parser import process_introspection_data
  File "/usr/lib/python2.6/site-packages/dbus/_expat_introspect_parser.py", line 26, in <module>
    from xml.parsers.expat import ExpatError, ParserCreate
  File "/usr/lib/python2.5/site-packages/_xmlplus/parsers/expat.py", line 4, in <module>
    from pyexpat import *
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory

Offline

#4 2008-11-11 01:25:56

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: My compiz-fusion, meld, deluge, and screenlets all just broke.[SOLVED]

So I went ahead and recompiled dbus-python from a few weeks ago, version: dbus-python 0.83.0-1

And I had python 2.5.2-5 in my /var/cache....

Compiz works, deluge works, meld works.... but I still get this error with screenlets:

$ screenlets
cat: /etc/screenlets/prefix: No such file or directory
Traceback (most recent call last):
  File "/usr/share/screenlets-manager/screenlets-manager.py", line 28, in <module>
    import screenlets
  File "/usr/lib/python2.5/site-packages/screenlets/__init__.py", line 51, in <module>
    from options import *
  File "/usr/lib/python2.5/site-packages/screenlets/options.py", line 30, in <module>
    import utils
  File "/usr/lib/python2.5/site-packages/screenlets/utils.py", line 16, in <module>
    import dbus
ImportError: No module named dbus

Offline

#5 2008-11-15 01:18:42

methuselah
Member
Registered: 2007-10-02
Posts: 570

Re: My compiz-fusion, meld, deluge, and screenlets all just broke.[SOLVED]

Offline

Board footer

Powered by FluxBB