Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Ritesh Raj Sarraf
On Thu, 2022-03-24 at 13:13 +0100, Johannes Berg wrote: > From: Johannes Berg > > Make the default terminal emulator configurable so e.g. > Debian can set it to x-terminal-emulator instead of the > current default of xterm. > > Signed-off-by: Johannes Berg > --- >  arch/um/drivers/Kconfig  | 7

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Anton Ivanov
On 24/03/2022 12:13, Johannes Berg wrote: From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Anton Ivanov
On 24/03/2022 12:13, Johannes Berg wrote: From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Johannes Berg
On Thu, 2022-03-24 at 12:18 +, Anton Ivanov wrote: > > I was going to fw this to Debian as they patch this and integrate with > Debian alternatives. I see Ritesh is already in the loop. Cool. > Yeah, it actually came up in an LWN discussion: https://lwn.net/Articles/888507/ johannes __

[PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Johannes Berg
From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/Makefile | 2 ++ arch/um/drivers/xterm.c | 7 +++