~hypodermia/ubuntu/oneiric/compiz/fix-for-bug-301174

« back to all changes in this revision

Viewing changes to plugins/bell/bell.xml.in

  • Committer: Emily Strickland
  • Date: 2011-06-15 04:52:00 UTC
  • Revision ID: emily@zubon.org-20110615045200-aqfclpzec14oaoja
Add 'bell' plugin and a small fix to bcop.xslt to properly trigger bell events (see http://cgit.compiz.org/compiz/core/commit/?id=e6afcfd735db5a9f507fb9cd810bdb139ab8480f); fixes https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/301174 and https://bugs.launchpad.net/ubuntu/+source/unity/+bug/769314

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="bell" useBcop="true">
 
3
        <_short>Audible Bell</_short>
 
4
        <_long>Plays an audible sound for the system bell</_long>
 
5
        <category>Utility</category>
 
6
        <deps>
 
7
            <relation type="after">
 
8
                <plugin>composite</plugin>
 
9
                <plugin>opengl</plugin>
 
10
                <plugin>decor</plugin>
 
11
            </relation>
 
12
        </deps>
 
13
        <options>
 
14
            <option name="filename" type="string">
 
15
                <_short>Bell sound file name</_short>
 
16
                <_long>Name of file containing sound to play as bell</_long>
 
17
                <default>/usr/share/sounds/ubuntu/stereo/bell.ogg</default>
 
18
                <hints>file;</hints>
 
19
            </option>
 
20
            <option name="bell" type="bell">
 
21
                <_short>Audible Bell</_short>
 
22
                <_long>Play sound on system bell</_long>
 
23
                <default>true</default>
 
24
            </option>
 
25
        </options>
 
26
    </plugin>
 
27
</compiz>