diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | python-gnome-app.desktop | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0850115..e8c7020 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ dist_bin_SCRIPTS = python-gnome-app + +desktopdir = $(datadir)/applications +dist_desktop_DATA = 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; |