
This undoes the changes from #11333 and uses the path of the `.desktop` file instead. According ot the spec (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html) the filename and path of the `desktop` file are used to determine the desktop file ID. This is enough to match the windows (which have the same WMClass/app-id) with the desktop entry. Release Notes: - N/A
13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Zed
|
|
GenericName=Text Editor
|
|
Comment=A high-performance, multiplayer code editor.
|
|
TryExec=zed
|
|
StartupNotify=true
|
|
Exec=zed
|
|
Icon=zed
|
|
Categories=TextEditor;Development;IDE;
|
|
Keywords=zed;
|
|
MimeType=text/plain;inode/directory;
|