GNOME Bugzilla – Bug 733176
terminal: support for VTE 2.91 is required
Last modified: 2019-03-23 20:53:19 UTC
VTE was bumped to VTE 2.91.
Created attachment 280680 [details] [review] Support VTE 2.91 Adjust configure to: - Detect VTE 2.90 or VTE 2.91 (stored in VTEVER) Rename terminal.py to terminal.py.in Have configure parse the file into terminal.py, replacing @VTEVER@ to the actually identified version of VTE found. NOTE: the python code could likely also be handled with try: exec statements, but the gi-dep scanner used by Mageia, openSUSE and likely others will certainly trip over finding two gi.requires('Vte', 'xxx') statements.
Created attachment 280681 [details] [review] Minor logic error fixed (assigned variables inverted)
Review of attachment 280681 [details] [review]: The patch looks good, but is it really worth it? gedit-plugins 3.14 will come out with gnome 3.14 which includes vte 2.91. I'd keep things simple and just bump the dep to 2.91 and disable the plugin otherwise
(In reply to comment #3) > gedit-plugins 3.14 will come out with gnome 3.14 which includes vte 2.91. > > I'd keep things simple and just bump the dep to 2.91 and disable the plugin > otherwise Sounds fair... i'll redo the patch with only changing the dep;
Created attachment 281782 [details] [review] terminal: Use VTE 2.91
Review of attachment 281782 [details] [review]: sorry for the late response. Patch looks good to me.
(In reply to comment #6) > Review of attachment 281782 [details] [review]: > > sorry for the late response. Patch looks good to me. This patch is incomplete.
*** This bug has been marked as a duplicate of bug 734275 ***