[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package vte2.91 - 0.44.2-1ubuntu3

---
vte2.91 (0.44.2-1ubuntu3) yakkety; urgency=medium

  * Add fix-reverse-search.patch:
- Backport commit from 0.44 branch to fix regression in 0.44.0 that broke
  reverse search (LP: #1627007)

 -- Vlad Orlov   Fri, 23 Sep 2016 14:49:51 +0300

** Changed in: vte2.91 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Fix Released

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-28 Thread Vlad Orlov
Thanks. Indeed, I keep forgetting about this nuance. Sometimes I submit
patches to Debian as well, and I'm used to running 'dch --nmu' as
described in this tutorial:

https://raphaelhertzog.com/2011/07/04/how-to-prepare-patches-for-debian-
packages/

Also I didn't know there's an auto-closing feature. I need to remember
to use it from now on. :)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-27 Thread Jeremy Bicha
Thank you!

I made some changes to your debian/changelog entry. In particular,
Ubuntu does not have NMUs because all Ubuntu packages are collectively
maintained by Ubuntu contributors.

And I added this bug number so that the bug will automatically be closed
when the package arrives in yakkety.

** Changed in: vte2.91 (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Fix Committed

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vte2.91 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-26 Thread dino99
@Mathew,

i was hoping some cleanup before the yakkety final release: for example
start a gnome-shell session and check the journalctl output. You will
see a bunch a widgets garbage when the terminal is used.

Please backport the required fixes recently published; these logs are
warnings, but give a very bad feeling of dirty apps maintenance.

 https://git.gnome.org/browse/vte/

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-23 Thread Mathew Hodson
** Changed in: vte2.91 (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  New

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-23 Thread Bug Watch Updater
** Changed in: vte
   Status: Unknown => Fix Released

** Changed in: vte
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Fix Released
Status in vte2.91 package in Ubuntu:
  New

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1627007] Re: patch - fix reverse search in various terminal apps

2016-09-23 Thread Ubuntu Foundations Team Bug Bot
The attachment "this patch fixes reverse search in terminal apps" seems
to be a debdiff.  The ubuntu-sponsors team has been subscribed to the
bug report so that they can review and hopefully sponsor the debdiff.
If the attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1627007

Title:
  patch - fix reverse search in various terminal apps

Status in Gnome Virtual Terminal Emulator:
  Unknown
Status in vte2.91 package in Ubuntu:
  New

Bug description:
  [Impact]

  Due to a regression in vte2.91 0.44.0, reverse search was broken in
  various terminals like mate-terminal (GTK+3 build) or gnome-terminal.
  Searching with Ctrl-Shift-G could show you a result or two in the
  currently visible part of terminal log, but further searching (with
  scrolling the terminal upwards) stopped working completely.

  This wasn't fixed in version 0.44.2, so 0.44.2-1ubuntu2 in Ubuntu
  16.10 still has this bug. The fix was recently applied upstream, and
  it would be good to have it backported to 16.10.

  The debdiff with the fix is in the attachment below.

  [Test Case]

  1. Have Ubuntu 16.10 and mate-terminal or gnome-terminal.
  2. Have a lot of text in your terminal window, enough to make the vertical 
scrollbar show. For example, you can build some package which is built with 
autotools. You'll get lots of occurrences of the same word, like 'make' or 
'installing'.
  3. Try searching for some word with reverse search.

  [Regression Potential]

  The code change in the patch only affects the search functionality,
  and that was already broken so you can't break it more. I've tested
  both forward and reverse search with the patch, and they both work
  fine now. I consider the regression risk to be quite low here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/1627007/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp