Sunday, December 22, 2019

Getting "common.c: unimplemented subshell type 1" running mc in FreeBSD

I am getting the following error message as a regular user in FreeBSD (12.1)

common.c: unimplemented subshell type 1
read (subshell_pty...): No error: 0 (0)

As a workaround, do:

$: SHELL=/bin/csh mc

Reference:
https://forums.freebsd.org/threads/misc-mc-problem.55627/

No comments:

Installing TigerVNC in Ubuntu 24.04

Installing TigerVNC in Ubuntu 24.04 Ubuntu 24.04 supports RPD protocol but it behaves in a way that is not fit for my needs. The Desktop Sh...