Changes between Initial Version and Version 2 of Ticket #4392
- Timestamp:
- 07/24/22 12:15:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4392 – Description
initial v2 2 2 When i connected to a ssh server via F9 -> Shellconnection the remote file/foldernames have all the same strange characters and i can't enter any of them. Example: 3 3 4 -------------------- 4 {{{ 5 5 ?%s 6 6 ?%s … … 14 14 ?%s" -> "%s 15 15 ?%s" -> "%s 16 -------------------- 17 18 19 16 }}} 17 {{{ 20 18 $ mc -V 21 19 GNU Midnight Commander 4.8.24 … … 31 29 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, sftpfs, fish 32 30 Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 33 34 35 31 }}} 32 {{{ 36 33 $ mc -F 37 34 Home directory: /home/admin … … 55 52 mcedit external macros: /home/admin/.local/share/mc/mcedit/macros.d/macro.* 56 53 Cache directory: /home/admin/.cache/mc/ 57 58 59 54 }}} 55 {{{ 60 56 $ mc --configuration-options 61 57 '--build=x86_64-linux-gnu' '--prefix=/usr' '--includedir=${prefix}/include' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' '--libdir=${prefix}/lib/x86_64-linux-gnu' '--runstatedir=/run' '--disable-maintainer-mode' '--disable-dependency-tracking' 'AWK=awk' 'X11_WWW=x-www-browser' '--libexecdir=/usr/lib' '--with-x' '--with-screen=slang' '--disable-rpath' '--disable-static' '--disable-silent-rules' '--enable-aspell' '--enable-vfs-sftp' '--enable-vfs-undelfs' '--enable-tests' 'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fdebug-prefix-map=/build/mc-R65bwp/mc-4.8.24=. -fstack-protector-strong -Wformat -Werror=format-security' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2' 62 63 58 }}}