public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
From: Vladimir Solomatin <littleslash@relex.ru>
To: gentoo-user-ru@lists.gentoo.org
Subject: Re: [gentoo-user-ru] MC, ÁÒÈÉ×Ù É ÒÕÓÓËÉÅ ÉÍÅÎÁ
Date: Fri, 14 Apr 2006 14:45:43 +0400	[thread overview]
Message-ID: <443F7D57.2090509@relex.ru> (raw)
In-Reply-To: <20060412200606.GE18623@home.power>

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

Hello, Alex Efros
On 13.04.2006 0:06, you wrote:

>> Мне прислали по почте zip архив, в котором лежат файлы с русскими
>> именами. MC показывает вопросики и не может их распаковать.
>>
>> В инете ничего похоженго не нашел.
>> Из консоли получилось распаковать, но хотелось бы чтоб в mc тоже работало...
>> Any ideas?
> 
> Вероятно вы используете mc, а надо использовать mc-mp. ;-)
> app-misc/mc-mp-4.1.40_pre9-r1 брать тут:
> http://bugs.gentoo.org/show_bug.cgi?id=35032
> и устанавливать в /usr/local/portage, ессно.
> 
> Это форк старой версии mc (4.1), homepage:
> http://mc.linuxinside.com/cgi-bin/dir.cgi
> 
> Цель - получить стабильную и надёжную консольную версию mc, т.к. в
> основной ветке mc разработчики годами хронически не могут сделать версию
> без багов. Несколько фич (типа работы с FTP) было портировано из mc 4.6 в
> этот mc-mp.

Да и в mc-mp багов хватает. К примеру, повисает при рекурсивном поиске 
файла по содержимому ("Content:" заполнен).

> В частности, я сейчас сделал zip-архив с файлами с длинными русскими
> именами и он его открыл без проблем.
> 
> Лично я уже лет 5, если не больше, mc не использую, только mc-mp.

Действительно, mc-mp по удобне mc будет.

ЗЫ. Информация о свободном месте mount point обычно выводится в 
килобайтах (зависит от размеров панели), на гигабайтных разделах имхо не 
удобно. Подправил исходники, см. аттач. Теперь цифры больше 6-ти знаков 
округляются до мегобайтов, гигобайтов. Не плохо было все это настраивать 
в меню.

-- 
Vladimir Solomatin (littleslash@relex.ru)
Phone: + 7 (0732) 711711
Relex Inc, Voronezh.

[-- Attachment #2: screen.patch --]
[-- Type: text/plain, Size: 528 bytes --]

--- mc-4.1.40-pre9.orig/src/screen.c	2004-08-30 14:30:33.000000000 +0400
+++ mc-4.1.40-pre9/src/screen.c	2006-04-14 13:46:32.000000000 +0400
@@ -1115,8 +1115,8 @@
 
     size_full_len = (size_work_len * 2) + size_add_len;
 
-    size_trunc_len (buf_a, min(size_work_len, 9), myfs_status.avail, 1);
-    size_trunc_len (buf_t, min(size_work_len, 9), myfs_status.total, 1);
+    size_trunc_len (buf_a, 6, myfs_status.avail, 1);
+    size_trunc_len (buf_t, 6, myfs_status.total, 1);
 
     if ((work_len - 2) >= size_full_len) {
 

  reply	other threads:[~2006-04-14 10:45 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-12 19:41 [gentoo-user-ru] MC, архивы и русские имена Anton Ananich
2006-04-12 20:06 ` Alex Efros
2006-04-14 10:45   ` Vladimir Solomatin [this message]
2006-04-15  9:46   ` Alex P. Burlutsky
2006-04-15 10:56     ` Alex Efros
2006-04-15 11:55       ` Alex P. Burlutsky
2006-04-15 13:27         ` Alex Efros
2006-04-15 12:01       ` Alex P. Burlutsky
2006-04-15 13:32         ` Alex Efros
2006-04-26 18:10           ` Ilia N Ternovich
2006-04-15 17:10 ` [gentoo-user-ru] " Anton Ananich
2006-04-17  9:08   ` Volkov Peter
2006-04-17 13:05     ` Anton Ananich
2006-04-20  9:10       ` Anton Ananich
2006-04-21  8:17         ` [gentoo-user-ru] Crash video rejum posle podnjatija razvortki ? doro
2006-04-21 11:49           ` Трацевский Александр
2006-04-25  5:33             ` doro
2006-04-26  7:17           ` [gentoo-user-ru] StreamTuner ? doro
2006-04-26  8:42           ` [gentoo-user-ru] Crash video rejum posle podnjatija razvortki ? Peter Volkov (pva)
2006-04-26  9:21             ` doro
2006-04-26 12:57               ` Peter Volkov (pva)
2006-04-21  9:59   ` [gentoo-user-ru] Re: MC, архивы и русские имена Vadim Dyadkin
2006-04-21 12:04     ` Alex Efros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=443F7D57.2090509@relex.ru \
    --to=littleslash@relex.ru \
    --cc=gentoo-user-ru@gentoo.org \
    --cc=gentoo-user-ru@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox