Package Details: remmina-git 1.4.35.r9.g9f15d98ee-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: Matty_r
Last Packager: Matty_r
Votes: 58
Popularity: 0.066700
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-03-16 00:03 (UTC)

Latest Comments

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

DAC324 commented on 2020-09-28 14:45 (UTC) (edited on 2020-09-28 15:18 (UTC) by DAC324)

@jvybihal: As I was annoyed by that version mess in freerdp-git I now installed FreeRDP from their official git repo as well.

git clone git://github.com/FreeRDP/FreeRDP.git
cd FreeRDP
cmake -GNinja -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=ON .
cmake --build .
sudo cmake --build . --target install
Only glitch is that this installs the FreeRDP libs to /usr/local/lib, where Remmina does not find them. Solution: Add /usr/local/lib to the library path so that, for example,ldd is able to find them, by adding a config file with this path in /etc/ld.so.conf.d and running sudo ldconfig afterwards. Now I've got Remmina 1.4.8 working with FreeRDP 3.0.0 :)

jvybihal commented on 2020-09-28 14:10 (UTC)

@DAC324 okay, you are correct, I did forgot, that I am actually using remmina from community repo. It works fine with freerdp package.

Anyway, if you really want for some reason remmina-git working, just install freerdp-git. I admit, that the PKGBUILD has incorrect pkgver, but it still builds from master and is actually "3.0.0-dev" and works. I just confirmed, because I am migrating my setup to new laptop and tested it successfully.

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...