Merge lp:~chasedouglas/ginn/no-autostart into lp:ginn

Proposed by Chase Douglas
Status: Merged
Merged at revision: 90
Proposed branch: lp:~chasedouglas/ginn/no-autostart
Merge into: lp:ginn
Diff against target: 10 lines (+2/-1)
1 file modified
etc/Makefile.am (+2/-1)
To merge this branch: bzr merge lp:~chasedouglas/ginn/no-autostart
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+103522@code.launchpad.net

Description of the change

ppa:utouch-team/daily includes ginn, and it causes ginn to autorun by default. Ginn then races with Unity to see which can grab the root window first. If ginn wins, Unity gestures won't work. We need to fix ginn to not listen for gestures on the root window, but for now we should at least prevent it from autostarting.

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Perfectly acceptable.

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-05-17 12:46:31 +0000
+++ etc/Makefile.am 2012-04-25 17:30:25 +0000
@@ -9,5 +9,6 @@
9# install as a conffile9# install as a conffile
10dist_pkgconf_DATA = wishes.xml10dist_pkgconf_DATA = wishes.xml
1111
12dist_xdgconf_DATA = ginn.desktop12# FIXME: don't run ginn at session startup, it can interfere with Unity gestures
13#dist_xdgconf_DATA = ginn.desktop
1314