Opened 12 years ago

Closed 12 years ago

#3222 closed defect (fixed)

Terminal-35 quits on ctrl-q

Reported by: quozl Owned by: RafaelOrtiz
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Terminal Version: 0.94.x
Severity: Minor Keywords: 12.1.0
Cc: Distribution/OS: OLPC
Bug Status: New

Description

#1914 is back again, though with a different cause, given that the following code is in terminal.py:

stop_button.props.accelerator = '<Ctrl><Shift>Q'

this makes it impossible to type ctrl-q into any terminal based program. workaround is to use gnome terminal or virtual console.

seen in olpc 11.3.0 candidate os882 on xo-1.75.

Attachments (1)

0001-Prevent-Sugar-capture-Ctrl-z-and-Ctrl-q-send-them-to.patch (2.2 KB) - added by manuq 12 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by RafaelOrtiz

Sory maybe I'm not getting this right what should be the proposed accelerator then ?.

comment:2 Changed 12 years ago by quozl

Terminal should respond as follows:

Key SequenceActivity Response
Ctrl-Shift-QStop Activity (Quit)
Ctrl-QPass through to VTE

Sorry if I was too brief. "this makes it impossible" refers to the problem, not to the quoted code.

comment:3 Changed 12 years ago by godiard

  • Keywords 12.1.0 added

comment:4 Changed 12 years ago by manuq

The attached patch fixes the bug.

comment:5 Changed 12 years ago by manuq

  • Resolution set to fixed
  • Status changed from new to closed

This landed a while ago, commit ffd25f6841295a956d7fab921e49cbbd99f820ec .

Owner should take care of their tickets and close them :)

Note: See TracTickets for help on using tickets.