Merge lp:~timo-jyrinki/compiz/compiz.098.fix_1057955 into lp:compiz/0.9.8

Proposed by Timo Jyrinki
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 3405
Merged at revision: 3404
Proposed branch: lp:~timo-jyrinki/compiz/compiz.098.fix_1057955
Merge into: lp:compiz/0.9.8
Diff against target: 83 lines (+0/-36)
6 files modified
gtk/gnome/50-compiz-launchers.xml.in (+0/-6)
gtk/gnome/50-compiz-screenshot.xml.in (+0/-8)
gtk/gnome/50-compiz-system.xml.in (+0/-8)
gtk/gnome/CMakeLists.txt (+0/-3)
po/POTFILES.in (+0/-3)
postinst/convert-files/compiz-profile-independent-keys.convert (+0/-8)
To merge this branch: bzr merge lp:~timo-jyrinki/compiz/compiz.098.fix_1057955
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+126923@code.launchpad.net

Commit message

Remove the non-used launchers and migration for them. Fixes a crash of g-c-c when entering Keyboard section. (LP: #1057955)

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

+1

review: Approve
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Hmm, I think auto-merge only works on lp:compiz, not lp:compiz/0.9.8

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'gtk/gnome/50-compiz-launchers.xml.in'
2--- gtk/gnome/50-compiz-launchers.xml.in 2012-09-05 09:05:58 +0000
3+++ gtk/gnome/50-compiz-launchers.xml.in 1970-01-01 00:00:00 +0000
4@@ -1,6 +0,0 @@
5-<?xml version="1.0" encoding="UTF-8"?>
6-<KeyListEntries schema="org.compiz.integrated" wm_name="Compiz" group="system" _name="Launchers" package="compiz">
7-
8- <KeyListEntry name="run-command-terminal" _description="Launch Terminal"/>
9-
10-</KeyListEntries>
11
12=== removed file 'gtk/gnome/50-compiz-screenshot.xml.in'
13--- gtk/gnome/50-compiz-screenshot.xml.in 2012-08-15 14:09:32 +0000
14+++ gtk/gnome/50-compiz-screenshot.xml.in 1970-01-01 00:00:00 +0000
15@@ -1,8 +0,0 @@
16-<?xml version="1.0" encoding="UTF-8"?>
17-<KeyListEntries schema="org.compiz.integrated" wm_name="Compiz" group="system" _name="Screenshots" package="compiz">
18-
19- <KeyListEntry name="run-command-screenshot" _description="Take a screenshot" />
20-
21- <KeyListEntry name="run-command-window-screenshot" _description="Take a screenshot of a window"/>
22-
23-</KeyListEntries>
24
25=== removed file 'gtk/gnome/50-compiz-system.xml.in'
26--- gtk/gnome/50-compiz-system.xml.in 2012-08-15 14:09:32 +0000
27+++ gtk/gnome/50-compiz-system.xml.in 1970-01-01 00:00:00 +0000
28@@ -1,8 +0,0 @@
29-<?xml version="1.0" encoding="UTF-8"?>
30-<KeyListEntries schema="org.compiz.integrated" wm_name="Compiz" group="system" _name="System" package="compiz">
31-
32- <KeyListEntry name="panel-run-dialog" _description="Show the run command prompt" />
33-
34- <KeyListEntry name="panel-main-menu" _description="Show the activities overview" />
35-
36-</KeyListEntries>
37
38=== modified file 'gtk/gnome/CMakeLists.txt'
39--- gtk/gnome/CMakeLists.txt 2012-08-16 18:15:29 +0000
40+++ gtk/gnome/CMakeLists.txt 2012-09-28 11:07:33 +0000
41@@ -10,10 +10,7 @@
42 )
43
44 set (_keybindings_files
45- 50-compiz-launchers.xml.in
46 50-compiz-navigation.xml.in
47- 50-compiz-screenshot.xml.in
48- 50-compiz-system.xml.in
49 50-compiz-windows.xml.in)
50
51 set (_keybindings_files_translated "")
52
53=== modified file 'po/POTFILES.in'
54--- po/POTFILES.in 2012-08-16 18:15:29 +0000
55+++ po/POTFILES.in 2012-09-28 11:07:33 +0000
56@@ -3,11 +3,8 @@
57 gtk/window-decorator/forcequit.c
58 gtk/window-decorator/gtk-window-decorator.c
59 gtk/window-decorator/gwd.schemas.in
60-gtk/gnome/50-compiz-launchers.xml.in
61 gtk/gnome/50-compiz-navigation.xml.in
62-gtk/gnome/50-compiz-screenshot.xml.in
63 gtk/gnome/50-compiz-windows.xml.in
64-gtk/gnome/50-compiz-system.xml.in
65 metadata/core.xml.in
66 plugins/annotate/annotate.xml.in
67 plugins/blur/blur.xml.in
68
69=== modified file 'postinst/convert-files/compiz-profile-independent-keys.convert'
70--- postinst/convert-files/compiz-profile-independent-keys.convert 2012-09-07 08:25:29 +0000
71+++ postinst/convert-files/compiz-profile-independent-keys.convert 2012-09-28 11:07:33 +0000
72@@ -1,11 +1,3 @@
73-[org.compiz.integrated]
74-run-command-terminal = /apps/metacity/global_keybindings/run_command_terminal
75-run-command-screenshot = /apps/metacity/global_keybindings/run_command_screenshot
76-run-command-window-screenshot = /apps/metacity/global_keybindings/run_command_window_screenshot
77-panel-run-dialog = /apps/metacity/global_keybindings/panel_run_dialog
78-panel-main-menu = /apps/metacity/global_keybindings/panel_main_menu
79-
80-
81 [org.gnome.desktop.wm.keybindings]
82 move-to-workspace-1 = /apps/metacity/window_keybindings/move_to_workspace_1
83 move-to-workspace-2 = /apps/metacity/window_keybindings/move_to_workspace_2

Subscribers

People subscribed via source and target branches