Merge lp:~rodrigo-moya/ubuntu/natty/vino/fix-31037 into lp:~ubuntu-desktop/vino/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 35
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/vino/fix-31037
Merge into: lp:~ubuntu-desktop/vino/ubuntu
Diff against target: 41 lines (+21/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/03_exit-when-disabled.patch (+13/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/vino/fix-31037
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+53499@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-01-05 00:35:01 +0000
3+++ debian/changelog 2011-03-15 18:31:27 +0000
4@@ -1,3 +1,10 @@
5+vino (2.32.1-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/patches/03_exit-when-disabled.patch:
8+ - Add patch to make vino-server exit inmediately if not enabled (LP: #31037)
9+
10+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 15 Mar 2011 19:06:27 +0100
11+
12 vino (2.32.1-0ubuntu1) natty; urgency=low
13
14 * New upstream release
15
16=== added file 'debian/patches/03_exit-when-disabled.patch'
17--- debian/patches/03_exit-when-disabled.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/03_exit-when-disabled.patch 2011-03-15 18:31:27 +0000
19@@ -0,0 +1,13 @@
20+diff --git a/server/vino-prefs.c b/server/vino-prefs.c
21+index fb9645b..b56c1b6 100644
22+--- a/server/vino-prefs.c
23++++ b/server/vino-prefs.c
24+@@ -97,7 +97,7 @@ vino_prefs_enabled_changed (GConfClient *client,
25+ if (vino_enabled)
26+ vino_mdns_start (vino_network_interface);
27+ else
28+- vino_mdns_stop ();
29++ exit (0);
30+
31+ for (l = vino_servers; l; l = l->next)
32+ vino_server_set_on_hold (l->data, !enabled);
33
34=== modified file 'debian/patches/series'
35--- debian/patches/series 2011-01-05 00:24:49 +0000
36+++ debian/patches/series 2011-03-15 18:31:27 +0000
37@@ -1,3 +1,4 @@
38 01_ipv6-fix.patch
39 02_server_sm-disable.patch
40+03_exit-when-disabled.patch
41 12_app-indicators-only.patch

Subscribers

People subscribed via source and target branches

to all changes: