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

« back to all changes in this revision

Viewing changes to debian/source_compiz.py

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-16 19:28:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110316192801-s6o8bu464ap50e47
Tags: 1:0.9.4-0ubuntu5
* debian/patches/029_default_options.patch: (LP: #723273)
  - remove Super W change for the "Initiate Window Picker for current
     workspace". The default is now compiz default: Shift + Alt + Up
  - transforming the Super A change to Super W for "Initiate Window Picker
    For All Windows"
* debian/compiz-gnome.gconf-defaults:
  - disable Alt + F1/F2 in the gnome-compat plugin for the unity profile only
    (those keys are handled by unity itself now)
* debian/source_compiz.py:
  - add xorg info in case of crash

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                if words.startswith(external_component):
10
10
                    report.add_package_info(apport.packaging.get_file_package(words))
11
11
                    return
 
12
        report.add_hooks_info(ui, srcpackage='xorg')
12
13
        return
13
14
 
14
15