[Desktop-packages] [Bug 2002926] Re: GNOME Console doesn't copy last line

2023-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package vte2.91 - 0.70.0-1ubuntu1

---
vte2.91 (0.70.0-1ubuntu1) kinetic; urgency=medium

  * Cherry-pick fix for GNOME Console 43 copying last line (Closes: #1017015)
(LP: #2002926)

 -- Jeremy Bicha   Sun, 15 Jan 2023 19:57:34 -0500

** Changed in: vte2.91 (Ubuntu Kinetic)
   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/2002926

Title:
  GNOME Console doesn't copy last line

Status in vte2.91 package in Ubuntu:
  Fix Released
Status in vte2.91 source package in Kinetic:
  Fix Released

Bug description:
  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.

  Test Case
  -
  Install the updated vte packages and gnome-console.

  Run the Console app.

  Run this command:
  cat /etc/os-release

  Copy a selection that includes the end of the line. One easy way to do
  this is to triple-click the line. Then right-click and choose Copy.

  Then right-click and choose Paste.

  All the lines should be pasted including the final line.

  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).

  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug
  was a blocker for that happening.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/2002926/+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 2002926] Re: GNOME Console doesn't copy last line

2023-03-28 Thread Jeremy BĂ­cha
The autopkgtests passed after being retried.

I installed the vte2.91 0.70.0-1ubuntu1 packages and successfully
completed the test case.

** Tags removed: verification-needed verification-needed-kinetic
** Tags added: verification-done verification-done-kinetic

-- 
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/2002926

Title:
  GNOME Console doesn't copy last line

Status in vte2.91 package in Ubuntu:
  Fix Released
Status in vte2.91 source package in Kinetic:
  Fix Committed

Bug description:
  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.

  Test Case
  -
  Install the updated vte packages and gnome-console.

  Run the Console app.

  Run this command:
  cat /etc/os-release

  Copy a selection that includes the end of the line. One easy way to do
  this is to triple-click the line. Then right-click and choose Copy.

  Then right-click and choose Paste.

  All the lines should be pasted including the final line.

  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).

  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug
  was a blocker for that happening.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/2002926/+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 2002926] Re: GNOME Console doesn't copy last line

2023-01-31 Thread Brian Murray
Hello Jeremy, or anyone else affected,

Accepted vte2.91 into kinetic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/vte2.91/0.70.0-1ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
kinetic to verification-done-kinetic. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-kinetic. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: vte2.91 (Ubuntu Kinetic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-kinetic

-- 
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/2002926

Title:
  GNOME Console doesn't copy last line

Status in vte2.91 package in Ubuntu:
  Fix Released
Status in vte2.91 source package in Kinetic:
  Fix Committed

Bug description:
  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.

  Test Case
  -
  Install the updated vte packages and gnome-console.

  Run the Console app.

  Run this command:
  cat /etc/os-release

  Copy a selection that includes the end of the line. One easy way to do
  this is to triple-click the line. Then right-click and choose Copy.

  Then right-click and choose Paste.

  All the lines should be pasted including the final line.

  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).

  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug
  was a blocker for that happening.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/2002926/+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 2002926] Re: GNOME Console doesn't copy last line

2023-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package vte2.91 - 0.70.2-2

---
vte2.91 (0.70.2-2) unstable; urgency=high

  * Cherry-pick fix for GNOME Console 43 copying last line (Closes: #1017015)
(LP: #2002926)

 -- Jeremy Bicha   Sun, 15 Jan 2023 19:27:32 -0500

** 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/2002926

Title:
  GNOME Console doesn't copy last line

Status in vte2.91 package in Ubuntu:
  Fix Released
Status in vte2.91 source package in Kinetic:
  In Progress

Bug description:
  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.

  Test Case
  -
  Install the updated vte packages and gnome-console.

  Run the Console app.

  Run this command:
  cat /etc/os-release

  Copy a selection that includes the end of the line. One easy way to do
  this is to triple-click the line. Then right-click and choose Copy.

  Then right-click and choose Paste.

  All the lines should be pasted including the final line.

  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).

  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug
  was a blocker for that happening.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/2002926/+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 2002926] Re: GNOME Console doesn't copy last line

2023-01-15 Thread Jeremy Bicha
** Description changed:

  Impact
  --
- GNOME Console 43 has switched to GTK4 and the last line of text isn't being 
copied.
+ GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.
  
  Test Case
  -
+ Copy a selection that includes the end of the line. One easy way to do this 
is to triple-click the line. Then right-click and choose Copy.
+ 
+ All the lines should be copied including the final line.
  
  What Could Go Wrong
  ---
+ This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).
+ 
+ Neither GNOME Builder nor GNOME Console are included by default in any
+ Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
+ terminal app for Ubuntu Desktop in a future Ubuntu release. This bug was
+ a blocker for that happening.

** Changed in: vte2.91 (Ubuntu Kinetic)
   Status: New => In Progress

** Description changed:

  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.
  
  Test Case
  -
- Copy a selection that includes the end of the line. One easy way to do this 
is to triple-click the line. Then right-click and choose Copy.
+ Install the updated vte packages and gnome-console.
  
- All the lines should be copied including the final line.
+ Run the Console app.
+ 
+ Run this command:
+ cat /etc/os-release
+ 
+ Copy a selection that includes the end of the line. One easy way to do
+ this is to triple-click the line. Then right-click and choose Copy.
+ 
+ Then right-click and choose Paste.
+ 
+ All the lines should be pasted including the final line.
  
  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).
  
  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug was
  a blocker for that happening.

-- 
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/2002926

Title:
  GNOME Console doesn't copy last line

Status in vte2.91 package in Ubuntu:
  Fix Committed
Status in vte2.91 source package in Kinetic:
  In Progress

Bug description:
  Impact
  --
  GNOME Console 43 has switched to GTK4 and the final line of text isn't being 
copied. If there is only one line you are trying to copy, the clipboard is 
apparently empty.

  Test Case
  -
  Install the updated vte packages and gnome-console.

  Run the Console app.

  Run this command:
  cat /etc/os-release

  Copy a selection that includes the end of the line. One easy way to do
  this is to triple-click the line. Then right-click and choose Copy.

  Then right-click and choose Paste.

  All the lines should be pasted including the final line.

  What Could Go Wrong
  ---
  This is a one line fix that modifies a function 
(vte_terminal_get_text_selected) that is only used by GNOME Builder and GNOME 
Console. (GNOME Builder is affected by the same bug).

  Neither GNOME Builder nor GNOME Console are included by default in any
  Ubuntu flavor. GNOME Console may replace GNOME Terminal as the default
  terminal app for Ubuntu Desktop in a future Ubuntu release. This bug
  was a blocker for that happening.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vte2.91/+bug/2002926/+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