更新15.6后打开终端快捷键失效[已解决]
Tofloor
poster avatar
cjydayang
deepin
2018-06-15 22:27
Author
本帖最后由 cjydayang 于 2018-6-19 09:42 编辑

修改为其他组合键也不生效,其他快捷键都正常;还有之前反馈过的文件管理器不能拖拽到终端希望能修复一下


已解决,根据https://bbs.deepin.org/post/158363这个帖子安装startdde解决了这个问题
Reply Favorite View the author
All Replies
1 / 2
To page
avatar
21wmd
deepin
2018-06-15 23:27
#1
我在我电脑上试了,是可以的
楼主要不要尝试使用 深度用户反馈 应用试试
Reply View the author
avatar
cjydayang
deepin
2018-06-15 23:48
#2
把终端卸载重新安装后也不行
Reply View the author
avatar
justforlxz
deepin
2018-06-15 23:51
#3
https://bbs.deepin.org/post/158181
把终端卸载重新安装后也不行

sudo ln -sf /etc/alternatives/x-terminal-emulator /usr/bin/x-terminal-emulator
Reply View the author
avatar
cjydayang
deepin
2018-06-16 00:03
#4
https://bbs.deepin.org/post/158181
sudo ln -sf /etc/alternatives/x-terminal-emulator /usr/bin/x-terminal-emulator

还是不行..那个软链接我看之前已经存在了
Reply View the author
avatar
pingpp00
deepin
2018-06-16 00:17
#5
https://bbs.deepin.org/post/158181
还是不行..那个软链接我看之前已经存在了

你更新完后重启电脑没有?
Reply View the author
avatar
cjydayang
deepin
2018-06-16 00:18
#6
https://bbs.deepin.org/post/158181
你更新完后重启电脑没有?

重启了好多次了
Reply View the author
avatar
cjydayang
deepin
2018-06-16 00:19
#7
还有深度文件管理器中的"在终端中打开"也无效,这两个可能时同一种问题吧
Reply View the author
avatar
pingpp00
deepin
2018-06-16 00:23
#8

你的终端点击图标是可以正常打开吗?
假如可以正常打开的话,看看控制中心里面有一个默认设置,是否勾选的是深度终端
实在不行就换一个终端吧
Reply View the author
avatar
cjydayang
deepin
2018-06-16 00:29
#9
https://bbs.deepin.org/post/158181
你的终端点击图标是可以正常打开吗?
假如可以正常打开的话,看看控制中心里面有一个默认设置,是否勾选 ...

安装了Terminator,选择其默认,快捷键无效;
把deepin-terminal卸载,快捷键可以正常打开Terminator;
重新安装deepin-terminal,默认终端无论设置为谁,快捷键都打不开
Reply View the author
avatar
pingpp00
deepin
2018-06-16 00:43
#10
https://bbs.deepin.org/post/158181
安装了Terminator,选择其默认,快捷键无效;
把deepin-terminal卸载,快捷键可以正常打开Terminator;
重新安 ...

单独可以打开deepin-terminal吗?
Reply View the author
avatar
cjydayang
deepin
2018-06-16 00:46
#11
https://bbs.deepin.org/post/158181
单独可以打开deepin-terminal吗?

可以的.....
Reply View the author
avatar
justforlxz
deepin
2018-06-16 01:07
#12
https://bbs.deepin.org/post/158181
还是不行..那个软链接我看之前已经存在了

噢,那你直接sudo ln -sf /usr/bin/deepin-terminal /usr/bin/x-terminal-emulator吧,反正最后也是链接到这里了,就不绕圈子了。你可以ls -l  /etc/alternatives/x-terminal-emulator跟踪下去看看是链接到哪里失效了。
Reply View the author
avatar
cjydayang
deepin
2018-06-16 01:12
#13
https://bbs.deepin.org/post/158181
噢,那你直接sudo ln -sf /usr/bin/deepin-terminal /usr/bin/x-terminal-emulator吧,反正最后也是链接到 ...
  1. cjy@cjy-pc:~$ ls -l  /etc/alternatives/x-terminal-emulator
  2. lrwxrwxrwx 1 root root 39 9月  25  2016 /etc/alternatives/x-terminal-emulator -> /usr/lib/deepin-daemon/default-terminal
  3. cjy@cjy-pc:~$ ls -l /usr/lib/deepin-daemon/default-terminal
  4. -rwxr-xr-x 1 root root 4308536 6月  13 11:17 /usr/lib/deepin-daemon/default-terminal
Copy the Code



我的这个有问题吗?
终端在启动器里面点击图标是能够正常打开的
Reply View the author
avatar
cjydayang
deepin
2018-06-16 01:15
#14
https://bbs.deepin.org/user/13250

  1. cjy@cjy-pc:~$ ll  /usr/bin/x-terminal-emulator
  2. lrwxrwxrwx 1 root root 37 6月  15 16:02 /usr/bin/x-terminal-emulator -> /etc/alternatives/x-terminal-emulator
  3. cjy@cjy-pc:~$ ll /etc/alternatives/x-terminal-emulator
  4. lrwxrwxrwx 1 root root 39 9月  25  2016 /etc/alternatives/x-terminal-emulator -> /usr/lib/deepin-daemon/default-terminal
  5. cjy@cjy-pc:~$ ll /usr/lib/deepin-daemon/default-terminal
  6. -rwxr-xr-x 1 root root 4308536 6月  13 11:17 /usr/lib/deepin-daemon/default-terminal
Copy the Code
Reply View the author
avatar
cjydayang
deepin
2018-06-16 01:32
#15
还有一个奇怪的现象,雷神模式的快捷键都是生效的,就是这个不生效..
Reply View the author
avatar
justforlxz
deepin
2018-06-16 01:36
#16
https://bbs.deepin.org/post/158181
还有一个奇怪的现象,雷神模式的快捷键都是生效的,就是这个不生效..

我跟一下代码看看,你可以先直接按我说的那个直接链接到/usr/bin/deepin-termianl上。
Reply View the author
avatar
cjydayang
deepin
2018-06-16 02:20
#17
https://bbs.deepin.org/post/158181
我跟一下代码看看,你可以先直接按我说的那个直接链接到/usr/bin/deepin-termianl上。 ...

我按你说的做了还是一样的情况
Reply View the author
avatar
zeng-zg
deepin
2018-06-16 02:41
#18
我也是这样的情况,直接把自带的快捷键关闭了,
最下面 重新定义了一下快捷键(还是Ctrl Alt T)命令里填  deepin-terminal
Reply View the author
avatar
zeng-zg
deepin
2018-06-16 03:27
#19

Reply View the author
avatar
zeng-zg
deepin
2018-06-16 03:32
#20
https://bbs.deepin.org/post/158181
还有深度文件管理器中的"在终端中打开"也无效,这两个可能时同一种问题吧

我这也是有这个问题
Reply View the author
1 / 2
To page