mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
20 lines
495 B
Diff
20 lines
495 B
Diff
--- a/crates/zed/resources/zed.desktop.in
|
|
+++ b/crates/zed/resources/zed.desktop.in
|
|
@@ -1,13 +1,13 @@
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
-Name=$APP_NAME
|
|
+Name=Zed
|
|
GenericName=Text Editor
|
|
Comment=A high-performance, multiplayer code editor.
|
|
TryExec=zed
|
|
-StartupNotify=$DO_STARTUP_NOTIFY
|
|
-Exec=zed $APP_ARGS
|
|
-Icon=$APP_ICON
|
|
+StartupNotify=true
|
|
+Exec=/usr/bin/zed-editor
|
|
+Icon=zed
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
Keywords=zed;
|
|
MimeType=text/plain;inode/directory;
|