From 201b2164d058582e3e658d61d6de8da3ab01f912 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Wed, 21 Jul 2021 11:59:01 +0200 Subject: [PATCH] Disable FilamentDetector for pyimagej --- binder/postBuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binder/postBuild b/binder/postBuild index ad1456d..3662c15 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -37,6 +37,8 @@ OMERO_INSIGHT_URL_BASE=https://github.com/ome/omero-insight/releases/download/v$ wget https://downloads.imagej.net/fiji/latest/fiji-nojre.zip unzip -q fiji-nojre.zip rm fiji-nojre.zip +# Fix pyimagej issue: https://forum.image.sc/t/fiji-fails-to-launch-after-update/44582/2 +mv Fiji.app/jars/FilamentDetector-1.0.0.jar Fiji.app/jars/FilamentDetector-1.0.0.jar.disabled pushd Fiji.app/plugins