Using the GNOME Terminal Emulator On Linux
Using the GNOME Terminal Emulator On Linux - GNOME Terminal is the GNOME desktop environment’s default terminal emulator. Many distributions, such as RHEL, Fedora, and CentOS, use the GNOME desktop environment by default, and therefore use GNOME Terminal by default. However, other desktop environments, such as Ubuntu Unity, also use the GNOME terminal as their default terminal emulator package. It is fairly easy to use and a good terminal emulator for individuals who are new to Linux. This chapter section walks you through the various parts of accessing, configuring and using the GNOME terminal emulator.
In the GNOME desktop environment, accessing the GNOME Terminal is fairly straightforward. From the menu system in the upper-left corner of the window, click Applications, then select System Tools from the drop-down menu, and finally click
Terminal. Written in shorthand, the directions look like the following:
In the Unity desktop environment, accessing the GNOME terminal takes a little more effort. The simplest access method is Dash⇨Search and type Terminal. The GNOME terminal shows up in the Dash home area as an application named Terminal. Click that icon to open the GNOME terminal emulator.
In most desktop environments, you can create a launcher for accessing GNOME Terminal. A launcher is an icon you create on your desktop that allows you to start a chosen application. This is a great feature that allows you to quickly access a terminal emulator in the graphical desktop. It is especially helpful if you do not want to use shortcut keys or the shortcut key feature is not available in your desktop environment of choice.
For example, in the GNOME desktop environment, to create a launcher, right-click your mouse in the middle of the desktop area; a drop-down menu appears. Select Create Launcher… from the menu; the Create Launcher application window opens. In the Type field, select Application. Type a name for your icon in the Name field. In the Command field, type gnome-terminal. Click Ok to save your new launcher. An icon with the name you gave the launcher now appears on your desktop. Double-click it to open the GNOME terminal emulator.
Several configuration options are provided by menus and short-cut keys in the application, which you can apply after you get the GNOME terminal emulation started. Understanding these options can enhance your GNOME Terminal CLI experience.
The Table shows the configuration options available within the GNOME Terminal File menu system. The File menu item contains items to create and manage your overall CLI terminal sessions.
Notice that, as in a network browser, you can open new tabs within the GNOME Terminal session to start a whole new CLI session. Each tab session is considered to be an independent CLI session.
Tip
You do not have to click through the menu to reach options in the File menu. Most of
the items are also available by right-clicking in the session area.
The Edit menu contains items, shown in Table, for handling text within the tabs. You
can use your mouse to copy and paste text anywhere within the session window.
The Paste Filenames menu option is available only in later versions of GNOME Terminal. Therefore, you may not see that menu option on your system.
The View menu, shown in Table, contains items for controlling how the CLI session windows appear. These options can be helpful for individuals with visual impairment.
Be aware that if you toggle off the menu bar display, the session’s menu bar disappears.
However, you can easily get the menu bar to display again by right-clicking in any
terminal session window and toggling on the Show Menubar option.
The Search menu, shown in Table, contains items for conducting simple searches
within the terminal session. These searches are similar to ones you may have conducted in
a network browser or word processor.
The Terminal menu, shown in Table, contains options for controlling the terminal
emulation session features. There are no shortcut keys to access these items.
The Reset option is extremely useful. One day, you may accidently cause your terminal
session to display random characters and symbols. When this occurs, the text is
unreadable. It is typically caused by displaying a non-text file to the screen. You can
quickly get the terminal session back to normal by selecting Reset or Reset and Clear.
The Tabs menu, shown in Table, provides items for controlling the location of the tabs
and selecting which tab is active. This menu displays only when you have more than one
tab session open.
Finally, the Help menu contains two menu options. Contents provides a full GNOME Terminal manual so you can research individual GNOME Terminal items and features.
The About option shows you the current GNOME Terminal version that’s running.
Besides the GNOME terminal emulator package, another commonly used package is Konsole Terminal. In many ways, Konsole Terminal is similar to GNOME Terminal. However, enough differences exist to warrant its own section.
Accessing the GNOME Terminal
Each graphical desktop environment has different methods for accessing the GNOME terminal emulator. This section looks at accessing the GNOME Terminal in the GNOME, Unity, and KDE desktop environments.Note
If you are using a different desktop environment than the ones listed in Popular Graphical Terminal Emulator Packages, you must look through the various menus offered in your environment to find the GNOME terminal emulator. In the menus, it is typically named Terminal
Popular Graphical Terminal Emulator Packages |
In the GNOME desktop environment, accessing the GNOME Terminal is fairly straightforward. From the menu system in the upper-left corner of the window, click Applications, then select System Tools from the drop-down menu, and finally click
Terminal. Written in shorthand, the directions look like the following:
- Applications⇨System Tools⇨ Terminal.
- Refer to picture below to see a picture of the GNOME Terminal. It was accessed in a GNOME desktop environment on a CentOS distribution.
terminal emulator running on a Linux desktop |
In the Unity desktop environment, accessing the GNOME terminal takes a little more effort. The simplest access method is Dash⇨Search and type Terminal. The GNOME terminal shows up in the Dash home area as an application named Terminal. Click that icon to open the GNOME terminal emulator.
In the KDE desktop environment, the Konsole terminal emulator is the default emulator. Therefore, you must dig down through the menus to access GNOME Terminal. Start with the icon labeled Kickoff Application Launcher in the lower-left corner of the screen and then click applications⇨Utilities⇨Terminal.Tip
In some Linux distribution desktop environments, such as Ubuntu’s Unity, you can quickly access the GNOME terminal using the shortcut key combination Ctrl+Alt+T.
In most desktop environments, you can create a launcher for accessing GNOME Terminal. A launcher is an icon you create on your desktop that allows you to start a chosen application. This is a great feature that allows you to quickly access a terminal emulator in the graphical desktop. It is especially helpful if you do not want to use shortcut keys or the shortcut key feature is not available in your desktop environment of choice.
For example, in the GNOME desktop environment, to create a launcher, right-click your mouse in the middle of the desktop area; a drop-down menu appears. Select Create Launcher… from the menu; the Create Launcher application window opens. In the Type field, select Application. Type a name for your icon in the Name field. In the Command field, type gnome-terminal. Click Ok to save your new launcher. An icon with the name you gave the launcher now appears on your desktop. Double-click it to open the GNOME terminal emulator.
Note
When you type gnome-terminal in the Command field, you are typing the shell command for starting the GNOME terminal emulator. You learn in Chapter 3 how to add special options to commands, such as gnome-terminal, to provide special configuration options, and how to view all the options available to you.
Several configuration options are provided by menus and short-cut keys in the application, which you can apply after you get the GNOME terminal emulation started. Understanding these options can enhance your GNOME Terminal CLI experience.
The Menu Bar
The GNOME Terminal menu bar contains the configuration and customization options you need to make your GNOME Terminal just the way you want it. The following tables briefly describe the different configuration options in the menu bar and shortcut keys associated with the options.Note
As you read through these GNOME Terminal menu options, keep in mind that your Linux distribution’s GNOME Terminal may have slightly different menu options available. This is because several Linux distributions use older versions of GNOME
Terminal.
The Table shows the configuration options available within the GNOME Terminal File menu system. The File menu item contains items to create and manage your overall CLI terminal sessions.
The File Menu |
Notice that, as in a network browser, you can open new tabs within the GNOME Terminal session to start a whole new CLI session. Each tab session is considered to be an independent CLI session.
Tip
You do not have to click through the menu to reach options in the File menu. Most of
the items are also available by right-clicking in the session area.
The Edit menu contains items, shown in Table, for handling text within the tabs. You
can use your mouse to copy and paste text anywhere within the session window.
The Edit Menu |
The Paste Filenames menu option is available only in later versions of GNOME Terminal. Therefore, you may not see that menu option on your system.
The View menu, shown in Table, contains items for controlling how the CLI session windows appear. These options can be helpful for individuals with visual impairment.
The View Menu |
Be aware that if you toggle off the menu bar display, the session’s menu bar disappears.
However, you can easily get the menu bar to display again by right-clicking in any
terminal session window and toggling on the Show Menubar option.
The Search menu, shown in Table, contains items for conducting simple searches
within the terminal session. These searches are similar to ones you may have conducted in
a network browser or word processor.
The Search Menu |
The Terminal menu, shown in Table, contains options for controlling the terminal
emulation session features. There are no shortcut keys to access these items.
The Terminal Menu |
The Reset option is extremely useful. One day, you may accidently cause your terminal
session to display random characters and symbols. When this occurs, the text is
unreadable. It is typically caused by displaying a non-text file to the screen. You can
quickly get the terminal session back to normal by selecting Reset or Reset and Clear.
The Tabs menu, shown in Table, provides items for controlling the location of the tabs
and selecting which tab is active. This menu displays only when you have more than one
tab session open.
The Tabs Menu |
Finally, the Help menu contains two menu options. Contents provides a full GNOME Terminal manual so you can research individual GNOME Terminal items and features.
The About option shows you the current GNOME Terminal version that’s running.
Besides the GNOME terminal emulator package, another commonly used package is Konsole Terminal. In many ways, Konsole Terminal is similar to GNOME Terminal. However, enough differences exist to warrant its own section.
0 Response to "Using the GNOME Terminal Emulator On Linux"
Post a Comment