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

Uri Lublin uril at redhat.com
Mon Mar 5 08:01:41 PST 2012


On 03/05/2012 05:51 PM, Christophe Fergeau wrote:
> 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;
>  }

Ack.


More information about the Spice-devel mailing list