After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728488 - [3.14] document read-only setting
[3.14] document read-only setting
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: docs
git master
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
GNOME Terminal Maintainers
gnomeasia
Depends on:
Blocks:
 
 
Reported: 2014-04-18 09:47 UTC by Christian Persch
Modified: 2014-10-23 19:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
transient-display: don't call unmanage from finish (2.39 KB, patch)
2014-05-16 13:56 UTC, Ray Strode [halfline]
none Details | Review

Description Christian Persch 2014-04-18 09:47:56 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.
Comment 1 Ray Strode [halfline] 2014-05-16 13:56:22 UTC
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 2 Ray Strode [halfline] 2014-05-16 14:05:49 UTC
Comment on attachment 276673 [details] [review]
transient-display: don't call unmanage from finish

(wrong bug)
Comment 3 Kat 2014-10-23 19:01:33 UTC
Pushed to master in commit b24707e5caefef48215b431a7159f7f8123340d0