Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
深度终端的一次bug解决过程
Apps Section
829
views ·
3
replies ·
To
floor
Go
hardysimpson1984
deepin
2014-08-05 03:39
Author
手贱,把深度终端的高级设置里面的
自定义启动命令 设置为 ls
结果每次启动终端就闪退
于是,一开始先ctrl+alt+f1下,首先
sudo apt-get purge deepin-terminal
再
sudo apt-get install deepin-terminal
我的思路是,全量卸载一次,再装一次,可以把配置文件去掉了吧,
结果……不行,
于是采用其他方法,
dpkg -L deepin-terminal
希望能找到配置文件所在地,结果找花了眼也没有
最后想起,配置文件是否会放在 $HOME下
于是,最后在
$HOME/.config/deepin-terminal/config
下找到一行
startup_command = ls
将其清除到
startup_command =
问题终于搞定。
在这里我对深度提个建议,在apt-get purge的时候,把.config下的内容也一并清除,方便以后的人彻底删除一个软件。
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2014-08-05 17:26
#1
已经记录,会上报的
Reply
Like 0
View the author
xiazhishang
deepin
2014-08-08 20:50
#2
此问题已反馈给研发,我们内部会讨论解决办法
Reply
Like 0
View the author
redbrother
deepin
2014-08-20 06:36
#3
深度论坛的帖子没办法收藏,加分,顶?我的深度终端打不开,点了没反应,软件商店也是的,终端坏了要命啊
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
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 Events
More
自定义启动命令 设置为 ls
结果每次启动终端就闪退
于是,一开始先ctrl+alt+f1下,首先
sudo apt-get purge deepin-terminal
再
sudo apt-get install deepin-terminal
我的思路是,全量卸载一次,再装一次,可以把配置文件去掉了吧,
结果……不行,
于是采用其他方法,
dpkg -L deepin-terminal
希望能找到配置文件所在地,结果找花了眼也没有
最后想起,配置文件是否会放在 $HOME下
于是,最后在
$HOME/.config/deepin-terminal/config
下找到一行
startup_command = ls
将其清除到
startup_command =
问题终于搞定。
在这里我对深度提个建议,在apt-get purge的时候,把.config下的内容也一并清除,方便以后的人彻底删除一个软件。