Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
gnu octave 运行有问题,会自动退出
Apps Section
1906
views ·
6
replies ·
To
floor
Go
owen19
deepin
2017-12-12 05:04
Author
本帖最后由 owen19 于 2017-12-11 21:07 编辑
在editor里面打字敲着敲着它就会自动退出了
Reply
Like 0
Favorite
View the author
All Replies
windfast
deepin
2017-12-12 05:19
#1
sudo 运行试试看
Reply
Like 0
View the author
打击越
deepin
2017-12-12 05:28
#2
好像是空格引起的,还要输入空格就行了。
Reply
Like 0
View the author
owen19
deepin
2017-12-12 17:51
#3
https://bbs.deepin.org/post/150018
sudo 运行试试看
奇怪了,运行 sudo octave就没这问题; 另外我试了删除配置“rm -rf ~/.config/octave”后问题还是依旧。。
Reply
Like 0
View the author
guoshuang
deepin
2018-02-28 00:55
#4
图片显示 设备没有空间 ...
Reply
Like 0
View the author
guoshuang
deepin
2018-03-05 18:05
#5
把首选项里 autocompletion 去掉就可以。
Reply
Like 0
View the author
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
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
在editor里面打字敲着敲着它就会自动退出了