You are not logged in.

#1 2010-06-22 20:28:51

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

pygtk has 0 bytes?

Some recent updates messed up my system pretty badly. I had to reinstall catalyst (fglrx seemed to "vanish" -- I'd get fatal errors about fglrx not being found) and some other shenanigans. I got X running and Gnome on top of it, but Compiz seems like it's unable to draw window borders (I use the GTK Window Decorator). I tried to fire up ccsm, thinking it's a Compiz configuration problem, but I get this error:

[felix@the-machine ~]$ ccsm
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 31, in <module>
    pygtk.require('2.0')
AttributeError: 'module' object has no attribute 'require'

So I used my minimal Python knowledge and have done the following:

[felix@the-machine ~]$ python
Python 2.6.5 (r265:79063, Apr  1 2010, 05:22:20) 
[GCC 4.4.3 20100316 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> pygtk.__file__
'/usr/lib/python2.6/site-packages/pygtk.py'
>>> 
[felix@the-machine ~]$ ls -lh /usr/lib/python2.6/site-packages/ | grep pygtk
-rw-r--r--  1 root root    0 Jun 22 08:27 pygtk.pth
-rw-r--r--  1 root root    0 Jun 22 08:27 pygtk.py
-rw-r--r--  1 root root    0 Jun 22 08:27 pygtk.pyc
-rw-r--r--  1 root root    0 Jun 22 08:27 pygtk.pyo

Why is the pygtk module empty (0 bytes)? Anyone experiencing similar issues? Could it be my weird mirror (Romania)? Got a fix for the no borders issue? smile

Edit: I get some strange errors when doing some pacman operations. For example:

[felix@the-machine pacman.d]$ sudo pacman -S pygtk
warning: pygtk-2.17.0-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): pygtk-2.17.0-1

Total Download Size:    0.00 MB
Total Installed Size:   16.71 MB

Proceed with installation? [Y/n] 
checking package integrity...
(1/1) checking for file conflicts                                                              [########################################################] 100%
(1/1) upgrading pygtk                                                                          [########################################################] 100%
/sbin/ldconfig: File /usr/lib/libwnck-1.so.22 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so.0.0.0 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so.0 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libwnck-1.so.22.3.27 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libwnck-1.so is empty, not checked.

I feel these are somehow related. I can't find how. Also, I checked, it's not my mirror. Also, because of these errors some basic gnome panel widgets have stopped working (such as the window list).

Last edited by Znupi (2010-06-22 22:58:31)

Offline

#2 2010-06-23 20:19:00

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

Re: pygtk has 0 bytes?

Any ideas? Should I just try to reinstall Gnome? I don't want to wreck my system smile

Offline

#3 2010-06-23 21:22:50

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: pygtk has 0 bytes?

I suggest you try another mirror, maybe the mirror you're using has problems. A broken pygtk package doesn't necessarily mean your whole DE is broken tongue.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#4 2010-06-23 22:40:22

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

Re: pygtk has 0 bytes?

.:B:. wrote:

I suggest you try another mirror, maybe the mirror you're using has problems. A broken pygtk package doesn't necessarily mean your whole DE is broken tongue.

I mentioned in the edit of my initial post that I have checked the mirror and it's not the problem (I set my mirror to http://mirrors.kernel.org/archlinux/$repo/os/$arch and did both pacman -Syyu and pacman -S pygtk).

Offline

#5 2010-06-23 22:42:38

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pygtk has 0 bytes?

did you actually had free space when you did the updates? check that and try to reinstall the packages that own that files


Give what you have. To someone, it may be better than you dare to think.

Offline

#6 2010-06-23 22:48:15

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

Re: pygtk has 0 bytes?

A few more updates..

I removed pygtk (pacman -Rd pygtk) and "import pygtk" still worked in Python. Thus, I deleted all pygtk.* in /usr/lib/python2.6/site-packages/ and reinstalled pygtk (pacman -S pygtk). Now, trying to import pygtk gives an ImportError saying no module named pygtk. What's going on?

Edit:

wonder wrote:

did you actually had free space when you did the updates? check that and try to reinstall the packages that own that files

[felix@the-machine ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
rootfs                 37G  5.7G   30G  17% /
udev                   10M  224K  9.8M   3% /dev
/dev/disk/by-uuid/d71b21fc-ad82-4216-b5b3-57774fd5c750
                       37G  5.7G   30G  17% /
shm                   1.3G  432K  1.3G   1% /dev/shm
/dev/sdb3             549G  211G  310G  41% /home

Last edited by Znupi (2010-06-23 22:49:48)

Offline

#7 2010-06-23 22:56:51

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pygtk has 0 bytes?

Znupi wrote:

A few more updates..

I removed pygtk (pacman -Rd pygtk) and "import pygtk" still worked in Python. Thus, I deleted all pygtk.* in /usr/lib/python2.6/site-packages/ and reinstalled pygtk (pacman -S pygtk). Now, trying to import pygtk gives an ImportError saying no module named pygtk. What's going on?

i guess is not working because of the files that pacman is screaming about. reinstall pygobject and libwnck. note that those pygtk.* from  /usr/lib/python2.6/site-packages/ are owned by pygobject and not pygtk


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2010-06-23 23:02:41

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

Re: pygtk has 0 bytes?

wonder wrote:

i guess is not working because of the files that pacman is screaming about. reinstall pygobject and libwnck. note that those pygtk.* from  /usr/lib/python2.6/site-packages/ are owned by pygobject and not pygtk

Thanks for the answer, but more and more weirdness prevails:

[felix@the-machine ~]$ sudo pacman -Rd pygobject libwnck

Remove (2): libwnck-2.30.2-1  pygobject-2.21.3-1

Total Removed Size:   0.00 MB

Do you want to remove these packages? [Y/n] 
(1/2) removing libwnck                                                                         [########################################################] 100%
/sbin/ldconfig: File /usr/lib/libwnck-1.so.22 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so.0.0.0 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so is empty, not checked.
/sbin/ldconfig: File /usr/lib/libpyglib-2.0-python.so.0 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libwnck-1.so.22.3.27 is empty, not checked.
/sbin/ldconfig: File /usr/lib/libwnck-1.so is empty, not checked.
[felix@the-machine ~]$ sudo pacman -S pygobject libwnck
resolving dependencies...
looking for inter-conflicts...

Targets (2): pygobject-2.21.3-1  libwnck-2.30.2-1

Total Download Size:    0.00 MB
Total Installed Size:   7.24 MB

Proceed with installation? [Y/n] 
checking package integrity...
(2/2) checking for file conflicts                                                              [########################################################] 100%
error: failed to commit transaction (conflicting files)
pygobject: /usr/bin/pygobject-codegen-2.0 exists in filesystem
pygobject: /usr/include/pygtk-2.0/pyglib.h exists in filesystem
pygobject: /usr/include/pygtk-2.0/pygobject.h exists in filesystem
pygobject: /usr/lib/libpyglib-2.0-python.so exists in filesystem
pygobject: /usr/lib/libpyglib-2.0-python.so.0 exists in filesystem
pygobject: /usr/lib/libpyglib-2.0-python.so.0.0.0 exists in filesystem
pygobject: /usr/lib/pkgconfig/pygobject-2.0.pc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/dsextras.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/dsextras.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/dsextras.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gio/__init__.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gio/_gio.so exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gio/unix.so exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/__init__.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/glib/option.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/__init__.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/_gobject.so exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/constants.pyo exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.py exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyc exists in filesystem
pygobject: /usr/lib/python2.6/site-packages/gtk-2.0/gobject/propertyhelper.pyo exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioappinfo.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioapplaunchcontext.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioasyncresult.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giobufferedinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giobufferedoutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giocancellable.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giodatainputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giodataoutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giodrive.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioemblem.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioemblemedicon.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofile.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileattributeinfo.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileenumerator.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileicon.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileinfo.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofilemonitor.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofileoutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofilterinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giofilteroutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioicon.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioloadableicon.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giomemoryinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giomemoryoutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giomount.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giomountoperation.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giooutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gioseekable.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giosimpleasyncresult.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giothemedicon.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giounixinputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giounixoutputstream.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giovolume.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-giovolumemonitor.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-glibmaincontext.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-glibmainloop.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gobject.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gobjectgboxed.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gobjectginterface.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/class-gobjectgpointer.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gio-class-reference.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gio-constants.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gio-functions.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/giounix-class-reference.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/glib-class-reference.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/glib-constants.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/glib-functions.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gobject-class-reference.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gobject-constants.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/gobject-functions.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/index.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/index.sgml exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/pygobject-introduction.html exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/pygobject.devhelp exists in filesystem
pygobject: /usr/share/gtk-doc/html/pygobject/style.css exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/__init__.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/__init__.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/__init__.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/argtypes.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/argtypes.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/argtypes.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/code-coverage.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/codegen.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/createdefs.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/definitions.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/definitions.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/definitions.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/defsconvert.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/defsgen.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/defsparser.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/defsparser.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/defsparser.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/docextract.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/docextract.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/docextract.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/docextract_to_xml.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/docgen.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/h2def.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/mergedefs.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/missingdefs.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/mkskel.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/override.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/override.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/override.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/reversewrapper.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/reversewrapper.pyc exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/reversewrapper.pyo exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/scanvirtuals.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/codegen/scmexpr.py exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gappinfo.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gapplaunchcontext.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gbufferedinputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gcancellable.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gdatainputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gdrive.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfile.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileattribute.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileenumerator.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileinfo.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileinputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileiostream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gfileoutputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gicon.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/ginputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gio-types.defs exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gio.defs exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gio.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/giostream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gmemoryinputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gmemoryoutputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gmount.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/goutputstream.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gresolver.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gsocket.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gvolume.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/gvolumemonitor.override exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/unix-types.defs exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/unix.defs exists in filesystem
pygobject: /usr/share/pygobject/2.0/defs/unix.override exists in filesystem
pygobject: /usr/share/pygobject/xsl/common.xsl exists in filesystem
pygobject: /usr/share/pygobject/xsl/devhelp.xsl exists in filesystem
pygobject: /usr/share/pygobject/xsl/fixxref.py exists in filesystem
pygobject: /usr/share/pygobject/xsl/html.xsl exists in filesystem
pygobject: /usr/share/pygobject/xsl/pdf-style.xsl exists in filesystem
pygobject: /usr/share/pygobject/xsl/pdf.xsl exists in filesystem
pygobject: /usr/share/pygobject/xsl/ref-html-style.xsl exists in filesystem
libwnck: /usr/bin/wnck-urgency-monitor exists in filesystem
libwnck: /usr/bin/wnckprop exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/application.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/class-group.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/libwnck.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/pager.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/screen.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/selector.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/tasklist.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/util.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/window-action-menu.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/window.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/wnck-enum-types.h exists in filesystem
libwnck: /usr/include/libwnck-1.0/libwnck/workspace.h exists in filesystem
libwnck: /usr/lib/girepository-1.0/Wnck-1.0.typelib exists in filesystem
libwnck: /usr/lib/libwnck-1.so exists in filesystem
libwnck: /usr/lib/libwnck-1.so.22 exists in filesystem
libwnck: /usr/lib/libwnck-1.so.22.3.27 exists in filesystem
libwnck: /usr/lib/pkgconfig/libwnck-1.0.pc exists in filesystem
libwnck: /usr/share/gir-1.0/Wnck-1.0.gir exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckApplication.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckClassGroup.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckPager.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckScreen.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckSelector.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckTasklist.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckWindow.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/WnckWorkspace.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/core.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/home.png exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/index.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/index.sgml exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/indexes.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/intro.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix01.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix02.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix03.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix04.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix05.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix06.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix07.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix08.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix09.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix10.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix11.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/ix12.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/left.png exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/libwnck-Miscellaneous-Functions.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/libwnck-Resource-Usage-of-X-Clients.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/libwnck-Window-Action-Menu.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/libwnck.devhelp exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/libwnck.devhelp2 exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/right.png exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/style.css exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/up.png exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/utils.html exists in filesystem
libwnck: /usr/share/gtk-doc/html/libwnck/widgets.html exists in filesystem
libwnck: /usr/share/locale/am/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ar/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/as/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ast/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/az/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/be/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/be@latin/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/bg/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/bn/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/bn_IN/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/br/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/bs/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ca/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ca@valencia/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/crh/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/cs/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/cy/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/da/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/de/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/dz/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/el/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/en@shaw/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/en_CA/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/en_GB/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/eo/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/es/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/et/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/eu/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/fa/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/fi/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/fr/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ga/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/gl/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/gu/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/he/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/hi/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/hr/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/hu/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/id/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/is/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/it/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ja/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ka/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/kn/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ko/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ku/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ky/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/li/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/lt/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/lv/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/mai/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/mi/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/mk/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ml/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/mn/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/mr/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ms/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/nb/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ne/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/nl/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/nn/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/oc/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/or/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/pa/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/pl/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/pt/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/pt_BR/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ro/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ru/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/rw/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/si/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sk/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sl/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sq/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sr/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sr@latin/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/sv/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/ta/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/te/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/th/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/tr/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/uk/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/vi/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/wa/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/xh/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/zh_CN/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/zh_HK/LC_MESSAGES/libwnck.mo exists in filesystem
libwnck: /usr/share/locale/zh_TW/LC_MESSAGES/libwnck.mo exists in filesystem
Errors occurred, no packages were upgraded.

My system is still working (have not rebooted yet :s)

Offline

#9 2010-06-23 23:06:41

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pygtk has 0 bytes?

somehow those two packages weren't installed properly in your system or it did installed and maybe you had a hard reset and lost the commits.

pacman -Sf pygobject libwnck


Give what you have. To someone, it may be better than you dare to think.

Offline

#10 2010-06-23 23:08:59

Znupi
Member
From: Bucharest, RO
Registered: 2010-05-09
Posts: 9

Re: pygtk has 0 bytes?

wonder wrote:

somehow those two packages weren't installed properly in your system or it did installed and maybe you had a hard reset and lost the commits.

pacman -Sf pygobject libwnck

Ah, just figured that out. Everything seems back to normal now (I finally have a window list in the bottom panel yay!). This happened right after an update, so I think that might be the culprit. Anyway, thanks a lot for your responses! smile

Offline

#11 2010-06-23 23:22:02

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pygtk has 0 bytes?

nice to see that is working now. please mark the topic as solved


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB