Desktop is a bespoke file manager designed to access and work with Metview iconsthe new desktop user interface of Metview written entirely in Qt. It is meant to replace the current user interface (called MetviewUI) later this year.
...
Note | ||
---|---|---|
| ||
You need to start Metview with the -desktop flag. At ECMWF the command to use is as follows: metview4_new -desktop Outside ECMWF you need to use your local metview command. | ||
Info | ||
| ||
Each Metview session defines a home folder (by default it is ~/metview). This folder is set as both the home and root folder for Desktop! This has two implications. First, the home folder icon in Desktop always refers to the Metview home folder (and not the UNIX home folder)! Second, we cannot directly access files outside this file system from within Desktop (but we need to use symbolic links for these files/folders). |
Table of Contents | ||
---|---|---|
|
...
- Menubar: contains menus and actions
- Toolbar: contains a set of buttons/widgets to customise the view and navigate through the folders
- Folder view: contents of the currently selected folder (or folders in different tabs).
- Sidebar: contains the Bookmarks panel
- Drawers: drawers are a set of centrally accessible folder tabs. They appear at the bottom of each Desktop window.
- Statusbar: displays information about the icons and provides the buttons for changing the icon size
The Metview filesystem
Each Metview session defines a home folder (by default it is ~/metview). This folder is set as both the home and root folder for Desktop! This has two implications. First, the home folder icon
in Desktop always refers to the Metview home folder (and not the UNIX home folder)! Second, we cannot directly access files outside this file system from within Desktop (but we need to use symbolic links for these files/folders).
Working with folders
Folders are represented by this icon in the user interface:
...