GNOME Bugzilla – Bug 728488
[3.14] document read-only setting
Last modified: 2014-10-23 19:01:33 UTC
3.14 has a new checkbox in Terminal menu and the context menu, that, when checked, disables user input (keypress, mouse button press and motion) to be sent to the running terminal application (from bug 626747 and bug 687118). User interaction with the terminal output is stil possible, it using keyboard to scroll, and mouse to select, and copy text and regex matches.
Created attachment 276673 [details] [review] transient-display: don't call unmanage from finish GdmTransientDisplay has this code: /* we don't restart/remanage transient displays */ gdm_display_unmanage (display); But the display factory already makes sure transient displays aren't restarted. Furthermore, calling unmanage from finish changes the status of the display to UNMANAGED instead of FINISHED which causes an assertion to get blown when the display is disposed if the user logouts out when user switching. This commit removes the code since it's unnecessary and actively harmful.
Comment on attachment 276673 [details] [review] transient-display: don't call unmanage from finish (wrong bug)
Pushed to master in commit b24707e5caefef48215b431a7159f7f8123340d0