老版本的xmind安装方法,在最后的阶段无法成功注册到系统中,desktop无法自定义完成.参考:http://www.cnblogs.com/cupcoffee/p/3560626.html

  直到从stackoverflow上面找到了一个回复的方式,http://stackoverflow.com/questions/33734552/conflict-installing-xmind-3-6-0-from-rpm-on-fedora-23

I was unable to solve the error described in my post. However, I have found a way to install XMind 7 (3.6.0) on Fedora 23.

Following this page.

The problem is, the xmind binaries structure has changed since this article. So the commands needed are little bit different.

  1. Download Xmind portable version from Xmind web page -http://www.xmind.net/xmind/downloads/xmind7-portable-3.6.0.R-201511090408.zip

  2. Extract it to directory ~/xmind_portable, then cd ~/xmind_portable

  3. Untar the data.tar.gz tar -xf data.tar.gz
  4. Move desktop launcher sudo mv ./usr/share/applications/xmind.desktop /usr/share/applications
  5. sudo mv ./usr/share/mime/packages/xmind.xml /usr/share/mime/packages/
  6. Move application data sudo mv ./usr/lib/xmind/ /opt/
  7. Update mime DB sudo update-mime-database /usr/share/mime/

Make a link to your bin

sudo ln -s /opt/xmind/XMind /usr/local/bin/xmind

Then use it!

 
上述结束后,最后还是姚修改 /usr/share/applications/xmind.desktop
 
[Desktop Entry]
Type=Application
Version=3.6.0
Encoding=UTF-8
Name=XMind
Comment=Launch XMind 7
Icon=/opt/xmind/xmind-logo-36.png //图标图片路径,绝对路径
Exec=xmind //执行的命令,因为上面做了软连接,所以不需要修改加路径
Terminal=false
StartupNotify=true
Categories=Office;
MimeType=application/xmind;x-scheme-handler/xmind;

  方法一最后可能修改desktop文件也能实现,

最新文章

  1. android 进程/线程管理(一)----消息机制的框架
  2. Opentack常用技巧
  3. spring集成quartz scheduler
  4. fibonacci数列(二)_矩阵快速幂
  5. 多线程异步加载图片async_pictures
  6. 【转载】C++ inline 函数
  7. [转]Jquery Validate用法简介
  8. 将 Sublime 3 打造成 Python/Django IDE
  9. Java小项目--坦克大战(version1.0)
  10. Java开发工具与程序调试
  11. 多进程用户并发处理Demo(C#版)
  12. window窗体程序意外崩溃,EventType clr20r3错误的解决方法
  13. dreamweaver破解版下载地址
  14. nodejs的某些api~(六)HTTPS
  15. php 爬取数据
  16. 洛谷P3158 放棋子 [CQOI2011] dp+数论
  17. noip2016组合数问题
  18. Linux常用基本命令(cut)
  19. MT【85】正整数系数
  20. 【Android UI】如何做一个纯粹的Android app UI 设计

热门文章

  1. 纯CSS3代码实现表格奇偶行异色,鼠标悬浮变色
  2. UVA 11737 Extreme Primitive Society
  3. PYTHON多进程编码结束之进程池POOL
  4. php重定向跳转
  5. Android USB Host 与 HID 之通讯方法
  6. Strut2 和Spring MVC 文件上传对比
  7. RecyclerView一个奇怪的npe异常
  8. 【HDOJ】1756 Cupid's Arrow
  9. BrandZ:2016年全球最具价值品牌百强榜(完整报告)
  10. [light oj 1013] Love Calculator