Merge lp:~bregma/ginn/lp-739093 into lp:ginn

Proposed by Stephen M. Webb
Status: Merged
Merged at revision: 85
Proposed branch: lp:~bregma/ginn/lp-739093
Merge into: lp:ginn
Diff against target: 32 lines (+13/-0)
2 files modified
etc/Makefile.am (+3/-0)
etc/ginn.desktop (+10/-0)
To merge this branch: bzr merge lp:~bregma/ginn/lp-739093
Reviewer Review Type Date Requested Status
Mohamed IKBEL Boulabiar (community) Approve
Review via email: mp+54282@code.launchpad.net

Description of the change

Adds a .desktop file so the ginn is brought out at the start of every session.

To post a comment you must log in.
Revision history for this message
Mohamed IKBEL Boulabiar (boulabiar) wrote :

Tested adding the .desktop file and it works.

Thanks Stephen !

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'etc/Makefile.am'
--- etc/Makefile.am 2011-02-04 16:04:30 +0000
+++ etc/Makefile.am 2011-03-21 23:04:23 +0000
@@ -1,6 +1,7 @@
1# etc/Makefile.am - ginn configuration build recipe1# etc/Makefile.am - ginn configuration build recipe
22
3pkgconfdir = ${sysconfdir}/ginn3pkgconfdir = ${sysconfdir}/ginn
4xdgconfdir = ${sysconfdir}/xdg/autostart
45
5# install as a template6# install as a template
6dist_pkgdata_DATA = wishes.xml7dist_pkgdata_DATA = wishes.xml
@@ -8,3 +9,5 @@
8# install as a conffile9# install as a conffile
9pkgconf_DATA = wishes.xml10pkgconf_DATA = wishes.xml
1011
12xdgconf_DATA = ginn.desktop
13
1114
=== added file 'etc/ginn.desktop'
--- etc/ginn.desktop 1970-01-01 00:00:00 +0000
+++ etc/ginn.desktop 2011-03-21 23:04:23 +0000
@@ -0,0 +1,10 @@
1[Desktop Entry]
2Version=1.0
3Encoding=UTF-8
4Name="GINN"
5Comment="GINN gesture translation daemon"
6Exec=ginn
7Terminal=false
8Type=Application
9Categories=
10GenericName="Gesture Translator"