Your message dated Sun, 19 Apr 2020 17:39:36 +0200
with message-id <[email protected]>
and subject line Re: mc: /bin/fish subshell doesn’t work
has caused the Debian Bug report #949930,
regarding mc: /bin/fish subshell doesn’t work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
949930: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949930
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mc
Version: 3:4.8.24-2
Severity: normal
Dear Maintainer,
I can see the code to support /bin/fish subshell, but I can’t make it to
work:
$ env SHELL=/bin/fish mc -U
and mc starts with $ as a command prompt, Ctrl-O gives an empty screen
with no command prompt, any keypress brings the panels back.
Maybe I’m missing something, but apparently [1] fish support was
implemented almost 11 years ago yet something’s not right.
[1]:
https://github.com/MidnightCommander/mc/commit/128160fef1d44ed8891c0e7e09b994cda3590ddf
--
Cheers,
Andrej
--- End Message ---
--- Begin Message ---
Control: notfound -1 3:4.8.24-2
On Mon, 27 Jan 2020 10:39:21 +0100 Andrej Shadura <[email protected]>
wrote:
> Package: mc
> Version: 3:4.8.24-2
> Severity: normal
>
> Dear Maintainer,
>
> I can see the code to support /bin/fish subshell, but I can’t make it to
> work:
>
> $ env SHELL=/bin/fish mc -U
>
> and mc starts with $ as a command prompt, Ctrl-O gives an empty screen
> with no command prompt, any keypress brings the panels back.
>
> Maybe I’m missing something, but apparently [1] fish support was
> implemented almost 11 years ago yet something’s not right.
>
> [1]:
> https://github.com/MidnightCommander/mc/commit/128160fef1d44ed8891c0e7e09b994cda3590ddf
Apparently, it didn’t work since fish is /usr/bin/fish, not /bin/fish.
Now that I have set the variable to the correct value, it works just fine.
--
Cheers,
Andrej
--- End Message ---