~ubuntu-branches/ubuntu/jaunty/compiz/jaunty-proposed

« back to all changes in this revision

Viewing changes to metadata/gnomecompat.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-02-10 10:39:03 UTC
  • mfrom: (0.101.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210103903-lbxs9kycjwydh5s8
Tags: 1:0.7.9+git20090211-0ubuntu1
* build from the 0.8 git branch
  - fixes focus problem (LP: #274407)
  - fixes problem with latest libmetacity decoration (LP: #327793)
  - enable new gnomecompat plugin by default
* debian/patches:
 - updated 013-add-cursor-theme-support.patch
 - updated 018_use_metacity_settings.patch
 - updated 029_default_options
 - updated 035_ignore_workspaces
 - updated 037_fullscreen_stacking_fixes.patch (mostly merged upstream
   just the move plugin changes remain)
 - dropped 027_default_to_gnome_terminal
 - dropped 040_resolve-animation-fade-conflict_from_upstream.patch
 - dropped 047_no_display_compiz_desktop.patch
 - dropped 048_from_git_fix_placement.patch
 - dropped 050-scale-keybinding-toggle.patch
 - dropped 051-new-kde4-plasma-api.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="gnomecompat">
 
3
        <_short>Gnome Compatibility</_short>
 
4
        <_long>Options that keep Compiz compatible to the Gnome desktop environment</_long>
 
5
        <category>General</category>
 
6
        <display>
 
7
            <option name="main_menu_key" type="key">
 
8
                <_short>Show Main Menu</_short>
 
9
                <_long>Show the main menu</_long>
 
10
                <default>&lt;Alt&gt;F1</default>
 
11
            </option>
 
12
            <option name="run_key" type="key">
 
13
                <_short>Run Dialog</_short>
 
14
                <_long>Show Run Application dialog</_long>
 
15
                <default>&lt;Alt&gt;F2</default>
 
16
            </option>
 
17
            <group>
 
18
                <_short>Commands</_short>
 
19
                <option name="command_screenshot" type="string">
 
20
                    <_short>Screenshot command line</_short>
 
21
                    <_long>Screenshot command line</_long>
 
22
                    <default>gnome-screenshot</default>
 
23
                </option>
 
24
                <option name="run_command_screenshot_key" type="key">
 
25
                    <_short>Take a screenshot</_short>
 
26
                    <_long>Take a screenshot</_long>
 
27
                    <default>Print</default>
 
28
                </option>
 
29
                <option name="command_window_screenshot" type="string">
 
30
                    <_short>Window screenshot command line</_short>
 
31
                    <_long>Window screenshot command line</_long>
 
32
                    <default>gnome-screenshot --window</default>
 
33
                </option>
 
34
                <option name="run_command_window_screenshot_key" type="key">
 
35
                    <_short>Take a screenshot of a window</_short>
 
36
                    <_long>Take a screenshot of a window</_long>
 
37
                    <default>&lt;Alt&gt;Print</default>
 
38
                </option>
 
39
                <_short>Run terminal command</_short>
 
40
                <option name="command_terminal" type="string">
 
41
                    <_short>Terminal command line</_short>
 
42
                    <_long>Terminal command line</_long>
 
43
                    <default></default>
 
44
                </option>
 
45
                <option name="run_command_terminal_key" type="key">
 
46
                    <_short>Open a terminal</_short>
 
47
                    <_long>Open a terminal</_long>
 
48
                </option>
 
49
            </group>
 
50
        </display>
 
51
    </plugin>
 
52
</compiz>