[Spice-devel] [spice-xpi] Default to enabling Ctrl+Alt+Del

Christophe Fergeau cfergeau at redhat.com
Mon Mar 5 07:51:43 PST 2012


On Linux, the default behaviour of the client is to have
Ctrl+Alt+Del passthrough enabled, so it's better to default to
enabling it from the controller as well to avoid getting a different
behaviour when the client handles controller messages about CAD.
Thanks to Uri for this suggestion.
---
 SpiceXPI/src/plugin/plugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SpiceXPI/src/plugin/plugin.cpp b/SpiceXPI/src/plugin/plugin.cpp
index 1564b70..8fe7f73 100644
--- a/SpiceXPI/src/plugin/plugin.cpp
+++ b/SpiceXPI/src/plugin/plugin.cpp
@@ -236,7 +236,7 @@ NPBool nsPluginInstance::init(NPWindow *aWindow)
     m_smartcard = PR_FALSE;
     m_admin_console = PR_FALSE;
     m_no_taskmgr_execution = PR_FALSE;
-    m_send_ctrlaltdel = PR_FALSE;
+    m_send_ctrlaltdel = PR_TRUE;
 
     return m_initialized;
 }
-- 
1.7.7.6



More information about the Spice-devel mailing list