From 49f37a8b125c413abc768152c3e3201e76796f2e Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Thu, 27 Sep 2018 00:33:00 +0200 Subject: Plugin declare it uses GtkSocket and rcw block the call if not supported --- nx_plugin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx_plugin.c b/nx_plugin.c index f4af629..d617b86 100644 --- a/nx_plugin.c +++ b/nx_plugin.c @@ -48,6 +48,7 @@ #include "nx_session_manager.h" #define REMMINA_PLUGIN_NX_FEATURE_TOOL_SENDCTRLALTDEL 1 +#define REMMINA_PLUGIN_NX_FEATURE_GTKSOCKET 1 /* Forward declaration */ static RemminaProtocolPlugin remmina_plugin_nx; @@ -725,6 +726,7 @@ static const RemminaProtocolSetting remmina_plugin_nx_advanced_settings[] = static const RemminaProtocolFeature remmina_plugin_nx_features[] = { { REMMINA_PROTOCOL_FEATURE_TYPE_TOOL, REMMINA_PLUGIN_NX_FEATURE_TOOL_SENDCTRLALTDEL, N_("Send Ctrl+Alt+Delete"), NULL, NULL }, + { REMMINA_PROTOCOL_FEATURE_TYPE_GTKSOCKET, REMMINA_PLUGIN_NX_FEATURE_GTKSOCKET, NULL, NULL, NULL}, { REMMINA_PROTOCOL_FEATURE_TYPE_END, 0, NULL, NULL, NULL } }; -- cgit v1.2.3