Comment 31 for bug 985121

Revision history for this message
Cristiano GaviĆ£o (cvgaviao) wrote :

Hello, I would like to know if is there any workaround for doing ginn to work with Ubuntu 13.10 64 bit ?

I tried just a simple example:
<ginn>
  <global>
  <!-- Windows control -->
    <wish gesture="Pinch" fingers="2">
      <action name="action1" when="update">
        <trigger prop="radius delta" min="-200" max="-40"/>
        <key modifier1="Alt_L">F10</key>
      </action>
    </wish>
    <wish gesture="Pinch" fingers="2">
      <action name="action1" when="update">
        <trigger prop="radius delta" min="40" max="200"/>
        <key modifier1="Alt_L">F10</key>
      </action>
    </wish>
  </global>
</ginn>

and got this:

    Gestures subscribed:
    Pinch,touch=2
    error subscribing to gestures