Collision integration with nautilus doesn't work anymore

I checked the manjaro repo, found out manjaro is installing the extension in /usr/share/nautilus-python/extensions/ .
The extension was there, but it was slightly different from the one in the official repository,
https://github.com/GeopJr/Collision/blob/main/nautilus-extension/collision-extension.py
so I removed it and, by copying from this makefile.patch,
https://gitlab.manjaro.org/packages/extra/collision/-/blob/master/Makefile.patch?ref_type=heads#L11

sudo install -D -m 0644 collision-extension.py /usr/share/nautilus-python/extensions/

reinstalled the version from the upstream repo. Now it works perfectly

That’s because the fix is included in 3.12.0, but we still have 3.11.0. We’ll have to wait for the Arch Package Maintainer to update it when he has time.

1 Like

yeah, i wanted to fix it as soon as possible, because i had to flex with my brother how easier it is to check hashes in linux compared to windows :laughing: