Package Details: remmina-git 1.4.37+r10024+ga42a143af-1

Git Clone URL: https://aur.archlinux.org/remmina-git.git (read-only, click to copy)
Package Base: remmina-git
Description: A remote desktop client written in GTK+ - git checkout
Upstream URL: http://www.remmina.org/
Licenses: GPL-2.0-or-later
Conflicts: grdc, remmina
Provides: grdc, remmina, remmina-plugins
Submitter: eworm
Maintainer: envolution
Last Packager: envolution
Votes: 55
Popularity: 0.000041
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-12-27 01:43 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 17 Next › Last »

DAC324 commented on 2020-09-28 13:24 (UTC)

@jvybihal: I had no success. I installed FreeRDP from the official repo, which is version 2.2.0. But it does not appear in Remmina. When I start my pre-configured connection, Remmina throws an error message "Please install RDP plugin". Consequently, it also does not appear in the drop-down list of plugins to choose from when editing your connection entry.

I finally gave up on that version mess and compiled Remmina from their official git repository:

git clone https://gitlab.com/Remmina/Remmina.git
cd Remmina
mkdir build && cd build
cmake ..
make
sudo make install

jvybihal commented on 2020-09-28 11:55 (UTC)

@DAC324: works fine here. I use it daily.

DAC324 commented on 2020-09-25 15:46 (UTC)

This version does not work with FreeRDP version 2.2.0 - FreeRDP is simply not found:(

mikecentola commented on 2020-07-17 17:02 (UTC)

So I was able to get remmina-git working by adding 'aarch64' to the PKGBUILD, but I had to do the same for freerdp-git and openh264. It works perfectly, and I leave comments on the other packages as well. Thanks!

mikecentola commented on 2020-07-17 15:29 (UTC)

Getting an error to build on Manjaro-ARM. remmina-git is not available for 'aarch64' architecture

Matty_r commented on 2020-06-26 05:08 (UTC)

@dano5

Should be good now

dano5 commented on 2020-06-25 22:33 (UTC)

  1. remmina-git: 1.4.7.r6.gef3ef1bf-1 ==> 2.0.0.r285.gc205e75a2-1

version number is borked so it always tries to update even though nothing's changed...

Matty_r commented on 2020-04-25 12:33 (UTC)

Get the latest version of freerdp-git. That should resolve your issue.

XTREEMRAGE commented on 2020-04-25 10:23 (UTC) (edited on 2020-04-25 10:24 (UTC) by XTREEMRAGE)

Gettign this error, so I can't update it...:

-- Checking for module 'freerdp3>=2.0.0'
--   Package 'freerdp3', required by 'virtual:world', not found
CMake Error at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
  Could NOT find FREERDP3 (missing: FREERDP3_LIBRARY FREERDP3_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindFREERDP3.cmake:59 (find_package_handle_standard_args)
  cmake/FindOptionalPackage.cmake:37 (find_package)
  plugins/CMakeLists.txt:68 (find_suggested_package)