Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
x2go_plugin.h
Go to the documentation of this file.
1 /*
2  * Project: Remmina Plugin X2Go
3  * Description: Remmina protocol plugin to connect via X2Go using PyHoca
4  * Based on Fabio Castelli Team Viewer Plugin
5  * Copyright: 2013-2014 Fabio Castelli (Muflone)
6  * Author: Antenore Gatta <antenore@simbiosi.org>
7  * Copyright: 2015 Antenore Gatta
8  * License: GPL-2+
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor,
23  * Boston, MA 02110-1301, USA.
24  *
25  * In addition, as a special exception, the copyright holders give
26  * permission to link the code of portions of this program with the
27  * OpenSSL library under certain conditions as described in each
28  * individual source file, and distribute linked combinations
29  * including the two.
30  * You must obey the GNU General Public License in all respects
31  * for all of the code used other than OpenSSL. * If you modify
32  * file(s) with this exception, you may extend this exception to your
33  * version of the file(s), but you are not obligated to do so. * If you
34  * do not wish to do so, delete this exception statement from your
35  * version. * If you delete this exception statement from all source
36  * files in the program, then also delete it here.
37  *
38  */
39 
40 #pragma once
41 
42 #define PLUGIN_NAME "X2GO"
43 #define PLUGIN_DESCRIPTION N_("X2Go - Launch an X2Go session")
44 #define PLUGIN_VERSION "2.0.0"
45 #define PLUGIN_APPICON "org.remmina.Remmina-x2go-symbolic"
46 #define PLUGIN_SSH_APPICON "org.remmina.Remmina-x2go-ssh-symbolic"