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.057886
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 11 12 .. 16 Next › Last »

tmow commented on 2019-05-30 15:09 (UTC)

@STG there is probably much more to do than that change as the remmina API is changed quite a lot, we, upstream, don't support those plugins because they use a technology that is going to be deprecated (XEmbed).

You can build remmina and the plugin by yourself and ask support onthe remmina Reddit and irc

STG commented on 2019-05-30 13:52 (UTC)

Hey guys, hoping someone here be willing to help me out with remmina-plugin-teamviwer? I sent a request to @muflone on github to fix, but he isn't responding. I'm thinking it Should be a simple fix to fork and change file_get_secret to file_get_string in remmina_plugin.c but I don't know enough to do it myself and I don't know where else to go. Tried posting on arch forums, manjaro forums and github, but not getting much response. Thanks to anyone who is willing to help!

WARNING: remmina_file_get_secret(remminafile,"password") is deprecated and must not be called. Use remmina_file_get_string() and do not deallocate returned memory.

https://github.com/muflone/remmina-plugin-teamviewer/edit/master/remmina-plugin-teamviewer/src/remmina_plugin.c

Nazdravi commented on 2019-03-14 07:53 (UTC) (edited on 2019-03-14 08:06 (UTC) by Nazdravi)

The remmina repository has moved to gitlab. With this updated recipe my package build succeeded:

================== PKGBUILD ======================================

# Maintainer: Christian Hesse <mail@eworm.de>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> ([community] package)

pkgname=remmina-git
pkgver=v1.3.4.r0.g494903ec
pkgrel=1
pkgdesc='A remote desktop client written in GTK+ - git checkout'
arch=(i686 x86_64)
url='http://www.remmina.org/'
license=('GPL')
depends=('gtk2' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3'
    'libgcrypt' 'libxdmcp' 'libgnome-keyring' 'libvncserver'
    'libsecret' 'webkit2gtk')
makedepends=('git' 'intltool' 'pkgconfig' 'cmake'
    'avahi' 'libxkbfile' 'freerdp-git' 'telepathy-glib')
optdepends=('avahi' 'libxkbfile' 'freerdp-git' 'telepathy-glib')
replaces=('remmina-plugins')
provides=('remmina' 'grdc' "grdc=${pkgver}" 'remmina-plugins')
conflicts=('remmina' 'grdc')
install=remmina.install
source=('remmina::git+https://gitlab.com/Remmina/Remmina.git')
sha256sums=('SKIP')

pkgver() {
  cd remmina/
  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {
    cd remmina/
    for f in ../../*.patch; do
            patch -p1 < ${f}
    done
}

build() {
    cd remmina/

    cmake \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=lib \
        -DWITH_APPINDICATOR=OFF \
        .
    make
}

package() {
    cd remmina/

    make DESTDIR="${pkgdir}/" install
}

================== rdp-plugin.AllowUnanouncedOrdersFromServer.patch ======================================

--- remmina.original/plugins/rdp/rdp_plugin.c   2019-03-13 21:09:32.000000000 +0100
+++ remmina/plugins/rdp/rdp_plugin.c    2019-03-13 21:20:25.078291952 +0100
@@ -882,7 +882,7 @@
    /* Certificate ignore */
    rfi->settings->IgnoreCertificate = remmina_plugin_service->file_get_int(remminafile, "cert_ignore", 0);

-   rfi->settings->AllowUnanouncedOrdersFromServer = remmina_plugin_service->file_get_int(remminafile, "relax-order-checks", 0);
+//      rfi->settings->AllowUnanouncedOrdersFromServer = remmina_plugin_service->file_get_int(remminafile, "relax-order-checks", 0);

    rfi->settings->GlyphSupportLevel = ( remmina_plugin_service->file_get_int(remminafile, "glyph-cache", 0) ? GLYPH_SUPPORT_FULL : GLYPH_SUPPORT_NONE );

flittermice commented on 2018-09-03 18:46 (UTC)

Thanks for the package build! I'm a Gnome Shell user and I just wanted to report that compiling with AppIndicator support works without any problems. Just install libappindicator-gtk3 and change -DWITH_APPINDICATOR=OFF to -DWITH_APPINDICATOR=on in the PKGBUILD.

zml3721 commented on 2018-08-29 03:07 (UTC)

ssh连接不上,不管怎么配置,连接的时候都是一直处于等待状态

stratosgear commented on 2018-05-30 07:52 (UTC) (edited on 2018-06-04 17:10 (UTC) by stratosgear)

I get an error with:

... ... ==> Removing existing $pkgdir/ directory... ==> Starting build()... CMake Error: The source directory "/home/stratos/.cache/pacaur/remmina-git/src/remmina" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. ==> ERROR: A failure occurred in build(). Aborting...

eddyready commented on 2018-05-19 03:18 (UTC)

Hi,

I am getting the following error when launching remmina.

Failed to load plugin: /usr/lib/remmina/plugins/remmina-plugin-rdp.so. Error: libavcodec.so.57: cannot open shared object file: No such file or directory

using remmina-git 1.2.0.rcgit.29.fpbuild0.r128.g4c0e915b2-1 from the AUR Any idea why?

tmow commented on 2018-05-17 12:52 (UTC)

@eworm Since yesterday 'next' is not anymore our main development branch, we've switched back to 'master' Soon we will delete 'next' and we will release a stable version of remmina (v1.2.30), that will be tagged from master and not 'next'

jvybihal commented on 2018-05-17 12:37 (UTC)

@ryanzerbe you dont need to. Just rebuild remmina-git and remmina plugins with latest ffmpeg installed.

ryanzerbe commented on 2018-05-17 12:10 (UTC)

I ended up downgrading to the pervious version of ffpmeg. I didnt know there was a compatibility version(ffmpeg-compat-57).

Thanks.