Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional issue with mc 4.8.30 #5

Open
snhirsch opened this issue Oct 11, 2024 · 3 comments
Open

Additional issue with mc 4.8.30 #5

snhirsch opened this issue Oct 11, 2024 · 3 comments

Comments

@snhirsch
Copy link

snhirsch commented Oct 11, 2024

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.

@yurytch
Copy link
Owner

yurytch commented Oct 11, 2024

Have you an example of things not working as expected with backslashes not doubled? I've never noticed anything of the kind.

@snhirsch
Copy link
Author

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:

https://forums.linuxmint.com/viewtopic.php?t=426497

@yurytch
Copy link
Owner

yurytch commented Oct 12, 2024

Thank you, I see. However, it's not caused by my thingy, so what do you suggest I do?
I think I'll just add the issue's description to README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants