Skip to content

The tray

ernolf edited this page Aug 18, 2026 · 4 revisions

๐Ÿ”” The tray

NcDavTray lives entirely in the notification area. There is no main window โ€” the settings window is opened from a menu and closed again, and everything you need to see day to day is in the icons themselves.

Tip

TL;DR โ€” There is always one application icon (the manager), plus one icon per mount if you leave those switched on. A mount icon shows its drive letter: round = account, square = share link, green = online, amber = working or waiting, red = offline. Left-click any icon for a status balloon, right-click for its menu.

๐ŸŽฏ Two kinds of icon

flowchart TD
    A["Application icon<br>(always present)"] --> B[Add account / share link]
    A --> C[Settings]
    A --> D[Connect all]
    A --> E[About]
    A --> F[Exit]
    G["Mount icon<br>(one per mount)"] --> H[Connect / Disconnect]
    G --> I[Open in Explorer]
    G --> J[Settings for this mount]
    G --> K[Remove this mount]
Loading

The application icon is always there, even with nothing configured at all โ€” otherwise an empty tray would leave no way back into the program. Its menu starts with a coloured line naming which copy this is: Installed in blue, Portable in green. That is not decoration; it decides what the program may do with itself, since only an installed copy can uninstall and only a portable one can install.

A mount icon belongs to one mount and offers only what applies to that one.

Notification area with the application icon and several mount icons

Note

Settings sits on the application icon and not in a mount's menu. A mount's menu can remove that very mount โ€” and with it the menu the click came out of.

๐ŸŽจ Reading a mount icon

The icon draws the mount's drive letter on a badge. Both properties carry meaning:

Shape Meaning
โญ• Round an account mount
๐Ÿ”ฒ Rounded square a public share link
Colour Meaning
๐ŸŸข Green online โ€” mapped and reachable
๐ŸŸก Amber connecting, or waiting for a free connection slot
๐Ÿ”ด Red offline, in maintenance, or the mapping failed
โš ๏ธ Warning glyph instead of a letter the mount has no usable drive letter

The shape matching the kind is deliberate: a duplicate of an account is an account, reaches the same folders and is configured on the same page, so it has no business looking unlike the original.

Status balloon after a left-click on a mount icon
Status balloon after a left-click on the application icon

Left-click a mount icon for a balloon with server, drive, subpath and state. Left-click the application icon for the overview: one line per configured mount, disabled ones included. That overview is the reason the application icon is worth keeping โ€” it is the only place that can answer what is connected right now regardless of what the mounts do with their own icons.

One balloon comes without being clicked for: a moment after every start, naming the version that is running โ€” see Updates.

๐Ÿ“‹ The manager menu

Entry Effect
Installed / Portable which copy this is โ€” a label, not a button
Add share linkโ€ฆ add a public link
Add accountโ€ฆ add a Nextcloud account
Settings open the settings window
Connect all connect every enabled mount; greyed out when nothing is configured
About version, project link, the [[update check
Exit unmap everything cleanly and quit

Application icon menu, Installed mode ย  Application icon menu, Portable mode

๐Ÿ“Œ A mount's own menu

Entry Effect
Connect map this mount
Disconnect unmap it and stop reconnecting until you say otherwise
Open in Explorer open the mapped drive
Settings edit this mount
Remove delete this mount from the list
A mount's context menu

Important

Disconnect is a decision, not a hiccup. It stops the watchdog for that mount, so it stays down until you connect it again. That is different from Offline, where the server is unreachable and NcDavTray keeps trying by itself.

๐Ÿ™ˆ Turning the mount icons off

With many mounts the tray gets crowded. In the settings window you can switch the per-mount icons off entirely โ€” the application icon stays, and its balloon still lists every mount with its status.

You then reach a single mount through Settings โ†’ Shares tab, which offers the same actions as the icon's menu. Nothing becomes unreachable; it takes one click more.

Tip

Switching the icons off is also the quickest way to get an overview when something is wrong: one balloon with every mount and its state beats hovering over six icons in a row.

Clone this wiki locally