~ubuntu-branches/ubuntu/natty/gnome-panel/natty

« back to all changes in this revision

Viewing changes to debian/patches/16_compiz_workspace_switcher.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-12-10 14:48:56 UTC
  • Revision ID: james.westby@ubuntu.com-20101210144856-5xkj5g1663inz0kj
Tags: 1:2.32.1-0ubuntu3
* debian/patches/16_compiz_workspace_switcher.patch:
  - change the gconf path according to new upstream location

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 #define MAX_REASONABLE_ROWS 16
10
10
 #define DEFAULT_ROWS 1
11
11
 
12
 
+#define COMPIZ_OPTIONS "/apps/compiz/general/screen0/options"
13
 
+#define COMPIZ_HSIZE "/apps/compiz/general/screen0/options/hsize"
14
 
+#define COMPIZ_VSIZE "/apps/compiz/general/screen0/options/vsize"
 
12
+#define COMPIZ_OPTIONS "/apps/compiz-1/general/screen0/options"
 
13
+#define COMPIZ_HSIZE "/apps/compiz-1/general/screen0/options/hsize"
 
14
+#define COMPIZ_VSIZE "/apps/compiz-1/general/screen0/options/vsize"
15
15
+
16
16
 #define NEVER_SENSITIVE "never_sensitive"
17
17
 #define NUM_WORKSPACES "/apps/metacity/general/num_workspaces"
563
563
                              NULL);
564
564
 
565
565
+       gconf_client_add_dir (panel_gconf_get_client (),
566
 
+                             "/apps/compiz/general/screen0/options",
 
566
+                             "/apps/compiz-1/general/screen0/options",
567
567
+                             GCONF_CLIENT_PRELOAD_NONE,
568
568
+                             NULL);
569
569
+
574
574
        panel_lockdown_finalize ();
575
575
 
576
576
        gconf_client_remove_dir (panel_gconf_get_client (),
577
 
+                                "/apps/compiz/general/screen0/options",
 
577
+                                "/apps/compiz-1/general/screen0/options",
578
578
+                                NULL);
579
579
+
580
580
+       gconf_client_remove_dir (panel_gconf_get_client (),