Contents     Previous: Filesystem layout     Next: Workspaces

Haiku's graphical user interface is an integral part of the system. Unlike Unix-based operating systems, there's no separate window manager and booting just into a command line shell is not possible. Haiku's focus being on the desktop user, this is just not considered necessary.

As you probably have experience with other graphical environments, let's skip over the standards like menus, right-click context menus, drag&drop etc. Let's have a look at the few unique aspects of Haiku's GUI instead.

gui.png

There are only a few things in Haiku's GUI that aren't obvious and deserve an explanation.

  1. The Deskbar is Haiku's "Start" menu and taskbar, if you will. See topic Deskbar.

  2. The yellow tab offers more than just a program's name or a document's filename:
    • You can move it by holding the SHIFT key while dragging it to another position, enabling you to stack a number of windows and conveniently access them by their named tab.
    • You minimize a window with a double-click on its tab. A such hidden window can be accessed by its entry in the Deskbar or the Twitcher.
    • You can send a window to the back with a right-click on its tab (or its border).
  3. The close button.

  4. The "alternative size" button (expands window to full screen in most applications).

  5. The resize button. Dragging anywhere else on a window's border will move the window.

Open and save panels

When opening or saving a file from any application, a panel like this opens:

open-save.png

It has all the usual things: A list of files of the current folder to choose from, in case of a save panel, a text field to enter a filename and a drop-down menu for different file formats and their settings.
You can enter parent folders with the drop-down menu above the file listing.

If you already have a Tracker window with the location for a file open, you can simply drag either any file or the folder-representation (i.e. the symbol to the far right in its menubar) into the panel. This changes the panel to that new location.

Keyboard shortcuts

You can use many of the shortcuts also used in Tracker. Besides the commands that are also available through the File menu, there are a few not that obvious:

ALT+N Creates a new folder.
ALT+E Lets you rename the selected entry.
ALT+CURSOR-UP Opens the parent folder.
ALT+CURSOR-DOWN or RETURN Opens the selected folder.
ALT+D Takes you to your Desktop.
ALT+H Takes you to your Home folder.

Favorites and recent folders

The menu Favorites provides recently visited folders and favorite locations that you can set up yourself. As indicated by the little arrow, you can also use these locations to navigate further down the hierarchy via submenus.

favorites.png

To add a Favorite, you simply navigate to your destination and choose Favorites | Add Current Folder. From now on it will appear in every open/save panel. To remove a Favorite, choose Favorites | Configure Favorites... and delete its entry.
All Favorites are kept in /boot/home/config/settings/Tracker/Go/. So you might as well add and remove links to files and folders there directly.

Contents     Previous: Filesystem layout     Next: Workspaces