Bug 1318076

Summary: Gnome terminal mouse lost focus after executing command
Product: [Fedora] Fedora Reporter: Chris Townsend <ctownsen357>
Component: gnome-terminalAssignee: Matthias Clasen <mclasen>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 23CC: debarshir, egmont, mclasen, zeenix
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-25 11:08:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Chris Townsend 2016-03-16 00:31:20 UTC
Description of problem:
After executing a command (any, like ls) at the terminal prompt if one tries to use the mouse to select text the mouse cursor disappears until one clicks in the terminal.

Version-Release number of selected component (if applicable):


How reproducible:
Every time

Steps to Reproduce:
1. Open a terminal window
2. execute the ls command
3. move the mouse as if to copy text and it is not visible while hovering over the terminal window.

Actual results:
Mouse pointer is not visible

Expected results:
Expect to see mouse pointer over the terminal window

Additional info:

Comment 1 Egmont Koblinger 2016-03-16 05:29:58 UTC
This is a bug in Gtk+ which got fixed in 3.18.9:
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-18&id=1d0ca71

See https://bugzilla.gnome.org/show_bug.cgi?id=725342 and https://bugzilla.gnome.org/show_bug.cgi?id=677329 for further details.

Comment 2 Chris Townsend 2016-03-25 11:08:34 UTC
It is working now since my last update - thank you.