Difference between revisions of "Talk:Macintosh"
(Added links to a patch on Mantis) |
(Create headings to structure and expand the discussion) |
||
Line 1: | Line 1: | ||
+ | = Starting Freeplane under Mac OS X<br> = | ||
+ | |||
+ | The Freeplane start-up method will likely get easier as the number of Mac users increases. Of course, the reverse is also true ;-> Here is the current situation, and some possible improvements:<br> | ||
+ | |||
+ | == Using the startup script == | ||
+ | |||
+ | Freeplane may be run by invoking the startup script '''freeplane.sh''' from the directory where that script resides, as detailed under the [[Macintosh#Run|Run]] heading on the main [[Macintosh|Macintosh]] page. <br> | ||
+ | |||
+ | As mentioned there, this script works under Tiger, though [https://sourceforge.net/projects/freeplane/forums/forum/758437/topic/3318596/index/page/1 problems have been discussed] for Leopard and Snow Leopard in the Open Discussion forum. Technical and advanced users may find that [http://sourceforge.net/projects/freeplane/forums/forum/758437/topic/3318596/index/page/1 thread] interesting, and could continue the discussion there. <br> | ||
+ | |||
+ | In response to a related [http://sourceforge.net/apps/mantisbt/freeplane/view.php?id=324 bug] report, a patch was submitted, and is included in the latest Freeplane [http://freeplane.sourceforge.net/testversion/ test release], currently freeplane_bin-1.0.36-02.zip (that version number may quickly change). <br> | ||
+ | |||
+ | == Running from the Finder, Desktop, or Dock<br> == | ||
+ | |||
+ | Freeplane can be started from the GUI (Graphical User Interface) by creating a custom script, to automate the process of opening Terminal, changing to the proper directory, and running the '''freeplane.sh''' script. Both a bash shell script and an AppleScript have been tested. Example scripts, and/or step-by-step details will be posted when they're "ready for prime time," or on request here. <br> | ||
+ | |||
+ | Other options might include a Mac "app starter" such as Platypus, a Java- or Carbon-based launcher, or even a full, Mac-specific (Cocoa) application including use of the OS X menu bar. <br> | ||
+ | |||
+ | == Running the .jar file (NOT!) == | ||
+ | |||
Running of the jar file instead of the script file is not a good idea because it does not start any plug-in. [[User:Dimitry|Dimitry]] 07:30, 30 November 2009 (UTC) | Running of the jar file instead of the script file is not a good idea because it does not start any plug-in. [[User:Dimitry|Dimitry]] 07:30, 30 November 2009 (UTC) | ||
''Thanks for the tip, Dimitry. I've reverted the relevant sections to the previous content, and have submited a [https://sourceforge.net/apps/mantisbt/freeplane/file_download.php?file_id=155&type=bug patch] for freeplane.sh in the [https://sourceforge.net/apps/mantisbt/freeplane/view.php?id=324 Mantis bug report].'' --[[User:Jayseye|Jayseye]] 22:05, 30 November 2009 (UTC) | ''Thanks for the tip, Dimitry. I've reverted the relevant sections to the previous content, and have submited a [https://sourceforge.net/apps/mantisbt/freeplane/file_download.php?file_id=155&type=bug patch] for freeplane.sh in the [https://sourceforge.net/apps/mantisbt/freeplane/view.php?id=324 Mantis bug report].'' --[[User:Jayseye|Jayseye]] 22:05, 30 November 2009 (UTC) |
Revision as of 12:29, 14 December 2009
Contents
Starting Freeplane under Mac OS X
The Freeplane start-up method will likely get easier as the number of Mac users increases. Of course, the reverse is also true ;-> Here is the current situation, and some possible improvements:
Using the startup script
Freeplane may be run by invoking the startup script freeplane.sh from the directory where that script resides, as detailed under the Run heading on the main Macintosh page.
As mentioned there, this script works under Tiger, though problems have been discussed for Leopard and Snow Leopard in the Open Discussion forum. Technical and advanced users may find that thread interesting, and could continue the discussion there.
In response to a related bug report, a patch was submitted, and is included in the latest Freeplane test release, currently freeplane_bin-1.0.36-02.zip (that version number may quickly change).
Running from the Finder, Desktop, or Dock
Freeplane can be started from the GUI (Graphical User Interface) by creating a custom script, to automate the process of opening Terminal, changing to the proper directory, and running the freeplane.sh script. Both a bash shell script and an AppleScript have been tested. Example scripts, and/or step-by-step details will be posted when they're "ready for prime time," or on request here.
Other options might include a Mac "app starter" such as Platypus, a Java- or Carbon-based launcher, or even a full, Mac-specific (Cocoa) application including use of the OS X menu bar.
Running the .jar file (NOT!)
Running of the jar file instead of the script file is not a good idea because it does not start any plug-in. Dimitry 07:30, 30 November 2009 (UTC)
Thanks for the tip, Dimitry. I've reverted the relevant sections to the previous content, and have submited a patch for freeplane.sh in the Mantis bug report. --Jayseye 22:05, 30 November 2009 (UTC)