gnu octave 运行有问题,会自动退出
Tofloor
poster avatar
owen19
deepin
2017-12-12 05:04
Author
本帖最后由 owen19 于 2017-12-11 21:07 编辑



在editor里面打字敲着敲着它就会自动退出了


Reply Favorite View the author
All Replies
avatar
windfast
deepin
2017-12-12 05:19
#1
sudo 运行试试看
Reply View the author
avatar
打击越
deepin
2017-12-12 05:28
#2
好像是空格引起的,还要输入空格就行了。
Reply View the author
avatar
owen19
deepin
2017-12-12 17:51
#3

奇怪了,运行 sudo octave就没这问题; 另外我试了删除配置“rm -rf ~/.config/octave”后问题还是依旧。。
Reply View the author
avatar
guoshuang
deepin
2018-02-28 00:55
#4
图片显示 设备没有空间 ...
Reply View the author
avatar
guoshuang
deepin
2018-03-05 18:05
#5
把首选项里 autocompletion 去掉就可以。
Reply View the author
avatar
semideity
deepin
2018-03-05 23:28
#6
关掉autocompletion多不方便,自己写个启动脚本:
#!/bin/bash
export QT_IM_MODULE=
export QT4_IM_MODULE=
/usr/bin/octave --force-gui
用这个脚本启动就可以了。不足之处是Editor下没法切换输入法,不过在命令窗口切换后就能回到Editor窗口输入中文了
Reply View the author