1、Ctrl+ Alt + t 试一下打开ROMterm终端,想换回默认的终端

2、安装 dconf-tools, sudo apt-get install dconf-tools

3、打开dconf-tools,就像Windows的注册表一样,打开 org > gnome > desktop > terminal

exec x-terminal-emulator
exec-arg -e

 

更改结果为

复制代码代码如下:
exec gnome-terminal
exec-arg -x

这样,默认快捷键的终端为系统终端Terminator;

 

相关文章:

  • 2021-11-28
  • 2021-06-17
  • 2022-02-08
  • 2021-08-02
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2021-10-16
  • 2022-01-07
  • 2021-12-29
  • 2021-06-11
  • 2021-12-01
  • 2022-12-23
  • 2022-02-21
相关资源
相似解决方案