Raspberry Pi For Dummies. Sean McManus. Читать онлайн. Newlib. NEWLIB.NET

Автор: Sean McManus
Издательство: John Wiley & Sons Limited
Серия:
Жанр произведения: Компьютерное Железо
Год издания: 0
isbn: 9781119796879
Скачать книгу
Terminal opens a window you can use to issue instructions from a command line (see Chapter 5). You can find the terminal in the Accessories section of the Applications menu, and there is also a button on the taskbar to go straight to the terminal.

       Thonny Python IDE: Thonny enables you to create and run programs in the Python programming language. See Chapters 11 and 12 for advice on getting started with Python. Find Thonny under Programming in the Applications menu.

       Wolfram: This is a programming language that aims to incorporate knowledge into it so that programmers can get results more quickly. You can find out more about it at www.wolfram.com/language. Wolfram is filed under Programming in the Applications menu.

The top-left corner of the screen also includes some buttons (refer to Figure 4-2) that you can use to gain quick access to (from left to right) the web browser, File Manager, and Terminal.

      Running applications that are not on the menu

      Some applications will install but won’t appear on the Applications menu. In that case, you can run them using the Run option on the menu. Here’s how:

      1 Click the icon in the top left of the desktop to open the Applications menu.

      2 Select the menu’s Run option.

      3 In the Run dialog box that appears, type the name of the application and press Enter. You might prefer to try running the application using the command line interface (the shell), so you can see any error messages. See Chapter 5 for advice on using the shell. To run an application from the shell, type in its name.

      Resizing and closing application windows

      You’ll probably want to use more than one application in a desktop session, so you need to know how to close applications when you’ve finished with them and how to rearrange windows on the screen.

       X button: Closes the window.

       Maximize button: Enlarges the application window so that it fills the screen. After you click this button, you can click the new button that appears in its place to return the window to its original size (just like in Windows).

       Minimize button: Hides the application from view but doesn’t stop it from running. You can return to the application by clicking its name on the taskbar at the top of the screen.

Snapshot of the Task Manager.

      LXTask, written by Hong Jen Yee, Jan Dlabal; derived from Xfce4 Task Manager, by Johannes Zellner

      FIGURE 4-3: The Task Manager.

      You can see which applications are running on your Raspberry Pi by running the Task Manager (refer to Figure 4-3). You can find it on the Applications menu in the Accessories folder, but you can also go straight to it by holding down the Shift and Ctrl keys and pressing Esc.

      If you have an application that is not responding, you can stop it by using the Task Manager. To terminate the application, right-click it in the task list and choose Term from the menu that appears. This sends a request to the application and gives it a chance to shut down safely, closing any files or other applications it uses. Alternatively, you can choose Kill. It terminates the application immediately, with the possible loss of data. We recommend you try using Term first, and then try Kill if Term doesn’t work.

You should use the Task Manager to close applications only as a last resort. Most of the tasks you see in the Task Manager are system tasks, which need to be running for the desktop to work properly. Avoid closing applications you don’t recognize — that might crash the desktop and result in losing data in any open applications.

Snapshot of the File Manager on the Raspberry Pi Desktop.

      LXDE File Manager, written by Hong Jen Yee / Raspberry Pi Foundation

      FIGURE 4-4: The File Manager on the Raspberry Pi Desktop.

      In Linux, people usually talk of storing files in directories, but the Raspberry Pi Desktop uses the term folders instead, which is probably familiar to you from other computers you’ve used. A folder is just a way of grouping a collection of files or applications and giving that collection a name. You can put folders inside other folders too.

      

Sometimes you might need to refresh the view of File Manager to reflect your latest changes. To do that, press the F5 key on the keyboard or choose View ⇒ Reload Folder.

      Navigating File Manager

      On the right of File Manager, you can see the files (and any folders) that are inside the folder you’re looking at. Each file has an icon indicating the type of file it is. In Figure 4-4, you can see the icons used for sound files (beep2.ogg), Python programs (drawing.py), Libre Office documents (letter_to_fred.odt), and images (f0401.png).

      You can double-click a folder in this area to open it, and you can double-click a file to open it with the default application for that file type, if one is set up. An image file opens using the Image Viewer, for example, and a Scratch file opens in Scratch. If you want to choose which application to open a file in instead, you can right-click the file's icon to open a menu with an option called Open With. Select it to bring up a menu of all of the applications available on your Raspberry Pi, and then make your choice.

      On the left is the directory tree, which you can use to navigate to any folder on your Raspberry Pi. Click a folder here to view its contents on the right. If a folder has a right-pointing triangle beside it, it means there is at least one other folder inside that folder. Click the triangle to see these