From 811131bdec55049af5986ad07e68bde96e558617 Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 23 May 2014 10:34:15 +0800 Subject: Add example desktop file Add an example desktop file, and install it into /usr/share/applications. --- python-gnome-app.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python-gnome-app.desktop (limited to 'python-gnome-app.desktop') 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; -- cgit