Documentation
¶
Overview ¶
Package desktop opens files and folders through the desktop environment of the machine the Encore daemon runs on.
It exists for the developer dashboard's "open" and "reveal in file manager" actions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDesktop = errors.New("this machine has no desktop environment to open files in")
ErrNoDesktop reports that this machine has no desktop environment.
Functions ¶
func Open ¶
Open launches path with the program the operating system has registered for it.
The program is detached from the daemon, so it outlives it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.