diff options
author | raveit65 <[email protected]> | 2018-02-06 12:07:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-04 12:23:29 +0100 |
commit | 550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2 (patch) | |
tree | 1ffc94cf5832f54f255ffbae5ef72ff115b4aeb6 /src/org.mate.terminal.gschema.xml.in | |
parent | d342a01ecea28d22afb3eeb3a6af4b4d25c49f0b (diff) | |
download | mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.bz2 mate-terminal-550b622cb7bff4a48ebdb3a8dbb01c1dba740bc2.tar.xz |
drop umtp suport
Fixes https://github.com/mate-desktop/mate-terminal/issues/104
This doesn't work with with gtk+-3 and newer vte versions.
With gnome-pty-helper gone, it's a no-op.
based on origin commit at
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520
https://bugzilla.gnome.org/show_bug.cgi?id=747046
Diffstat (limited to 'src/org.mate.terminal.gschema.xml.in')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index a9a2dec..21c0be3 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -198,11 +198,6 @@ <summary>Whether to launch the command in the terminal as a login shell</summary> <description>If true, the command inside the terminal will be launched as a login shell. (argv[0] will have a hyphen in front of it.)</description> </key> - <key name="update-records" type="b"> - <default>true</default> - <summary>Whether to update login records when launching terminal command</summary> - <description>If true, the system login records utmp and wtmp will be updated when the command inside the terminal is launched.</description> - </key> <key name="use-custom-command" type="b"> <default>false</default> <summary>Whether to run a custom command instead of the shell</summary> |