Package Details: remmina-git 1.4.35.r46.g896f6677f-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: 55
Popularity: 0.003991
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-05-09 00:03 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »

darklajid commented on 2013-04-26 13:51 (UTC)

Fix was merged upstream. Unfortunately the PKGBUILD is broken as well (in particular, the sed line renaming the codec ids). I stripped the build function to the one below and with the changes in git remmina builds fine now. eworm: Can you update the PKGBUILD? build() { cd remmina/ # do not install files to builder's home dir sed -i -e '/^set(EXTERNAL_TOOLS_DIR/c set(EXTERNAL_TOOLS_DIR "${CMAKE_INSTALL_FULL_DATADIR}/remmina/external_tools")' \ -e '/^file(MAKE_DIRECTORY/d' remmina/external_tools/CMakeLists.txt export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread" cmake -DWITH_APPINDICATOR=OFF -DCMAKE_INSTALL_PREFIX=/usr . make }

darklajid commented on 2013-04-26 13:16 (UTC)

I just submitted a pull request on GitHub to fix the compilation errors. Issue: https://github.com/FreeRDP/Remmina/issues/187 If you really, really want the latest Remmina (why?), then feel free to clone from my fork for now. Or let's wait and hope that the Remmina maintainer accepts the fixes.

eworm commented on 2013-03-14 08:31 (UTC)

Remmina git needs to be updated to match latest freerdp code...

<deleted-account> commented on 2013-03-14 03:34 (UTC)

[ 67%] Building C object remmina-plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_event.c.o /tmp/yaourt-tmp-arch/aur-remmina-git/src/remmina-build/remmina-plugins/rdp/rdp_event.c: En la función ‘remmina_rdp_event_on_key’: /tmp/yaourt-tmp-arch/aur-remmina-git/src/remmina-build/remmina-plugins/rdp/rdp_event.c:434:2: error: nombre de tipo ‘RDP_SCANCODE’ desconocido /tmp/yaourt-tmp-arch/aur-remmina-git/src/remmina-build/remmina-plugins/rdp/rdp_event.c:471:5: aviso: ‘XKeycodeToKeysym’ es obsoleto (declarado en /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations] make[2]: *** [remmina-plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_event.c.o] Error 1 make[1]: *** [remmina-plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/all] Error 2 make: *** [all] Error 2 Any ideas about how to solve this? i've been installed this before without any problem.

imraro commented on 2013-01-05 18:58 (UTC)

agaskins, please add your comment on github: https://github.com/FreeRDP/Remmina/issues/135

agaskins commented on 2013-01-04 05:59 (UTC)

I'm having the same problem as imraro when using MAKEFLAGS="-j1". Any ideas? I have built & installed freerdp-git. Strangely, if I change -j1 to -j2 (or higher) I get a different error: /tmp/yaourt-tmp-username/aur-remmina-git/src/remmina-build/remmina/src/remmina_string_list.c:256:2: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:109): Use 'GtkGrid' instead [-Wdeprecated-declarations] Linking C executable remmina [100%] Built target remmina make: *** [all] Error 2

imraro commented on 2012-12-26 07:43 (UTC)

# yaourt -Qs freerdp-git local/freerdp-git 20121226-1 After removing line 26 in /src/remmina-build/remmina-plugins/rdp/rdp_cliprdr.c (#include <freerdp/utils/unicode.h>) was build without errors, but I see segmentation fault right after rdp connection.