[Pkg-libvirt-commits] [virt-viewer] 03/04: Disable automatich usb redirection by default

Guido Guenther agx at moszumanska.debian.org
Tue Oct 14 17:53:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to annotated tag debian/1.0-1
in repository virt-viewer.

commit 31957080e2644d77ba5a8e211339714ee5487867
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Oct 14 19:16:47 2014 +0200

    Disable automatich usb redirection by default
    
    Closes: #765016
---
 ...ble-automatich-usb-redirection-by-default.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/Disable-automatich-usb-redirection-by-default.patch b/debian/patches/Disable-automatich-usb-redirection-by-default.patch
new file mode 100644
index 0000000..0ce7ae7
--- /dev/null
+++ b/debian/patches/Disable-automatich-usb-redirection-by-default.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 14 Oct 2014 19:05:38 +0200
+Subject: Disable automatich usb redirection by default
+
+Closes: #765016
+---
+ src/virt-viewer-session.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/virt-viewer-session.c b/src/virt-viewer-session.c
+index c432719..ee287e9 100644
+--- a/src/virt-viewer-session.c
++++ b/src/virt-viewer-session.c
+@@ -153,7 +153,7 @@ virt_viewer_session_class_init(VirtViewerSessionClass *class)
+                                     g_param_spec_boolean("auto-usbredir",
+                                                          "USB redirection",
+                                                          "USB redirection",
+-                                                         TRUE,
++                                                         FALSE,
+                                                          G_PARAM_READWRITE |
+                                                          G_PARAM_CONSTRUCT |
+                                                          G_PARAM_STATIC_STRINGS));
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..447bfd7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Disable-automatich-usb-redirection-by-default.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-viewer.git



More information about the Pkg-libvirt-commits mailing list