Ticket #3215: mcedit-bug.txt

File mcedit-bug.txt, 1.5 KB (added by elbahek, 10 years ago)
Line 
1$ LC_MESSAGES=C mc -V
2GNU Midnight Commander 4.8.12
3Built with GLib 2.38.2
4Using the S-Lang library with terminfo database
5With builtin Editor
6With subshell support as default
7With support for background operations
8With mouse support on xterm and Linux console
9With support for X11 events
10With internationalization support
11With multiple codepages support
12Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish, smbfs
13Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
14
15
16
17$ LC_MESSAGES=C mc -F
18Root directory: /home/bahek
19
20[System data]
21    Config directory: /etc/mc/
22    Data directory:   /usr/share/mc/
23    File extension handlers: /usr/lib/mc/ext.d/
24    VFS plugins and scripts: /usr/lib/mc/
25        extfs.d:        /usr/lib/mc/extfs.d/
26        fish:           /usr/lib/mc/fish/
27
28[User data]
29    Config directory: /home/bahek/.config/mc/
30    Data directory:   /home/bahek/.local/share/mc/
31        skins:          /home/bahek/.local/share/mc/skins/
32        extfs.d:        /home/bahek/.local/share/mc/extfs.d/
33        fish:           /home/bahek/.local/share/mc/fish/
34        mcedit macros:  /home/bahek/.local/share/mc/mc.macros
35        mcedit external macros: /home/bahek/.local/share/mc/mcedit/macros.d/macro.*
36    Cache directory:  /home/bahek/.cache/mc/
37
38
39
40$ mc --configure-options
41'--prefix=/usr' '--sysconfdir=/etc' '--enable-vfs-smb' '--with-x' '--libexecdir=/usr/lib' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2'
42
43$ echo $LANG
44en_US.UTF-8