1[Desktop Entry]
2Version=1.0
3Type=Application
4Name=$APP_NAME
5GenericName=Text Editor
6Comment=A high-performance, multiplayer code editor.
7TryExec=$APP_CLI
8StartupNotify=$DO_STARTUP_NOTIFY
9Exec=$APP_CLI $APP_ARGS
10Icon=$APP_ICON
11Categories=Utility;TextEditor;Development;IDE;
12Keywords=zed;
13# To add Zed to "Open Folder With..." context menu, add `inode/directory` to the MimeType field (semicolon separated)
14# Arch linux users have reported this setting Zed as default file browser. See https://github.com/zed-industries/zed/pull/39076 and related issues.
15# If this happens to you, an unconfirmed fix may be to install Arch's `gnome-defaults-list` package.
16MimeType=text/plain;application/x-zerosize;x-scheme-handler/zed;
17Actions=NewWorkspace;
18
19[Desktop Action NewWorkspace]
20Exec=$APP_CLI --new $APP_ARGS
21Name=Open a new workspace