I have just upgraded to FreePlane 1.9.12, tried to start from the shell (bash) and get the following: [~]$ freeplane /usr/local/bin/freeplane: 60: Syntax error: "&" unexpected /usr/local/bin/freeplane: 60: Syntax error: Error in command substitution [~]$
(In reply to chris from comment #0) Confirmed. If you remove the "&" it works (c)(tm). Can you confirm? I'll prepare a patch.
(In reply to Loïc Bartoletti from comment #1) Well it's not simple as that. I have a WIP fix.
Created attachment 230727 [details] fix freeplane launch Can you try this patch? Thanks.
Hi, I applied your patch, and can confirm that it worked fine. Many thanks.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d110fac03fba6114a8ad47a3ed45d9674afcc50e commit d110fac03fba6114a8ad47a3ed45d9674afcc50e Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-01-05 06:17:59 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-01-10 20:32:39 +0000 deskutils/freeplane: Fix Unable to launch freeplane Fix a typo in the launch script and add bash as a dependency. Create a new launch script. PR: 260753 Reported by: chris@crvintel.com deskutils/freeplane/Makefile | 15 ++++++----- deskutils/freeplane/files/freeplane.in (new) | 3 +++ deskutils/freeplane/files/patch-freeplane.sh | 39 ++++++++++++++++++---------- 3 files changed, 37 insertions(+), 20 deletions(-)
Committed, thanks!