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
1=== modified file 'etc/Makefile.am'
2--- etc/Makefile.am 2011-02-04 16:04:30 +0000
3+++ etc/Makefile.am 2011-03-21 23:04:23 +0000
4@@ -1,6 +1,7 @@
5 # etc/Makefile.am - ginn configuration build recipe
6
7 pkgconfdir = ${sysconfdir}/ginn
8+xdgconfdir = ${sysconfdir}/xdg/autostart
9
10 # install as a template
11 dist_pkgdata_DATA = wishes.xml
12@@ -8,3 +9,5 @@
13 # install as a conffile
14 pkgconf_DATA = wishes.xml
15
16+xdgconf_DATA = ginn.desktop
17+
18
19=== added file 'etc/ginn.desktop'
20--- etc/ginn.desktop 1970-01-01 00:00:00 +0000
21+++ etc/ginn.desktop 2011-03-21 23:04:23 +0000
22@@ -0,0 +1,10 @@
23+[Desktop Entry]
24+Version=1.0
25+Encoding=UTF-8
26+Name="GINN"
27+Comment="GINN gesture translation daemon"
28+Exec=ginn
29+Terminal=false
30+Type=Application
31+Categories=
32+GenericName="Gesture Translator"