Activity log for bug #1703307

Date Who What changed Old value New value Message
2017-07-10 07:12:09 Simon Quigley bug added bug
2017-07-10 07:12:40 Simon Quigley bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862096
2017-07-10 07:12:40 Simon Quigley bug task added lxterminal (Debian)
2017-07-10 07:18:13 Graham Inggs nominated for series Ubuntu Artful
2017-07-10 07:18:13 Graham Inggs bug task added lxterminal (Ubuntu Artful)
2017-07-10 07:18:13 Graham Inggs nominated for series Ubuntu Zesty
2017-07-10 07:18:13 Graham Inggs bug task added lxterminal (Ubuntu Zesty)
2017-07-10 07:20:42 Simon Quigley lxterminal (Ubuntu Artful): status New Fix Released
2017-07-10 07:20:49 Simon Quigley lxterminal (Ubuntu Zesty): status New In Progress
2017-07-10 07:20:51 Simon Quigley lxterminal (Ubuntu Zesty): assignee Simon Quigley (tsimonq2)
2017-07-10 07:43:54 Simon Quigley description The current lxterminal 0.3.0 has a bug that cannot rename tabs, which is fixed in an upstream commit: https://git.lxde.org/gitweb/?p=lxde/lxterminal.git;a=commit;h=e2ad448556ee0f78ebdd0e36dc16e96702326fb6 [Original Description] The current lxterminal 0.3.0 has a bug that cannot rename tabs, which is fixed in an upstream commit: https://git.lxde.org/gitweb/?p=lxde/lxterminal.git;a=commit;h=e2ad448556ee0f78ebdd0e36dc16e96702326fb6 [Impact] Without this fix, users are unable to rename a tab in LXTerminal by pressing Ctrl + Shift + I, as the OK and Close buttons are not present. This is a regression from the previous version, and should be fixed. [Test Case] 1. Open LXTerminal. 2. Press Ctrl + Shift + I Expected result: The user should be able to specify their own name for the tab, and either press Enter/Return on their keyboard or an OK button on the dialog box. Actual result: A dialog box is present allowing the user to change the text, but there are no OK or Close buttons present, and when the user presses Enter/Return on their keyboard, it does nothing. [Regression Potential] The potential for a regression to occur is unlikely, as the fix is simply defining strings for buttons: - NULL, GTK_RESPONSE_CANCEL, - NULL, GTK_RESPONSE_OK, + _("_Cancel"), GTK_RESPONSE_CANCEL, + _("_OK"), GTK_RESPONSE_OK, If the underlying GTK libraries change (which is, to be fair, extremely unlikely given that this is a stable release), it could maybe cause a regression, but it wouldn't be limited to lxterminal.
2017-07-10 07:44:02 Simon Quigley summary Unable to rename tabs [SRU] Unable to rename tabs
2017-07-10 07:53:50 Simon Quigley bug added subscriber Ubuntu Sponsors Team
2017-07-10 07:55:35 Simon Quigley bug watch added https://github.com/lxde/lxterminal/issues/30
2017-07-10 07:59:13 Bug Watch Updater lxterminal (Debian): status Unknown Fix Released
2017-07-12 03:07:25 Simon Quigley bug added subscriber Ubuntu Stable Release Updates Team
2017-07-13 18:39:17 Brian Murray lxterminal (Ubuntu Zesty): status In Progress Fix Committed
2017-07-13 18:39:21 Brian Murray bug added subscriber SRU Verification
2017-07-13 18:39:25 Brian Murray tags verification-needed verification-needed-zesty
2017-07-13 18:42:16 Brian Murray removed subscriber Ubuntu Sponsors Team
2017-07-25 02:30:22 Simon Quigley tags verification-needed verification-needed-zesty verification-done verification-done-zesty
2017-08-03 16:37:31 Launchpad Janitor lxterminal (Ubuntu Zesty): status Fix Committed Fix Released
2017-08-03 16:37:35 Brian Murray removed subscriber Ubuntu Stable Release Updates Team