Will a PyGObject for GNOME 3 ...

Asked by Russel Winder

Genesis-Sync is currently a PyGTK application presumably for GNOME 2. Will there be PyGObject version targeting GNOME 3?

Question information

Language:
English Edit question
Status:
Solved
For:
Genesis Sync Edit question
Assignee:
No assignee Edit question
Solved by:
Frederik Elwert
Solved:
Last query:
Last reply:
Revision history for this message
Best Frederik Elwert (frederik-elwert) said :
#1

Yes, there is already a GTK3 branch. It already works quite well, but has not undergone extensive testing. But I plan to provide GTK3 packages for Precise. Feel free to test it and report any issues.

Revision history for this message
Russel Winder (russel) said :
#2

I have branched this branch and edited the debian/control file so as to create a deb file that installs. However, when I try and run it:

ERROR:root:Could not find any typelib for Wnck
Traceback (most recent call last):
  File "/usr/bin/genesis-sync", line 25, in <module>
    from gi.repository import Wnck
ImportError: cannot import name Wnck

So I guess there are some other dependencies needed?

I guess this is now beyond the scope of this question.

Revision history for this message
Russel Winder (russel) said :
#3

Thanks Frederik Elwert, that solved my question.