# Remmina v1.4.34 - Product: Remmina (https://whatsnew.fyi/product/remmina) - Vendor: Remmina - Date: 2024-02-07 - Version: v1.4.34 - Original notes: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.34 - Permalink: https://whatsnew.fyi/product/remmina/releases/v1.4.34 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **removed** — NX, XDMCP and ST plugins have been removed - **added** — libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies - **added** — appindicator or ayatana-appindicator is now optional with -DHAVE_LIBAPPINDICATOR=OFF to disable the system tray icon - **added** — -DWITH_PYTHONLIBS=ON is required for the Python plugin with python3-dev/devel needed to build - **added** — pyhoca-cli is needed for the X2Go plugin with -DWITH_X2GO=ON - **added** — -DWITH_FREERDP3=ON option to use the newest FreeRDP version - **added** — libsodium is needed to build Remmina - **added** — webkit2gtk3 is needed to build the WWW plugin - **added** — -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin - **added** — -DWITH_NEWS=OFF option to turn off news - **added** — -DWITH_STATS=OFF option to turn off stats - **added** — -DWITH_TIPS=OFF option to turn off tips - **added** — gtk-vnc is needed for the VNC plugin for GNOME and KVM with -DWITH_GVNC=ON - **fixed** — Add null check to prevent freeze when opening an RDP connection - **fixed** — Fix GTK critical error when editing RDP profile - **fixed** — SSH private key auth now prompts user to enter username if it is empty - **fixed** — Fix Flatpak freeze on connection when importing RDP profile - **fixed** — Fix segfault for remmina -p - **fixed** — Fix crash on multi-monitor with FreeRDP3 - **changed** — Remote audio now works with flatpak version of Remmina - **changed** — Allow Remmina to be built without FreeRDP **ATTENTION New dependencies introduced with v1.4.34 onwards!** * libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies * appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon. * -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build) * pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON * NX, XDMCP and ST have been removed. * Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version * libsodium is needed to build Remmina. * webkit2gtk3 is needed to build the WWW plugin. * -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it). * News can be turned off with -DWITH_NEWS=OFF * Stats can be turned off with -DWITH_STATS=OFF * TIPS can be turned off with -DWITH_TIPS=OFF * gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON ##### List of changes * [REM-2981] Move ssh-unrelated code outside of HAVE_LIBSSH ifdef [!2540](https://gitlab.com/Remmina/Remmina/merge_requests/2540) *@myheroyuki* * [REM-2974] only attempt to resolve hostname if initial ssh_connect fails [!2542](https://gitlab.com/Remmina/Remmina/merge_requests/2542) *@myheroyuki* * [REM-2980] Remove flag that prevented remote audio from working with flatpak version of Remmina [!2543](https://gitlab.com/Remmina/Remmina/merge_requests/2543) *@myheroyuki* * [REM-2982] Update Flatpak to use GNOME runtime version 44 [!2541](https://gitlab.com/Remmina/Remmina/merge_requests/2541) *@myheroyuki* * initial port to core22 [!2539](https://gitlab.com/Remmina/Remmina/merge_requests/2539) *@soumyaDghosh* * [REM-2984] Add null check to prevent freeze when opening an rdp connection [!2545](https://gitlab.com/Remmina/Remmina/merge_requests/2545) *@myheroyuki* * Fix GTK critical error when editing RDP profile [!2544](https://gitlab.com/Remmina/Remmina/merge_requests/2544) *@bhatman1441* * Remove snap installs for broken link executables [!2546](https://gitlab.com/Remmina/Remmina/merge_requests/2546) *@bhatman1441* * SSH private key auth: If username is empty, prompt user to enter it [!2547](https://gitlab.com/Remmina/Remmina/merge_requests/2547) *@bhatman1441* * Fix Flatpak freeze on connection when importing RDP profile [!2548](https://gitlab.com/Remmina/Remmina/merge_requests/2548) *@bhatman1441* * Fix of some grammatic issues in German translation [!2550](https://gitlab.com/Remmina/Remmina/merge_requests/2550) *@vhhhl1* * [REM-3003] Re-add line removed by accident in !2532 [!2551](https://gitlab.com/Remmina/Remmina/merge_requests/2551) *@myheroyuki* * GtkFileChooserNative support [!2553](https://gitlab.com/Remmina/Remmina/merge_requests/2553) *@robxnano* * Spice UNIX socket channel initialization enhancement [!2549](https://gitlab.com/Remmina/Remmina/merge_requests/2549) *@BobbyTheBuilder* * Fix segfault for `remmina -p` [!2555](https://gitlab.com/Remmina/Remmina/merge_requests/2555) *@bhatman1441* * Add unlocking code to let plugins use passwords [!2556](https://gitlab.com/Remmina/Remmina/merge_requests/2556) *@pnowak433* * CI Pipeline Updates [!2557](https://gitlab.com/Remmina/Remmina/merge_requests/2557) *@bhatman1441* * [freerdp] update to build for stable-3.0 [!2554](https://gitlab.com/Remmina/Remmina/merge_requests/2554) *@akallabeth* * Allow Remmina to be built without FreeRDP [!2558](https://gitlab.com/Remmina/Remmina/merge_requests/2558) *@myheroyuki* * [REM-3048] Fix crash on multi-monitor with FreeRDP3 [!2559](https://gitlab.com/Remmina/Remmina/merge_requests/2559) *@myheroyuki* * Added developer_name to meet new flathub requirements [!2561](https://gitlab.com/Remmina/Remmina/merge_requests/2561) *@myheroyuki* * [New features] Bring back remmina server features with new additions [!2560](https://gitlab.com/Remmina/Remmina/merge_requests/2560) *@bhatman1441* * [REM-2983] compile ssh with gcrypt for flatpak builds. Also sync flatpak... [!2563](https:/ _[Truncated at 4000 characters — full notes: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.34]_