Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-05-03 18:20:41 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-05-03 18:20:41 +0300
commit161555868347c7fe1a995b5e8fd39a37973e23cc (patch)
treeb99ef4b22c2310d091e4d58c46fb0f9629c8d75e /flatpak
parentd982eab8a68aafddfce787f545dff3561a5a6539 (diff)
GVNC plugin using gtk-vnc
This plugin is more suitable for KVM and GNOME Vino servers Beside the normal features it has: * Remote power control (reboot, reset, shutdown) * Audio redirection (still have issues) * UTF-8 clipboard support (if the server support it) * Multiple ctrl sequences (CTRL+ALT+DEL, Backspace, F1-12) * Should work with TLS. There are still bugs, patches are welcome Can be compiled with -DWITH_GVNC=ON
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina.json22
m---------flatpak/shared-modules0
2 files changed, 15 insertions, 7 deletions
diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json
index aa7b18b5f..d19b23dd3 100644
--- a/flatpak/org.remmina.Remmina.json
+++ b/flatpak/org.remmina.Remmina.json
@@ -69,21 +69,28 @@
"mkdir -p /app/lib/ffmpeg"
],
"modules": [
+ "shared-modules/intltool/intltool-0.51.json",
"shared-modules/dbus-glib/dbus-glib-0.110.json",
"shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
{
- "name": "vte",
+ "name" : "gtk-vnc",
"buildsystem" : "meson",
- "build-options" : {
- "env" : {
- "CXXFLAGS" : "-fno-exceptions"
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" : "https://download.gnome.org/sources/gtk-vnc/1.2/gtk-vnc-1.2.0.tar.xz",
+ "sha256" : "7aaf80040d47134a963742fb6c94e970fcb6bf52dc975d7ae542b2ef5f34b94a"
}
- },
+ ]
+ },
+ {
+ "name": "vte",
+ "buildsystem" : "meson",
"sources" : [
{
"type" : "archive",
- "url" : "https://download.gnome.org/sources/vte/0.60/vte-0.60.0.tar.xz",
- "sha256" : "72d1955eb40b4475b858892813a79545cee34409bac2af470606fb4b4d193a1b"
+ "url" : "https://download-fallback.gnome.org/sources/vte/0.64/vte-0.64.0.tar.xz",
+ "sha256" : "c0c60b8dc343167437c86d984b0cf134df86034180ed70513f683006ada3ec41"
}
]
},
@@ -474,6 +481,7 @@
"-DWITH_NEWS:BOOL=ON",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib",
"-DWITH_FREERDP3:BOOL=OFF",
+ "-DWITH_GVNC:BOOL=ON",
"-DWITH_MANPAGES:BOOL=OFF"
],
"sources": [
diff --git a/flatpak/shared-modules b/flatpak/shared-modules
-Subproject 483b59fdc44c4a8438174e5eea7057924d05a7f
+Subproject fd4d38328ccb078b88ad4a891807e593ae8de80