From 598d0d16cc7a870686392a6ff623f2bf8658fda5 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Wed, 30 Oct 2024 02:41:30 -0400 Subject: [PATCH] Update running.md to Launch OpenRefine from the Terminal on MacOS Update running.md to Launch OpenRefine from the Terminal to make work in MacOS 14.7 Sonoma. --- docs/manual/running.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/manual/running.md b/docs/manual/running.md index fd56c9c..65a1f5a 100644 --- a/docs/manual/running.md +++ b/docs/manual/running.md @@ -60,13 +60,12 @@ To exit OpenRefine, close all the browser tabs or windows, then navigate to the You can find OpenRefine in your Applications folder, or you can open it using Terminal. To run OpenRefine using Terminal: -* Find the OpenRefine application / icon in Finder -* Control-click on the icon and select “Show Package Contents” from the context menu -* This should open a new Finder menu: navigate into the “MacOS” folder -* Control-click on “JavaAppLauncher” -* Choose “Open With” from the menu, and select “Terminal.” -To exit, close all your OpenRefine browser tabs, go back to the terminal window and press `Command` and `Q` to close it down. +* Open the Terminal by using the “Go” menu, choose Utilities +* In the Utilities window, start the Terminal application. +* Inside the terminal, write this: `/Applications/OpenRefine.app/Contents/MacOS/JavaAppLauncher` + +To exit, close all your OpenRefine browser tabs, find the applications called “JavaAppLauncher”, press `Command` and `Q` to close it down, and do the same with the Terminal application. :::caution Problems starting? If you are using an older version of OpenRefine or are on an older version of MacOS, [check our Wiki for solutions to problems with MacOS](https://github.com/OpenRefine/OpenRefine/wiki/Installation-Instructions#macos).