Introduction to Ubuntu 20.04 GUI

Task 0 - (at home): Set up the Virtualbox with Ubuntu 20.04

Download Ubuntu 20.04

Download the virtualbox latest version

Setting up the Ubuntu 20.04 in virtualbox

Task 0 - on site: Boot from the USB

  1. While powering on the laptops, rapidly hit F9 to display the list of boot devices.

  2. Select your Samsung USB stick from the menu.

Task 1: Familiarize Yourself with the Ubuntu Desktop

At the log-in screen, click in the password input box, enter t0ndik00bas for the password, and hit enter. The screen should look like the image below when you log in:

../_images/1_ubuntu_thumb.png

Fig. 1 Screenshot of Ubuntu 20.04 desktop.

There are several things you will notice on the desktop:

../_images/2_ubuntu_desktop_details.png

We will briefly describe the two main panels visible.

Statusbar

  1. Ubuntu statusbar is located on the top right of the screen.

  2. Statusbar contains indicators which allow you to monitor the state of the system and applications. For laptops, you will see a battery level indicator.

  3. It also provides easy access to system controls, such as, sound level or wireless networks.

  4. The rightmost arrow icon brings up a menu which allows the user to log out, shut down the computer, access system settings, etc…

Taskbar

  1. Taskbar is on the left side of the screen. Icons on the Taskbar are either applications which are currently running or have been “added as favorites”.

  2. Any removable drives, like thumb drives, are also found there, right after the application icons.

  3. The bottom icon with dots is used to access all applications and files and can be envoked with a Super/Win key.

  4. If the launcher bar gets “too full”, clicking and dragging up/down allows you to see the applications that are hidden.

  5. To reorganize the icons on the launcher, click and hold the icon until it “pops out”, then move it to the desired location.

Task 2: Open and Inspect an Application

Click on the folder icon on the launcher. A window should show up, and your desktop should look like something below:

../_images/2_file_system_detail.png

Things to notice:

  1. The menu for windows are found on the menu bar at the top of the screen, much in the same way Macs do. The menus, however, only show up when you hover the mouse over the menu bar.

  2. Notice that there are dots on the left side of the folder icon. The dots on the left show how many windows of this application are open, and the gray area around the icon shows which application is currently in the foreground, or “has focus”. Clicking on these icons when the applications are open does one of two things:

  • If there is only one window open, this window gets focus.

  • If more than one are open, clicking a second time causes all of the windows to show up in smaller views, so that you can choose which window to go to (see below):

../_images/3.3_navigate_between_windows.png

Task 3: Start an Application & Pin it to the Launcher Bar

Click on the launcher button (bottom left) and type gedit in the search box. The “Text Editor” application (this is actually gedit) should show up (see below):

../_images/applications_menu.png
../_images/4.2_gedit.png

Click on the application. The text editor window should show up on the screen, and the text editor icon should show up on the launcher bar on the left-hand side (see below):

../_images/4.4_text_editor_small.png
  1. Right-click on the text editor launch icon, and select “Add to Favorites”.

  2. Close the gedit window. The launcher icon should remain after the window closes.

  3. Click on the gedit launcher icon. You should see a new gedit window appear.

  4. The gedit application can now be opened quickly by a single click.