Xmind 3.4.1 64位 运行问题
Tofloor
poster avatar
antiar
deepin
2014-02-18 18:24
Author
今天下载了XMIND的DEB包,安装后出现运行不起的情况,在程序LOGO窗口显示后,在载入程序窗口时就异常关闭了。
请问,如果使用命令运行程序查看输出?
Reply Favorite View the author
All Replies
electricface
deepin
2014-02-19 01:21
#1
可以通过查看 desktop 文件 ( /usr/share/applications/xmind.desktop )内 Exec 字段的值,来确定 xmind 的运行命令。
在终端运行它,就能发现一点报错信息。
  1. /usr/local/xmind/XMind
Copy the Code
之后发现报错为
java: /build/buildd/cairo-1.12.14/src/cairo-surface.c:394: _cairo_surface_begin_modification: Assertion `! surface->finished' failed.
google 这个错误就发现有解决方案 https://xmind.desk.com/customer/ ... mind-crash-on-start

下载这个文件 https://www.dropbox.com/s/hv1ao3v4t2vb3 ... 221918.jar

然后将他复制到  /usr/local/xmind/plugins 文件夹下,可修复启动就崩溃问题。
  1. cd ~/下载
  2. sudo cp org.xmind.cathy_3.4.1.201401221918.jar /usr/local/xmind/plugins
Copy the Code
Reply View the author