Hide Forgot
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:
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.
It is working now since my last update - thank you.