Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255043 - Please provide python bindings for the reaper object for 11-libs/vte
Summary: Please provide python bindings for the reaper object for 11-libs/vte
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 14:41 UTC by Jeremy Guitton
Modified: 2009-01-15 15:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add reaper object from Gnome bugzilla (vte-0.16.0-reaper-python-binding.patch,1.73 KB, patch)
2009-01-15 14:43 UTC, Jeremy Guitton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Guitton 2009-01-15 14:41:31 UTC
The reaper object is needed by ontv-3.0.0. Show : https://bugs.gentoo.org/show_bug.cgi?id=111390
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2009-01-15 14:43:07 UTC
Upstream bug is WONTFIX... what are you expecting exactly?

Thanks
Comment 2 Jeremy Guitton 2009-01-15 14:43:40 UTC
Created attachment 178594 [details, diff]
Add reaper object from Gnome bugzilla
Comment 3 Jeremy Guitton 2009-01-15 14:51:01 UTC
In ontv, the XMLTVAssistant has problems with vte (here anyway).

==========================================
[GConf get]: /apps/ontv/general/show_search_program_hotkey
[GConf get]: /apps/ontv/general/configured_grabbers
[GConf get]: /apps/ontv/general/show_window_hotkey
[GConf get]: /apps/ontv/general/display_upcoming_programs
[GConf get]: /apps/ontv/general/display_current_programs
[GConf get]: /apps/ontv/general/enable_hotkeys
[GConf get]: /apps/ontv/general/grabber_command
Loaded reminders from file: /home/willie/.gnome2/ontv/reminders.p
[GConf set]: /apps/ontv/general/display_current_programs=True
[GConf set]: /apps/ontv/general/display_upcoming_programs=True
Traceback (most recent call last):
File "/opt/gnome/lib/python2.5/site-packages/ontv/XMLTVAssistant.py", line 259, in do_prepare
reaper = vte.reaper_get()
AttributeError: 'module' object has no attribute 'reaper_get'

The patch solve the problem, upstream bug is WONTFIX but many distro use this.

Thx
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2009-01-15 14:58:52 UTC
(In reply to comment #3)
> The patch solve the problem, upstream bug is WONTFIX but many distro use this.

What about fixing ontv instead? Upstream says it can use other APIs to do the same.
Comment 5 Rémi Cardona (RETIRED) gentoo-dev 2009-01-15 15:16:47 UTC
After discussing this with Jeremy on irc, we came to the conclusion that it was best not to mess around with vte's API, especially one that has already been dropped from the current trunk.

ontv should probably prepare for vte's next release which should properly provide the needed feature.

Cheers