Merge lp:~didrocks/unity/fix-711289 into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 811
Proposed branch: lp:~didrocks/unity/fix-711289
Merge into: lp:unity
Diff against target: 13 lines (+2/-1)
1 file modified
tools/unity.cmake (+2/-1)
To merge this branch: bzr merge lp:~didrocks/unity/fix-711289
Reviewer Review Type Date Requested Status
Neil J. Patel (community) Approve
Review via email: mp+48175@code.launchpad.net

Description of the change

kill unity-panel-service to get the menu back at unity restart (LP: #711289)

To post a comment you must log in.
Revision history for this message
Neil J. Patel (njpatel) wrote :

IT HURTS MY EYES!!!!!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/unity.cmake'
2--- tools/unity.cmake 2011-01-06 11:50:08 +0000
3+++ tools/unity.cmake 2011-02-01 15:20:50 +0000
4@@ -96,7 +96,8 @@
5 '''run the unity shell and handle Ctrl + C'''
6
7 try:
8- unity_instance = process_and_start_unity (verbose, debug, compiz_args, log_file)
9+ unity_instance = process_and_start_unity (verbose, debug, compiz_args, log_file)
10+ subprocess.Popen(["killall", "unity-panel-service"])
11 unity_instance.wait()
12 except KeyboardInterrupt, e:
13 try: