diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-08 10:13:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:07:17 +0700 |
commit | 43eb5f410fd15ed541568cc965d49bab90941b1f (patch) | |
tree | 92286a3e7a3375a3f6f5f3bf92ba9a6089414694 /development/zed/zed.desktop | |
parent | 9066ca699602ed0276dbb6dd36a1e4b4b73cf6d5 (diff) |
development/zed: Fix .desktop file.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development/zed/zed.desktop')
-rw-r--r-- | development/zed/zed.desktop | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/zed/zed.desktop b/development/zed/zed.desktop new file mode 100644 index 000000000000..8543525fe5c1 --- /dev/null +++ b/development/zed/zed.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Zed +Comment=A text and code editor for power users. +Exec=zed %U +Icon=/usr/share/pixmaps/zed.png +Type=Application +StartupNotify=true +Categories=GNOME;GTK;Utility;TextEditor; |