个人工具

“UbuntuHelp:Freemind”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Freemind}} {{Languages|UbuntuHelp:Freemind}} == Introduction == '''Freemind''' http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mi...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Freemind}}
 
{{From|https://help.ubuntu.com/community/Freemind}}
 
{{Languages|UbuntuHelp:Freemind}}
 
{{Languages|UbuntuHelp:Freemind}}
 
 
 
== Introduction ==
 
== Introduction ==
 
 
'''Freemind''' http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff.
 
'''Freemind''' http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff.
 
 
I have written this page due to people asking me for installation instructions under Ubuntu.
 
I have written this page due to people asking me for installation instructions under Ubuntu.
 
 
== Installing the lastest Freemind under Ubuntu 7.04 (Feisty Fawn) ==
 
== Installing the lastest Freemind under Ubuntu 7.04 (Feisty Fawn) ==
 
 
Add the repository for Freemind:
 
Add the repository for Freemind:
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
| gksudo gedit /etc/apt/sources.list  
 
| gksudo gedit /etc/apt/sources.list  
 
|}
 
|}
 
 
add the following lines
 
add the following lines
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
|# freemind source  
 
|# freemind source  
第26行: 第17行:
 
|deb-src http://eric.lavar.de/comp/linux/debian/ experimental/  
 
|deb-src http://eric.lavar.de/comp/linux/debian/ experimental/  
 
|}
 
|}
 
 
Install from the repository:
 
Install from the repository:
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
|sudo apt-get update
 
|sudo apt-get update
第34行: 第23行:
 
|sudo apt-get install freemind
 
|sudo apt-get install freemind
 
|}
 
|}
 
 
Alternatively, you can use synaptic.
 
Alternatively, you can use synaptic.
 
 
== Starting Freemind ==
 
== Starting Freemind ==
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
|export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
 
|export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
第46行: 第32行:
 
|freemind
 
|freemind
 
|}
 
|}
 
 
=== To start it next time from terminal without setting vars ===
 
=== To start it next time from terminal without setting vars ===
 
In '''another terminal''' set JAVA related variables in the profile.
 
In '''another terminal''' set JAVA related variables in the profile.
 
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
 
|echo export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/ >> ~/.bashrc  
 
|echo export '''JAVA_HOME'''=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/ >> ~/.bashrc  
第56行: 第39行:
 
|echo export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/ >> ~/.bashrc  
 
|echo export '''PATH'''=$'''PATH''':/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/ >> ~/.bashrc  
 
|}
 
|}
 
 
 
== Alternatives ==
 
== Alternatives ==
 
There are some alternatives to Freemind;
 
There are some alternatives to Freemind;
 
 
I have tried VYM
 
I have tried VYM
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
第69行: 第49行:
 
| sudo apt-get install kdissert  
 
| sudo apt-get install kdissert  
 
|}
 
|}
 
 
But they are not compatible with Freemind maps, so if you already have freemind maps,  
 
But they are not compatible with Freemind maps, so if you already have freemind maps,  
 
it is better to use Freemind. I have found Freemind most productive and usable due to  
 
it is better to use Freemind. I have found Freemind most productive and usable due to  
 
its shortcuts.
 
its shortcuts.
 
 
----
 
----
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]]
 
[[category:CategoryDocumentation]] [[category:CategorySoftware]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:22的版本

Introduction

Freemind http://freemind.sourceforge.net/wiki/index.php/Main_Page is a mind-mapping tool, that is already integrated with a lot of wiki stuff. I have written this page due to people asking me for installation instructions under Ubuntu.

Installing the lastest Freemind under Ubuntu 7.04 (Feisty Fawn)

Add the repository for Freemind:

gksudo gedit /etc/apt/sources.list

add the following lines

# freemind source
deb http://eric.lavar.de/comp/linux/debian/ experimental/
deb-src http://eric.lavar.de/comp/linux/debian/ experimental/

Install from the repository:

sudo apt-get update
sudo apt-get install freemind

Alternatively, you can use synaptic.

Starting Freemind

export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/
export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/
freemind

To start it next time from terminal without setting vars

In another terminal set JAVA related variables in the profile.

echo export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/ >> ~/.bashrc
echo export PATH=$PATH:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11/bin/ >> ~/.bashrc

Alternatives

There are some alternatives to Freemind; I have tried VYM

sudo apt-get install vym

kdissert (requires KDE)

sudo apt-get install kdissert

But they are not compatible with Freemind maps, so if you already have freemind maps, it is better to use Freemind. I have found Freemind most productive and usable due to its shortcuts.