Shell

How to set the Gnome Default Terminal Emulator on Ubuntu 18.04 LTS

How to set the Gnome Default Terminal Emulator on Ubuntu 18.04 LTS

A terminal emulator is an application that is used to execute Bash commands, work with files, communicate with other computers, perform administrative tasks and configurations, etc., all in text form. It uses the command line so that Unix users of all shades can enjoy it. It gives you the feeling of a real physical emulator equipped with a keyboard and monitor. You can install and use multiple emulator terminals on Ubuntu.

Ubuntu also allows you to set the standard terminal emulator according to your needs and wishes. In this tutorial, we will learn how to do this.

We will execute the commands below in Ubuntu 18.04 LTS (Bionic Beaver).

Open the default terminal emulator on your Ubuntu by pressing Ctrl+Alt+T.

The standard terminal on our machine is the Gnome Terminal.

Change Terminal Emulator from Gnome Terminal to Xterm

Run the following command:

$ sudo update-alternatives --config x-terminal-emulator

Tip: You can also copy this command from the tutorial by selecting and copying it through Ctrl+C and then pasting it in the Terminal by right-clicking at the cursor location, and then clicking Paste from the menu.

Changing the terminal emulator requires you to be a superuser. Enter the password and press enter.

The output will display the available terminal emulators on your system. Remember that the output can vary on your system depending on the alternatives you have installed.

Enter the number associated with your choice from the available list and click enter.

We are entering selection number 5 that corresponds to xterm, the new default terminal emulator we want to set. The following output will confirm the changes we have made:

Now when you press Ctrl+Alt+T (or type x-terminal-emulator in your already open terminal emulator) , your new terminal emulator will open as your default choice. In our case we will see the xterm terminal emulator open as follows:

You can now use this new terminal emulator as your default choice. We have seen that in Ubuntu, this process is as easy as running a single command.

Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...
How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...