The code used in this tutorial is available!
Code can be found at industrial_training repository in doc folder. Use kinetic-devel branch.
Navigating the Ubuntu GUI¶
In this exercise, we will familiarize ourselves with the graphical user interface (GUI) of the Ubuntu operating system.
Task 0: Presentation Slides¶
Don't forget about the presentation slides that accompany this Lesson!
Task 1: Familiarize Yourself with the Ubuntu Desktop¶
At the log-in screen, click in the password input box, enter rosindustrial
for the password, and hit enter. The screen should look like the image below when you log in:
There are several things you will notice on the desktop:
- The gear icon on the top right of the screen brings up a menu which allows the user to log out, shut down the computer, access system settings, etc...
- The bar on the left side shows running and "favorite" applications, connected thumb drives, etc.
- The top icon is used to access all applications and files. We will look at this in more detail later.
- The next icons are either applications which are currently running or have been "pinned" (again, more on pinning later)
- Any removable drives, like thumb drives, are found after the application icons.
- If the launcher bar gets "too full", clicking and dragging up/down allows you to see the applications that are hidden.
- 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 filing-cabinet icon in the launcher. A window should show up, and your desktop should look like something below:
Things to notice:
- The close, minimize, and maximize buttons typically found on the right-hand side of the window title bar are found on the left-hand side.
- 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.
- Notice that there are triangles on the left and right of the folder icon. The triangles on the left show how many windows of this application are open, and the right 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 the foreground, so that you can choose which window to go to (see below):
Task 3: Start an Application & Pin it to the Launcher Bar¶
Click on the launcher button (top left) and type gedit in the search box. The "Text Editor" application (this is actually gedit) should show up (see below):
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):
- Right-click on the text editor launch icon, and select "Lock to Launcher".
- Close the gedit window. The launcher icon should remain after the window closes.
- Click on the gedit launcher icon. You should see a new gedit window appear.
Open Source Feedback
See something that needs improvement? Please open a pull request on this GitHub page