diff options
author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2010-11-25 20:19:11 +0800 |
---|---|---|
committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2010-11-25 20:19:11 +0800 |
commit | 90dea6eb51fbde7ce771cb57a118e80038b51487 (patch) | |
tree | 7b55568409867874864d326eb094fdda5a2c587b | |
parent | e1709b2b3cdd00acdf34122c081d66cfd5830748 (diff) | |
download | bailer-90dea6eb51fbde7ce771cb57a118e80038b51487.tar.gz bailer-90dea6eb51fbde7ce771cb57a118e80038b51487.tar.bz2 |
Load before opengl and composite
-rw-r--r-- | bailer.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bailer.xml.in b/bailer.xml.in index ac4f2b7..6cd9aee 100644 --- a/bailer.xml.in +++ b/bailer.xml.in @@ -2,6 +2,12 @@ <plugin name="bailer" useBcop="true"> <_short>Bailer</_short> <_long>Take decisive action if something is affecting the experience</_long> + <deps> + <relation type="before"> + <plugin>composite</plugin> + <plugin>opengl</plugin> + </relation> + </deps> <category>Utility</category> <options> <option name="fatal_fallback_mode" type="int"> |