Re: panel behaviour on rhel7

2016-03-13 Thread solarflow99
yes, I see where that is now, thanks.  The problem seems that the
panels.ini file isn't being written to upon exit.  The only difference I
can see is with older versions of Fedora saves the file (as the root user
in my case) to: /root/.mc  However in newer ones it goes to:
/root/.config/mc the rest is all the same.  I have to manually "save setup"
is the only way to have it write to that file.

versions:
EL-6: mc-4.7.0.2-3.el6.x86_64
F-21: mc-4.8.7-8.el7.x86_64

I verified the ini has auto_save_setup=1


I don't have another distro to test on, if I did I suppose that could rule
out if its a bug or just something about the OS.



On Sun, Mar 13, 2016 at 10:07 PM, Mike  wrote:

> If you enable save on exit I think it remembers the last panels. or, check
> your bash aliases and stuff, sometimes mc has startup thing that forces
> home directory in startup panel. There's the -P option to save the last
> directory you were in.
>
> On 2016-03-13 11:41, solarflow99 wrote:
>
> Has anyone else noticed with RHEL 7 and later versions of fedora, the
> directory you were last in is lost in the split panel, the next time you
> start mc?
>
>
>
>
> ___
> mc mailing listhttps://mail.gnome.org/mailman/listinfo/mc
>
>
> --
> Peace and Cheer
>
>
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
>
>
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: panel behaviour on rhel7

2016-03-13 Thread Mike
If you enable save on exit I think it remembers the last panels. or, 
check your bash aliases and stuff, sometimes mc has startup thing that 
forces home directory in startup panel. There's the -P option to save 
the last directory you were in.


On 2016-03-13 11:41, solarflow99 wrote:
Has anyone else noticed with RHEL 7 and later versions of fedora, the 
directory you were last in is lost in the split panel, the next time 
you start mc?





___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


--
Peace and Cheer

___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread Yury V. Zaytsev

On Sun, 13 Mar 2016, solarflow99 wrote:

You actually got it to build, it was complaining for me glibc had to be 
newer than 2.26, and nothing has that yet.  thx for the package builds.


You must be talking about glib2 and not glibc, yet "nothing has that yet" 
is still quite puzzling. Even RHEL6/7 come with newer versions, and among 
distributions that are still supported, only RHEL5 has an older one.


--
Sincerely yours,
Yury V. Zaytsev
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread Laurent Wandrebeck
Le dimanche 13 mars 2016 à 19:53 +0100, Yury V. Zaytsev a écrit :
> Hi Laurent,
> 
> Thanks for updating the packages!

Hi Yuri, 

You’re welcome :)

> 
> > 
> > --enable-vfs-mcfs
> As it was already mentioned the last time, this option has been
> removed a 
> long time ago.

Just removed that from the spec file. Build is on its way.
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread Yury V. Zaytsev

Hi Laurent,

Thanks for updating the packages!


--enable-vfs-mcfs


As it was already mentioned the last time, this option has been removed a 
long time ago.


--
Sincerely yours,
Yury V. Zaytsev
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread solarflow99
You actually got it to build, it was complaining for me glibc had to be
newer than 2.26, and nothing has that yet.  thx for the package builds.


On Sun, Mar 13, 2016 at 11:32 AM, Laurent Wandrebeck <
l.wandreb...@quelquesmots.fr> wrote:

> Le samedi 12 mars 2016 à 22:18 +0100, Yury V. Zaytsev a écrit :
> > Hi,
> >
> > I'm delighted to announce the availability of the new mc-4.8.16! This
> > is
> > a maintenance release that includes a large number of bugfixes and a
> > few
> > minor new features.
> >
> > Amongst the most user-visible changes, we have improved on the
> > usability
> > (hopefully!) of the "Find File" dialog: the unsymmetrical "Search for
> > content" checkbox is now gone; instead, leave the field empty and
> > notice
> > how related checkboxes will be automatically deactivated. To remind
> > you,
> > Ctrl+w clears the editboxes and Meta+h triggers the history drop-
> > down,
> > these are very handy shortcuts to make the most out of the new
> > dialog.
> >
> > For a detailed list of changes since the last version, please refer
> > to
> > the release notes.
> >
> > Download page: http://ftp.midnight-commander.org/?C=N;O=D
> > Release notes: http://www.midnight-commander.org/wiki/NEWS-4.8.16
> >
> > This release was made possible thanks to the heroic work of Andrew
> > Borodin, a steady stream of fixes by Andreas Mohr, and contributions
> > from Mooffie of our friendly Lua-enabled fork fame (check it out!).
> >
> > Finally, I would like to thank everybody who has contributed to this
> > release, including our dedicated translators, and to remind you that
> > we
> > are still very much underpowered to carefully review and integrate
> > patches in a timely manner, process bug reports and generally improve
> > on
> > our code base.
> >
> > Enjoy!
>
> Hi Yuri, all.
>
> First, thanks to all of you for that release.
>
> I’ve updated « my » packages on OpenSuSe Build Service to 4.8.16
> for the following distros:
>
> CentOS and Scientific Linux 6 i586 and x86_64.
> CentOS and Scientific Linux 7 x86_64.
> Fedora 20, 21, 22, i586 and x86_64.
>
> I’ve used official tar.xz package, and mc was built with the
> following options:
> --with-screen=slang \
> --enable-charset \
> --without-x \
> --with-gpm-mouse \
> --disable-rpath \
> --enable-vfs-smb \
> --enable-vfs-sftp \
> --enable-aspell \
> --enable-vfs-mcfs
>
> You can get packages here:
> https://build.opensuse.org/package/repositories/home:laurentwandrebeck:
> mc/mc
>
> Thanks,
> Laurent.
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
>
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread Laurent Wandrebeck
Le samedi 12 mars 2016 à 22:18 +0100, Yury V. Zaytsev a écrit :
> Hi,
> 
> I'm delighted to announce the availability of the new mc-4.8.16! This
> is
> a maintenance release that includes a large number of bugfixes and a
> few
> minor new features.
> 
> Amongst the most user-visible changes, we have improved on the
> usability
> (hopefully!) of the "Find File" dialog: the unsymmetrical "Search for
> content" checkbox is now gone; instead, leave the field empty and
> notice
> how related checkboxes will be automatically deactivated. To remind
> you,
> Ctrl+w clears the editboxes and Meta+h triggers the history drop-
> down,
> these are very handy shortcuts to make the most out of the new
> dialog.
> 
> For a detailed list of changes since the last version, please refer
> to
> the release notes.
> 
> Download page: http://ftp.midnight-commander.org/?C=N;O=D
> Release notes: http://www.midnight-commander.org/wiki/NEWS-4.8.16
> 
> This release was made possible thanks to the heroic work of Andrew
> Borodin, a steady stream of fixes by Andreas Mohr, and contributions
> from Mooffie of our friendly Lua-enabled fork fame (check it out!).
> 
> Finally, I would like to thank everybody who has contributed to this
> release, including our dedicated translators, and to remind you that
> we
> are still very much underpowered to carefully review and integrate
> patches in a timely manner, process bug reports and generally improve
> on
> our code base.
> 
> Enjoy!

Hi Yuri, all.

First, thanks to all of you for that release.

I’ve updated « my » packages on OpenSuSe Build Service to 4.8.16 
for the following distros:

CentOS and Scientific Linux 6 i586 and x86_64.
CentOS and Scientific Linux 7 x86_64.
Fedora 20, 21, 22, i586 and x86_64.

I’ve used official tar.xz package, and mc was built with the 
following options:
--with-screen=slang \
--enable-charset \
--without-x \
--with-gpm-mouse \
--disable-rpath \
--enable-vfs-smb \
--enable-vfs-sftp \
--enable-aspell \
--enable-vfs-mcfs

You can get packages here: 
https://build.opensuse.org/package/repositories/home:laurentwandrebeck:
mc/mc

Thanks,
Laurent.
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


panel behaviour on rhel7

2016-03-13 Thread solarflow99
Has anyone else noticed with RHEL 7 and later versions of fedora, the
directory you were last in is lost in the split panel, the next time you
start mc?
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread Laurent Wandrebeck
Le samedi 12 mars 2016 à 22:18 +0100, Yury V. Zaytsev a écrit :
> Hi,
> 
> I'm delighted to announce the availability of the new mc-4.8.16! This
> is
> a maintenance release that includes a large number of bugfixes and a
> few
> minor new features.
> 
> Amongst the most user-visible changes, we have improved on the
> usability
> (hopefully!) of the "Find File" dialog: the unsymmetrical "Search for
> content" checkbox is now gone; instead, leave the field empty and
> notice
> how related checkboxes will be automatically deactivated. To remind
> you,
> Ctrl+w clears the editboxes and Meta+h triggers the history drop-
> down,
> these are very handy shortcuts to make the most out of the new
> dialog.
> 
> For a detailed list of changes since the last version, please refer
> to
> the release notes.
> 
> Download page: http://ftp.midnight-commander.org/?C=N;O=D
> Release notes: http://www.midnight-commander.org/wiki/NEWS-4.8.16
> 
> This release was made possible thanks to the heroic work of Andrew
> Borodin, a steady stream of fixes by Andreas Mohr, and contributions
> from Mooffie of our friendly Lua-enabled fork fame (check it out!).
> 
> Finally, I would like to thank everybody who has contributed to this
> release, including our dedicated translators, and to remind you that
> we
> are still very much underpowered to carefully review and integrate
> patches in a timely manner, process bug reports and generally improve
> on
> our code base.
> 
> Enjoy!

Hi Yuri, all.

First, thanks to all of you for that release.

I’ve updated « my » packages on OpenSuSe Build Service to 4.8.16 
for the following distros:

CentOS and Scientific Linux 6 i586 and x86_64.
CentOS and Scientific Linux 7 x86_64.
Fedora 20, 21, 22, i586 and x86_64.

I’ve used official tar.xz package, and mc was built with the 
following options:
--with-screen=slang \
--enable-charset \
--without-x \
--with-gpm-mouse \
--disable-rpath \
--enable-vfs-smb \
--enable-vfs-sftp \
--enable-aspell \
--enable-vfs-mcfs

You can get packages here: 
https://build.opensuse.org/package/repositories/home:laurentwandrebeck:
mc/mc

Thanks,
Laurent.
___
mc-devel mailing list
https://mail.gnome.org/mailman/listinfo/mc-devel


Re: Midnight Commander 4.8.16 released

2016-03-13 Thread solarflow99
This is awsome.


On Sat, Mar 12, 2016 at 1:18 PM, Yury V. Zaytsev  wrote:

> Hi,
>
> I'm delighted to announce the availability of the new mc-4.8.16! This is
> a maintenance release that includes a large number of bugfixes and a few
> minor new features.
>
> Amongst the most user-visible changes, we have improved on the usability
> (hopefully!) of the "Find File" dialog: the unsymmetrical "Search for
> content" checkbox is now gone; instead, leave the field empty and notice
> how related checkboxes will be automatically deactivated. To remind you,
> Ctrl+w clears the editboxes and Meta+h triggers the history drop-down,
> these are very handy shortcuts to make the most out of the new dialog.
>
> For a detailed list of changes since the last version, please refer to
> the release notes.
>
> Download page: http://ftp.midnight-commander.org/?C=N;O=D
> Release notes: http://www.midnight-commander.org/wiki/NEWS-4.8.16
>
> This release was made possible thanks to the heroic work of Andrew
> Borodin, a steady stream of fixes by Andreas Mohr, and contributions
> from Mooffie of our friendly Lua-enabled fork fame (check it out!).
>
> Finally, I would like to thank everybody who has contributed to this
> release, including our dedicated translators, and to remind you that we
> are still very much underpowered to carefully review and integrate
> patches in a timely manner, process bug reports and generally improve on
> our code base.
>
> Enjoy!
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>
>
> ___
> mc mailing list
> https://mail.gnome.org/mailman/listinfo/mc
>
>
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc