Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=545720





--- Comment #12 from Mario Ceresa <mrcer...@gmail.com>  2009-12-27 11:57:45 EDT 
---
Hello Leon,
I hope you spent a merry Christmas!

At last I figured how to patch the program to remove gXLib.

It was pretty easy:
1) start with the source dir 

2) patch googsystray-1.0.0/googsystray/GMain.py as follows:
144c144
<       from gXlib import X, display, XK, protocol
---
>       from Xlib import X, display, XK, protocol

3) remove googsystray-1.0.0/googsystray: gXlib

4) Patch googsystray-1.0.0/setup.py:
126,132c126
<       packages = ['googsystray',
<                   'googsystray/gXlib',
<                   'googsystray/gXlib/protocol',
<                   'googsystray/gXlib/support',
<                   'googsystray/gXlib/keysymdef',
<                   'googsystray/gXlib/xobject',
<                   ],
---
>       packages = ['googsystray'],

5) # yum install python-xlib

Then I did a 

$ python setup.py install
$ googsystray

and it worked like a charm.

When you have time, if you could regenerate the spec (adding Requires:
python-xlib) and the source rpm, we can complete the checks and finally approve
the package! :)

Thanks and regards,

Mario

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to