Skip to content

Commit 57f235b

Browse files
committed
Restore separate menuitems for opening tabs and windows
Without the separate menuitems, it was not possible to open new tabs or windows solely by using the mouse if the preference was set to windows or tabs respectively. This isn't ideal for accessibility. The preference is also hard to discover and there was simply no strong justification for unifying the menuitems in the first place. The org.gnome.Terminal.Legacy.Settings:new-terminal-mode preference is now ignored. https://bugzilla.redhat.com/show_bug.cgi?id=1300826
1 parent 5cf205f commit 57f235b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ gnome_terminal_server_SOURCES = \
9494
nodist_gnome_terminal_server_SOURCES = $(gnome_terminal_server_built)
9595

9696
gnome_terminal_server_CPPFLAGS = \
97+
-DDISUNIFY_NEW_TERMINAL_SECTION \
9798
-DTERMINAL_COMPILATION \
9899
-DTERM_LOCALEDIR="\"$(datadir)/locale\"" \
99100
-DTERM_LIBEXECDIR="\"$(libexecdir)\"" \

0 commit comments

Comments
 (0)