From aborodin at vmail.ru Thu Jun 3 13:01:58 2010 From: aborodin at vmail.ru (Andrew Borodin) Date: Thu, 03 Jun 2010 17:01:58 +0400 Subject: mc troubles In-Reply-To: <64F8B1C95BDF41B8935FBBA58762A069@mike> References: <64F8B1C95BDF41B8935FBBA58762A069@mike> Message-ID: On Sun, 23 May 2010 09:05:06 +0400 "mike sobolev" wrote: > I don't know, is it a bug, but.. MC doesn't highlight file names by > its permission attributes. File names are not highlighted by file permissions. man mc says: You can specify whether permissions and file types should be high- lighted with distinctive Colors. If the permission highlighting is enabled, the parts of the perm and mode display fields which apply to the user running Midnight Commander are highlighted with the color defined by the selected keyword. If the file type highlighting is enabled, files are colored according to their file type (e.g. direc- tory, core file, executable, and so on). -- Andrew From vda.linux at googlemail.com Fri Jun 4 13:31:03 2010 From: vda.linux at googlemail.com (Denys Vlasenko) Date: Fri, 4 Jun 2010 15:31:03 +0200 Subject: [PATCH] do not link cons.saver with libglib Message-ID: Hi, Fedora build machinery noticed that cons.saver acquired a new library in ldd listing, libglib. I took a look at it and apparently it is not needed. With the attached trivial patch I successfully built mc where cons.saver no longer uses libglib: # ldd cons.saver linux-vdso.so.1 => (0x00007fffe9905000) libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f4e3fd24000) libc.so.6 => /lib64/libc.so.6 (0x00007f4e3f9a4000) /lib64/ld-linux-x86-64.so.2 (0x00007f4e4000a000) # ldd cons.saver.fixed linux-vdso.so.1 => (0x00007fff8a0b8000) libc.so.6 => /lib64/libc.so.6 (0x00007f5043d2b000) /lib64/ld-linux-x86-64.so.2 (0x00007f50440ab000) Please review/apply. -- vda -------------- next part -------------- A non-text attachment was scrubbed... Name: cons.saver.sans.libglib.diff Type: application/octet-stream Size: 1638 bytes Desc: not available URL: From slavazanko at gmail.com Fri Jun 4 20:36:33 2010 From: slavazanko at gmail.com (Slava Zanko) Date: Fri, 04 Jun 2010 23:36:33 +0300 Subject: mc-4.7.0.6 (stable) released Message-ID: <4C0963D1.90104@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, mc-4.7.0.6 now released (stable branch) Download page: http://www.midnight-commander.org/downloads Major changes and fixies since 4.7.0.5: http://www.midnight-commander.org/wiki/NEWS-4.7.0.6 - -- WBR, dev-team. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAkwJY9EACgkQb3oGR6aVLpp3gQCfcRMDz9Bas865UZf+zD168FFB HFQAnjAotMSlsgZI26uKFveI1hDD7qqh =xR5m -----END PGP SIGNATURE----- From janek_listy at wp.pl Fri Jun 4 20:43:30 2010 From: janek_listy at wp.pl (Janek Kozicki) Date: Fri, 4 Jun 2010 22:43:30 +0200 Subject: technical question about branches In-Reply-To: <20100528163333.2f04cb83@atak.bl.pg.gda.pl> References: <20100521234559.7a735904@atak.bl.pg.gda.pl> <20100522101010.0a9ad237@atak.bl.pg.gda.pl> <20100528163333.2f04cb83@atak.bl.pg.gda.pl> Message-ID: <20100604224330.369c6c75@atak.bl.pg.gda.pl> Janek Kozicki said: (by the date of Fri, 28 May 2010 16:33:33 +0200) > Janek Kozicki said: (by the date of Sat, 22 May 2010 10:10:10 +0200) > > > Andrew Borodin said: (by the date of Sat, 22 May 2010 10:08:02 +0400) > > > > > If you will have your repo on github, we can review your branches, > > > fetch them into main mc repo and merge to master. > > > > ok, I'll use github. Thanks for pointers. > > my apologies I can't today. Will try next week. heh, my sense of 'connection with you(?)' forces me to keep you informed about my lack of progress. I also couldn't do today. You can either go with the patches that I already submitted, or wait.. I dunno - more weeks? I guess, that sooner or later I will need scratch that itch again. Working in mc is for pleasure, not because it has to be done. So I wait when pleasure will coincide with "enough time" condition. best regards -- Janek Kozicki http://janek.kozicki.pl/ | From aborodin at vmail.ru Mon Jun 7 12:17:43 2010 From: aborodin at vmail.ru (Andrew Borodin) Date: Mon, 07 Jun 2010 16:17:43 +0400 Subject: [PATCH] do not link cons.saver with libglib In-Reply-To: References: Message-ID: On Fri, 4 Jun 2010 15:31:03 +0200 Denys Vlasenko wrote: > Please review/apply. Applied in master and 4.7.0-stable branches. 4.7.0.6 release contains this patch. Thanks! -- Andrew From jakub at redhat.com Mon Jun 7 12:30:59 2010 From: jakub at redhat.com (Jakub Jelinek) Date: Mon, 7 Jun 2010 14:30:59 +0200 Subject: [PATCH] do not link cons.saver with libglib In-Reply-To: References: Message-ID: <20100607123059.GH26878@sunsite.ms.mff.cuni.cz> On Mon, Jun 07, 2010 at 04:17:43PM +0400, Andrew Borodin wrote: > On Fri, 4 Jun 2010 15:31:03 +0200 Denys Vlasenko wrote: > > Please review/apply. > > Applied in master and 4.7.0-stable branches. 4.7.0.6 release contains this > patch. Thanks! PCRE_CFLAGS/PCRE_LIBS for it looks wrong too. Jakub From krupa.katalin at gmail.com Fri Jun 11 11:46:19 2010 From: krupa.katalin at gmail.com (Katalin Anna Krupa) Date: Fri, 11 Jun 2010 13:46:19 +0200 Subject: problem with symbolic links on ssh Message-ID: Hi, I wrote this here: http://groups.google.com/group/mc-bugs but I didn't got any answer. Kata problem with symbolic links on *ssh* symbolic links doesn't work if i *ssh* in mc to other computer. (mc -> F9 -> Left -> Shell Link...) The other computer is running bsd and the users are in jail. I don't know if that matters. The links looks like: -> /data/anything/directory_i_needed or -> ../../data/anything/directory_i_needed But any version of these not working. My first guess was that this is not working because /data/any... lookes like it pointing to my local filesystem, so tried ../../data/any.. but that also didn't worked. Not just on one computer, i experienced that more times for now. If i tried this on winscp, the link worked normally. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yury at shurup.com Mon Jun 14 11:23:35 2010 From: yury at shurup.com (Yury V. Zaytsev) Date: Mon, 14 Jun 2010 13:23:35 +0200 Subject: problem with symbolic links on ssh In-Reply-To: References: Message-ID: <1276514615.7686.44.camel@mypride> Hi! On Fri, 2010-06-11 at 13:46 +0200, Katalin Anna Krupa wrote: > I wrote this here: http://groups.google.com/group/mc-bugs > but I didn't got any answer. Bad idea. This list is only used to follow Trac via e-mail. > But any version of these not working. > My first guess was that this is not working because /data/any... > lookes like it pointing to > my local filesystem, so tried ../../data/any.. but that also didn't > worked. What do you mean by "not working"? I'm able to follow absolute symlinks via fish. I didn't try with relative symlinks though... zyv at mypride:/$ mc -V GNU Midnight Commander 4.7.0.6 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish With builtin Editor Using system-installed S-Lang library with terminfo database With subshell support as default With support for background operations With mouse support on xterm and Linux console With support for X11 events With internationalization support With multiple codepages support Data types: char 8 int 32 long 32 void * 32 off_t 64 ecs_char 8 -- Sincerely yours, Yury V. Zaytsev From yury at shurup.com Sat Jun 19 19:53:13 2010 From: yury at shurup.com (Yury V. Zaytsev) Date: Sat, 19 Jun 2010 21:53:13 +0200 Subject: problem with symbolic links on ssh In-Reply-To: <4C1BB745.8060300@gmail.com> References: <1276514615.7686.44.camel@mypride> <4C1BB745.8060300@gmail.com> Message-ID: <1276977193.6782.25.camel@mypride> Hi! On Fri, 2010-06-18 at 20:13 +0200, Krupa Anna Katalin wrote: > Tried relative and absolute symlinks also, none of them worked. > I saw this bug only on bsd op.system, where the users are in jail. > I didn't tried that on another operation system, or I just didn't saw > this. You mean when mc was installed on BSD and then you connected to your local Linux system from there? > I attached 2 jpg, the first just show how i connected to the other pc. > On the second you can see the red not working symlinks. > That is what I saw if I ssh to this computer and cd to my home > directory. These are absolutely of no use for me. First of all, we need the output of your mc -V. P.S. List mail belongs to the list. -- Sincerely yours, Yury V. Zaytsev From yury at shurup.com Sun Jun 20 10:33:08 2010 From: yury at shurup.com (Yury V. Zaytsev) Date: Sun, 20 Jun 2010 12:33:08 +0200 Subject: problem with symbolic links on ssh In-Reply-To: <4C1DDC27.2090005@gmail.com> References: <1276514615.7686.44.camel@mypride> <4C1BB745.8060300@gmail.com> <1276977193.6782.25.camel@mypride> <4C1DDC27.2090005@gmail.com> Message-ID: <1277029988.7066.12.camel@mypride> Hi! For the second, email the list, not me. Your mc version is outdated and no longer supported. Upgrade to the latest version from my PPA and check if you can reproduce this issue: https://launchpad.net/~zyv/+archive/ppa -- Sincerely yours, Yury V. Zaytsev On Sun, 2010-06-20 at 11:15 +0200, Krupa Anna Katalin wrote: > Hi, > > mc version on my computer: GNU Midnight Commander 4.6.2 > mc version on the server: GNU Midnight Commander 4.7.2 > > my computer: ubuntu linux > server pc: freebsd > > I ssh in mc from my computer to the server pc. > (so from local linux system to bsd system) > Then I saw that second picture what I send in my previous letter. > > Kata > > > Yury V. Zaytsev wrote: > > Hi! > > > > On Fri, 2010-06-18 at 20:13 +0200, Krupa Anna Katalin wrote: > > > > > > > Tried relative and absolute symlinks also, none of them worked. > > > I saw this bug only on bsd op.system, where the users are in jail. > > > I didn't tried that on another operation system, or I just didn't saw > > > this. > > > > > > > You mean when mc was installed on BSD and then you connected to your > > local Linux system from there? > > > > > > > I attached 2 jpg, the first just show how i connected to the other pc. > > > On the second you can see the red not working symlinks. > > > That is what I saw if I ssh to this computer and cd to my home > > > directory. > > > > > > > These are absolutely of no use for me. First of all, we need the output > > of your mc -V. > > > > P.S. List mail belongs to the list. > > > > From ossi at kde.org Wed Jun 23 09:44:34 2010 From: ossi at kde.org (Oswald Buddenhagen) Date: Wed, 23 Jun 2010 11:44:34 +0200 Subject: updated: [master] [936bb2e] Added code names for parentheses, brackets and braces. In-Reply-To: References: <20100622175027.3227664139@midnight-commander.org> <20100622212934.GA3142@ugly.local> Message-ID: <20100623094434.GA31280@troll08.nokia.trolltech.de> On Wed, Jun 23, 2010 at 08:47:54AM +0400, Andrew Borodin wrote: > Why your censorious remarks are appeared post factum after merging > to master not before? > because you are refusing to employ a workflow which would suit me (or any of the other former contributors who have no time to waste nowadays). trac adds overhead, because it breaks out of the email-only workflow - i have to deal with web access (which is slow), start pushing the mouse, and deal with the usual chicanes of trac - e.g., being logged out each time i close the browser. on top of that, trac does not provide support for in-line comments, which makes it a rather poor review tool. if you want to use trac for state tracking that's fine with me, but it is unrealistic to expect any occasional contributor to play that game. to fix the situation without changing your own workflow too much, you could set up trac to send push notifications for work branches, and have all mc devs subscribe to the commit list (or you could set up the reply-to address of the commit mails to mc-devel). that you use jabber for real-time communication (instead of irc, like almost every other open-source project) doesn't exactly help the situation, either. just use #mc on irc.freenode.net. From yury at shurup.com Thu Jun 24 09:55:28 2010 From: yury at shurup.com (Yury V. Zaytsev) Date: Thu, 24 Jun 2010 11:55:28 +0200 Subject: updated: [master] [936bb2e] Added code names for parentheses, brackets and braces. In-Reply-To: <20100623094434.GA31280@troll08.nokia.trolltech.de> References: <20100622175027.3227664139@midnight-commander.org> <20100622212934.GA3142@ugly.local> <20100623094434.GA31280@troll08.nokia.trolltech.de> Message-ID: <1277373328.6961.47.camel@mypride> On Wed, 2010-06-23 at 11:44 +0200, Oswald Buddenhagen wrote: > because you are refusing to employ a workflow which would suit me (or > any of the other former contributors who have no time to waste nowadays). > trac adds overhead, because it breaks out of the email-only workflow - i > have to deal with web access (which is slow), start pushing the mouse, > and deal with the usual chicanes of trac - e.g., being logged out each > time i close the browser. Our Trac setup sucks. You're continuously being redirected from HTTPS to HTTP and Firefox doesn't want to remember the password for HTTP. This is a major issue, but the setup is SO obscure that I'm not even sure how to fix it. E.g. nginx is at 0.6 which is buggy and no longer supported at all, so it might very well be some nginx / fcgi parameters passing bug. Kudos to Winnie (and Slava) for creating a weird *undocumented* (who would ever need to reproduce this, right?) mess of a Trac configuration :-) > that you use jabber for real-time communication (instead of irc, like > almost every other open-source project) doesn't exactly help the > situation, either. just use #mc on irc.freenode.net. Jabber vs IRC does not really matter. Just set up a gateway to gate all kinds of IM and Jabber to whatever common denominator you want (e.g. IRC) and you're done. This is what I'm thinking of doing, by the way, since right now e.g. I can only follow chat logs of the Jabber channels, whereas if I had a gateway I would be trivially able to circumvent the idiotic filtering people put in place in public places. Screw brain-dead assholes WTF! The real problem is in fact the language barrier. Personally I don't care: even though my English is far from being perfect, I do speak English at home without any issues. However, despite the fact that a large part of the devs do speak some English, it's completely unthinkable for them to discuss anything in English in the real-time fashion. This will basically stop the development short. Translating the comments to the ticket / mailing list is one thing, but live communication is totally different. Hey, by the way. I know it sucks, but it's the way it is. -- Sincerely yours, Yury V. Zaytsev From krupa.katalin at gmail.com Sun Jun 20 12:18:14 2010 From: krupa.katalin at gmail.com (Krupa Anna Katalin) Date: Sun, 20 Jun 2010 12:18:14 -0000 Subject: problem with symbolic links on ssh In-Reply-To: <1277029988.7066.12.camel@mypride> References: <1276514615.7686.44.camel@mypride> <4C1BB745.8060300@gmail.com> <1276977193.6782.25.camel@mypride> <4C1DDC27.2090005@gmail.com> <1277029988.7066.12.camel@mypride> Message-ID: <4C1E06F7.7010707@gmail.com> Upgraded, but it's the same, and on the freebsd mc 4.7.2 is also do this, and in my work place I have also 4.7.2 mc and there also not working the symbolic links. Kata Yury V. Zaytsev wrote: > Hi! > > For the second, email the list, not me. > > Your mc version is outdated and no longer supported. Upgrade to the > latest version from my PPA and check if you can reproduce this issue: > > https://launchpad.net/~zyv/+archive/ppa > >