2

fedora19装XMind

 2 years ago
source link: https://www.hi-roy.com/posts/fedora19%E5%AE%89%E8%A3%85xmind/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

fedora19装XMind

2013-12-03

本来用bubbl这个在线的思维导图还凑合,不过他这个未付费用户只能存储3张,只好换回本地应用。

安装freemind很简单,直接yum即可,不过界面和功能上有待加强。

换成xmind这个强大的跨平台软件,发现只有deb包,那么想在fedora中使用进行下面操作即可:

首先,下载对应版本的deb包,32bit系统下载32bit软件包,64bit系统下载64bit软件包

ar -x xmind-xxxxx.deb解包,得到data.tar.gz 和control.tar.gz 两个归档文件

解压data.tar.gz tar xf data.tar.gz

得到一个usr文件夹,把此文件夹下的xmind子文件夹复制到/opt/文件夹下,share子文件夹移动到/usr/文件夹下和已有的share文件夹合并。命令如下

sudo cp -r usr/local/xmind/ /opt
sudo cp -r usr/share/ /usr/

解压control.tar.gz tar xf control.tar.gz 执行解压出来的postinst文件sudo sh postinst

如果出现Unknown media type in type ‘all/all’一类的提示忽略就好,据说是因为gnome和kde的问题。

接着修改/usr/share/applications/xmind.desktop文件内容为以下内容

[Desktop Entry]
Encoding=UTF-8
Name=XMind
Comment=Launch XMind 2013
Exec=/opt/xmind/XMind        #修改这里的位置
Terminal=false
Type=Application
Icon=/opt/xmind/xmind-logo-35.png    #修改这里的位置
StartupNotify=true
Categories=Office;
MimeType=application/xmind;

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK