mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
PRF
@geekpi
This commit is contained in:
parent
3e65c8bc6b
commit
fdba5a582d
@ -1,6 +1,6 @@
|
|||||||
[#]: collector: (lujun9972)
|
[#]: collector: (lujun9972)
|
||||||
[#]: translator: (geekpi)
|
[#]: translator: (geekpi)
|
||||||
[#]: reviewer: ( )
|
[#]: reviewer: (wxy)
|
||||||
[#]: publisher: ( )
|
[#]: publisher: ( )
|
||||||
[#]: url: ( )
|
[#]: url: ( )
|
||||||
[#]: subject: (How to Change the Default Terminal in Ubuntu)
|
[#]: subject: (How to Change the Default Terminal in Ubuntu)
|
||||||
@ -10,15 +10,13 @@
|
|||||||
如何在 Ubuntu 中更改默认终端
|
如何在 Ubuntu 中更改默认终端
|
||||||
======
|
======
|
||||||
|
|
||||||
终端是 Linux 系统的关键部分。它能让你通过 shell 访问 Linux 系统。Linux 上有多个终端应用(技术上称为终端仿真器)。
|
<ruby>终端<rt>Terminal</rt></ruby>是 Linux 系统的关键部分。它能让你通过 shell 访问 Linux 系统。Linux 上有多个终端应用(技术上称为终端仿真器)。
|
||||||
|
|
||||||
大多数[桌面环境][1]都有自己的终端实现。它们的外观可能有所不同,并且可能有不同的快捷键。
|
大多数[桌面环境][1]都有自己的终端实现。它们的外观可能有所不同,并且可能有不同的快捷键。例如,[Guake 终端][2]对高级用户非常有用,它提供了一些可能无法在发行版默认终端中使用的功能。
|
||||||
|
|
||||||
例如,[Guake 终端][2]对高级用户非常有用,它提供了一些可能无法在发行版默认终端中使用的功能。
|
|
||||||
|
|
||||||
你可以在系统上安装其他终端,并将其设为默认,并能通过[快捷键 Ctrl+Alt+T][3] 打开。
|
你可以在系统上安装其他终端,并将其设为默认,并能通过[快捷键 Ctrl+Alt+T][3] 打开。
|
||||||
|
|
||||||
现在的问题来了,如何在 Ubuntu 中更改默认终端。它没有遵循[更改 Ubuntu 中的默认应用][4]的标准方式,要怎么做?
|
现在问题来了,如何在 Ubuntu 中更改默认终端。它没有遵循[更改 Ubuntu 中的默认应用][4]的标准方式,要怎么做?
|
||||||
|
|
||||||
### 更改 Ubuntu 中的默认终端
|
### 更改 Ubuntu 中的默认终端
|
||||||
|
|
||||||
@ -35,7 +33,7 @@ sudo update-alternatives --config x-terminal-emulator
|
|||||||
它将显示系统上存在的所有可作为默认值的终端仿真器。当前的默认终端标有星号。
|
它将显示系统上存在的所有可作为默认值的终端仿真器。当前的默认终端标有星号。
|
||||||
|
|
||||||
```
|
```
|
||||||
[email protected]:~$ sudo update-alternatives --config x-terminal-emulator
|
abhishek@nuc:~$ sudo update-alternatives --config x-terminal-emulator
|
||||||
There are 2 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).
|
There are 2 choices for the alternative x-terminal-emulator (providing /usr/bin/x-terminal-emulator).
|
||||||
|
|
||||||
Selection Path Priority Status
|
Selection Path Priority Status
|
||||||
@ -54,13 +52,13 @@ Press <enter> to keep the current choice[*], or type selection number: 1
|
|||||||
update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in manual mode
|
update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in manual mode
|
||||||
```
|
```
|
||||||
|
|
||||||
##### 自动模式 vs 手动模式
|
> **自动模式 vs 手动模式**
|
||||||
|
>
|
||||||
你可能已经在 update-alternatives 命令的输出中注意到了自动模式和手动模式。
|
> 你可能已经在 `update-alternatives` 命令的输出中注意到了自动模式和手动模式。
|
||||||
|
>
|
||||||
如果选择自动模式,那么在安装或删除软件包时,系统可能会自动决定默认应用。该决定受优先级数字的影响(如上一节中的命令输出所示)。
|
> 如果选择自动模式,那么在安装或删除软件包时,系统可能会自动决定默认应用。该决定受优先级数字的影响(如上一节中的命令输出所示)。
|
||||||
|
>
|
||||||
假设你的系统上安装了 5 个终端仿真器,并删除了默认的仿真器。现在,你的系统将检查哪些仿真器处于自动模式。如果有多个,它将选择优先级最高的一个作为默认仿真器。
|
> 假设你的系统上安装了 5 个终端仿真器,并删除了默认的仿真器。现在,你的系统将检查哪些仿真器处于自动模式。如果有多个,它将选择优先级最高的一个作为默认仿真器。
|
||||||
|
|
||||||
我希望你觉得这个小技巧有用。随时欢迎提出问题和建议。
|
我希望你觉得这个小技巧有用。随时欢迎提出问题和建议。
|
||||||
|
|
||||||
@ -71,7 +69,7 @@ via: https://itsfoss.com/change-default-terminal-ubuntu/
|
|||||||
作者:[Abhishek Prakash][a]
|
作者:[Abhishek Prakash][a]
|
||||||
选题:[lujun9972][b]
|
选题:[lujun9972][b]
|
||||||
译者:[geekpi](https://github.com/geekpi)
|
译者:[geekpi](https://github.com/geekpi)
|
||||||
校对:[校对者ID](https://github.com/校对者ID)
|
校对:[wxy](https://github.com/wxy)
|
||||||
|
|
||||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user