~ubuntu-branches/ubuntu/quantal/metacity/quantal

« back to all changes in this revision

Viewing changes to .pc/17-workspace-switcher-cycle.patch/src/metacity.schemas.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert, Olivier Tilloy, Ugo Riboni
  • Date: 2011-05-23 17:03:13 UTC
  • Revision ID: james.westby@ubuntu.com-20110523170313-go5r1b42t3jb5qa6
Tags: 1:2.30.3-0ubuntu9
[Olivier Tilloy]
* debian/patches/20_do-not-place-windows-over-the-launcher.patch: try to
  avoid an alrealdy visible launcher in intellihide mode when initially
  positioning new windows. (LP: #723878)

[Ugo Riboni]
* debian/patches/16-capture-before-unmap: Update the patch so that it
  uses the compositor to grab the pixmaps, but add an option to
  disable the most expensive effects in the compositor. Fix some
  other patches so that they still apply correctly on top of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
    </schema>
338
338
 
339
339
    <schema>
340
 
      <key>/schemas/apps/metacity/general/capture_before_unmap</key>
341
 
      <applyto>/apps/metacity/general/capture_before_unmap</applyto>
342
 
      <owner>metacity</owner>
343
 
      <type>bool</type>
344
 
      <default>false</default>
345
 
      <locale name="C">
346
 
        <short>Capture Before Unmap</short>
347
 
        <long>
348
 
          Determines whether or not before a window is unmapped (e.g. when
349
 
          it is sent to another workspace or minimized) a pixmap of the
350
 
          current state of the window is captured and stored in a property
351
 
          on the window itself. This allows interested clients (e.g.
352
 
          workspace switchers) to be able to display previews of any window.
353
 
          Note that this is incompatible with compositing_manager and
354
 
          will be ignored if compositing_manager is enabled.
355
 
        </long>
356
 
      </locale>
357
 
    </schema>
358
 
 
359
 
    <schema>
360
340
      <key>/schemas/apps/metacity/general/audible_bell</key>
361
341
      <applyto>/apps/metacity/general/audible_bell</applyto>      
362
342
      <owner>metacity</owner>
406
386
        </long>
407
387
      </locale>
408
388
    </schema>
 
389
    
 
390
    <schema>
 
391
      <key>/schemas/apps/metacity/general/compositor_effects</key>
 
392
      <applyto>/apps/metacity/general/compositor_effects</applyto>
 
393
      <owner>metacity</owner>
 
394
      <type>bool</type>
 
395
      <default>true</default>
 
396
      <locale name="C">
 
397
       <short>Compositor effects</short>
 
398
        <long>
 
399
          Determines if compositor-related effects are enabled or not.
 
400
          More specifically, it disables the shadows below windows, the
 
401
          support for windows opacity and the windows previews in the
 
402
          alt+tab window switcher.
 
403
          It does not have any effect if compositing_manager is disabled.
 
404
        </long>
 
405
      </locale>
 
406
    </schema>
 
407
 
 
408
    <schema>
 
409
      <key>/schemas/apps/metacity/general/capture_before_unmap</key>
 
410
      <applyto>/apps/metacity/general/capture_before_unmap</applyto>
 
411
      <owner>metacity</owner>
 
412
      <type>bool</type>
 
413
      <default>false</default>
 
414
      <locale name="C">
 
415
       <short>Capture Before Unmap</short>
 
416
        <long>
 
417
          Determines whether or not before a window is unmapped (e.g. when
 
418
          it is sent to another workspace or minimized) a pixmap of the
 
419
          current state of the window is captured and stored in a property
 
420
          on the window itself. This allows interested clients (e.g.
 
421
          workspace switchers) to be able to display previews of any window.
 
422
          Note that this will only work if compositing_manager is enabled too.
 
423
        </long>
 
424
      </locale>
 
425
    </schema>
409
426
 
410
427
    <schema>
411
428
      <key>/schemas/apps/metacity/workspace_names/name</key>