sublime打不开深度终端(部分已经解决)
Tofloor
poster avatar
symant
deepin
2018-01-11 00:35
Author
本帖最后由 symant 于 2018-2-21 19:15 编辑

1.SublimeText打开的文管右键打不开终端
已经有人反馈了这个问题但截止我发帖未解决
https://bbs.deepin.org/post/147371#sublime

2.sublime的"terminal"插件无法打开深度终端

按了快捷键没有任何反映。
留空提示找不到xterm,算了我在装个xterm行了吧。但按快捷建也没反映。
然后我怀疑是不是keybinding被占用,改了还是一样没反映。。。。

3.这是怎么回事????????


Reply Favorite View the author
All Replies
avatar
aida
deepin
2018-01-11 22:44
#1
https://bbs.deepin.org/user/32024   这个具体是需要修改什么配置文件吗?
Reply View the author
avatar
dragondjf
deepin
2018-01-23 18:54
#2
{
        // The command to execute for the terminal, leave blank for the OS default
        // See https://github.com/wbond/sublime_terminal#examples for examples
        "terminal": "/usr/bin/deepin-terminal",

        // A list of default parameters to pass to the terminal, this can be
        // overridden by passing the "parameters" key with a list value to the args
        // dict when calling the "open_terminal" or "open_terminal_project_folder"
        // commands
        "parameters": [],

        // An environment variables changeset. Default environment variables used for the
        // terminal are inherited from sublime. Use this mapping to overwrite/unset. Use
        // null value to indicate that the environment variable should be unset.
        "env": {}
}

设置完整路径 /usr/bin/deepin-terminal 试试
Reply View the author
avatar
symant
deepin
2018-02-21 05:59
#3
https://bbs.deepin.org/post/151544
{
        // The command to execute for the terminal, leave blank for the OS default
        // See https://github ...

抱歉很晚才看到
改成绝对路径后可以了
感谢您的帮助!
Reply View the author
avatar
yutent
deepin
2018-02-22 03:05
#4
It has been deleted!
avatar
symant
deepin
2018-03-01 02:21
#5
https://bbs.deepin.org/post/151544
这是输入法补丁带来的副作用。我之前有帖子专门说过解决方案的。在env那里配置 {"LD_PRELOAD": False} 就可 ...

感谢你的帮助!
Reply View the author