Author: Fabio Castelli (Muflone) muflone@muflone.com
Home page: http://www.muflone.com/remmina-plugin-exec/
Copyright: 2011-2023 Fabio Castelli (Muflone)
License: GPL-2+
Remmina Plugin Exec is already included in Remmina code, so this plugin is not needed anymore.
A Remmina protocol plugin to execute external processes from a Remmina connection.
Download and extract Remmina Plugin Builder:
wget -O remmina-plugin-builder.tar.gz https://github.com/muflone/remmina-plugin-builder/archive/1.2.3.0.tar.gz
tar --extract --verbose --gzip --file remmina-plugin-builder.tar.gz
Copy the plugin source files to the remmina-plugin-to-build directory:
cp --recursive remmina-plugin-exec CMakeLists.txt remmina-plugin-builder-1.2.3.0/remmina-plugin-to-build/
Build the plugin using Remmina Plugin Builder:
cd remmina-plugin-builder-1.2.3.0
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
To build the plugin for Remmina 1.1 and older versions use this:
cd remmina-plugin-builder-1.2.3.0
cmake -DCMAKE_INSTALL_PREFIX=/usr -DREMMINA_VER_1_1=ON .
make
Install the plugin into the Remmina plugins directory (may need sudo or root access):
sudo make install
You'll find it in the remmina connection editor.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
