diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 12:38:16 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 12:38:16 +0200 |
| commit | 9b168c7e584793e2f1ee1f1ad22407ef42d03bd4 (patch) | |
| tree | cd408bb741092b669f359d05ccebcf086dac876e | |
| parent | b55f0c677195255364b938a903c281a91a5643c7 (diff) | |
Ensure utouch is started last
By starting last, the plugin becomes the first in the key
event queue.
Reported-by: Didier Roche <didrocks@ubuntu.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
| -rw-r--r-- | utouch.xml.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/utouch.xml.in b/utouch.xml.in index 114667f..a4e9150 100644 --- a/utouch.xml.in +++ b/utouch.xml.in | |||
| @@ -2,6 +2,35 @@ | |||
| 2 | <plugin name="utouch" useBcop="true"> | 2 | <plugin name="utouch" useBcop="true"> |
| 3 | <_short>uTouch Compiz Plugin</_short> | 3 | <_short>uTouch Compiz Plugin</_short> |
| 4 | <_long>The uTouch multi-touch gesture stack.</_long> | 4 | <_long>The uTouch multi-touch gesture stack.</_long> |
| 5 | <deps> | ||
| 6 | <relation type="after"> | ||
| 7 | <plugin>bailer</plugin> | ||
| 8 | <plugin>detection</plugin> | ||
| 9 | <plugin>composite</plugin> | ||
| 10 | <plugin>opengl</plugin> | ||
| 11 | <plugin>mousepoll</plugin> | ||
| 12 | <plugin>move</plugin> | ||
| 13 | <plugin>resize</plugin> | ||
| 14 | <plugin>decor</plugin> | ||
| 15 | <plugin>compiztoolbox</plugin> | ||
| 16 | <plugin>place</plugin> | ||
| 17 | <plugin>session</plugin> | ||
| 18 | <plugin>animation</plugin> | ||
| 19 | <plugin>regex</plugin> | ||
| 20 | <plugin>cube</plugin> | ||
| 21 | <plugin>rotate</plugin> | ||
| 22 | <plugin>cubeaddon</plugin> | ||
| 23 | <plugin>gnomecompat</plugin> | ||
| 24 | <plugin>vpswitch</plugin> | ||
| 25 | <plugin>fade</plugin> | ||
| 26 | <plugin>staticswitcher</plugin> | ||
| 27 | <plugin>scale</plugin> | ||
| 28 | <plugin>expo</plugin> | ||
| 29 | <plugin>ezoom</plugin> | ||
| 30 | <plugin>wall</plugin> | ||
| 31 | <plugin>unityshell</plugin> | ||
| 32 | </relation> | ||
| 33 | </deps> | ||
| 5 | <category>General</category> | 34 | <category>General</category> |
| 6 | </plugin> | 35 | </plugin> |
| 7 | </compiz> | 36 | </compiz> |
