[Bug 545720] Review Request: googsystray - A system tray application for accessing various (online) Google apps

bugzilla at redhat.com bugzilla at redhat.com
Sun Dec 27 16:57:48 UTC 2009


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 <mrceresa at 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.




More information about the Fedora-package-review mailing list