Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um: xterm: Update options for gnome-terminal

The -x option is deprecated and might be removed in a future release
of gnome-terminal. Let's recommend using -- instead.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20250326070113.401857-3-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Tiwei Bie and committed by
Johannes Berg
22361369 9456e2c6

+1 -1
+1 -1
arch/um/drivers/xterm.c
··· 81 81 " '<switch> command arg1 arg2 ...'.\n" 82 82 " The default values are 'xterm=" CONFIG_XTERM_CHAN_DEFAULT_EMULATOR 83 83 ",-T,-e'.\n" 84 - " Values for gnome-terminal are 'xterm=gnome-terminal,-t,-x'.\n\n" 84 + " Values for gnome-terminal are 'xterm=gnome-terminal,-t,--'.\n\n" 85 85 ); 86 86 87 87 static int xterm_open(int input, int output, int primary, void *d,