You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I do. If you convert (or write from scratch) an mc version 4 ext file and try to use it with mc 4.8.30 as packaged in Ubuntu 24.04 you will find that none of the regex based rules work. After doubling up on the slashes it will then operate. Apparently this is a result of changes to glib. You can find discussion here:
FYI: For 4.8.30 it's also necessary to double backslashes. After running your awk script:
sudo sed -i '/Regex=/s/\\/\\\\/g' /etc/mc/mc.ext.ini
Apparently a change in one of the dependent libraries caused the problem. It's supposed to be fixed in 4.8.31, FWIW.
The text was updated successfully, but these errors were encountered: