diff options
author | David King <amigadave@amigadave.com> | 2014-05-23 10:34:15 +0800 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2014-05-23 10:34:15 +0800 |
commit | 811131bdec55049af5986ad07e68bde96e558617 (patch) | |
tree | f5b1902112fa53c4e430da5a9634de911a12f2ed /python-gnome-app.desktop | |
parent | 46937e2d78b99709c36b913c094de70f9b58a82f (diff) | |
download | python-gnome-app-master.tar.gz python-gnome-app-master.tar.xz python-gnome-app-master.zip |
Add an example desktop file, and install it into
/usr/share/applications.
Diffstat (limited to 'python-gnome-app.desktop')
-rw-r--r-- | python-gnome-app.desktop | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python-gnome-app.desktop b/python-gnome-app.desktop new file mode 100644 index 0000000..2504cff --- /dev/null +++ b/python-gnome-app.desktop @@ -0,0 +1,7 @@ +Name=My Python App +Comment=Short description of this application +Keywords=python;editor; +Type=Application +Exec=python-gnome-app +Icon=python-gnome-app +Categories=Gtk;GNOME;Utility; |