Package Details: remmina-git 1.4.35.r97.g0c1ee9fd1-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.000236
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-09-11 19:54 (UTC)

Latest Comments

1 2 3 4 5 6 .. 17 Next › Last »

19topgun93 commented on 2024-09-12 00:53 (UTC) (edited on 2024-09-12 00:55 (UTC) by 19topgun93)

/home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c: In Funktion »remmina_rdp_present_gateway_message«: /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:1109:76: Fehler: Übergabe des Arguments 2 von »remmina_plugin_service->protocol_widget_panel_accept« von inkompatiblem Zeigertyp [-Wincompatible-pointer-types] 1109 | int ret = remmina_plugin_service->protocol_widget_panel_accept(gp, message); | ^~~ | | | const WCHAR * {alias const short unsigned int } /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:1109:76: Anmerkung: »const char « erwartet, aber Argument hat Typ »const WCHAR « {alias »const short unsigned int «} make[2]: *** [plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/build.make:76: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_plugin.c.o] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:513: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/all] Fehler 2 make: *** [Makefile:136: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Erstellen: remmina-git-exit status 4 -> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich: remmina-git - exit status 4 Update with Yay failed.

Matty_r commented on 2024-09-10 19:55 (UTC)

No problems, I'll sort that out tonight

dylan_liu commented on 2024-09-10 03:24 (UTC)

No RDP plugin unless add -DWITH_FREERDP3=ON.

xiota commented on 2024-08-05 21:28 (UTC)

I've opened an issue for the incompatible-pointer-types error. Remmina#3162

If upstream decides not to fix, solution is to add following to build():

CFLAGS+=' -Wno-error=incompatible-pointer-types'
CXXFLAGS+=' -Wno-error=incompatible-pointer-types'

thechickenmoo commented on 2024-07-26 05:36 (UTC)

VNC plugin seems unhappy:

remmina-git/src/remmina/plugins/vnc/vnc_plugin.c:736:20: error: passing argument 1 of ‘g_idle_add’ from incompatible pointer type [-Wincompatible-pointer-types]
  736 |         g_idle_add(remmina_plugin_vnc_rfb_updatefb, frame);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                    |
      |                    gboolean (*)(void **) {aka int (*)(void **)}
 In file included from /usr/include/glib-2.0/glib/giochannel.h:35,
                 from /usr/include/glib-2.0/glib.h:56,
                 from /usr/include/glib-2.0/gmodule.h:30,

pigge commented on 2024-03-07 11:14 (UTC)

since 1.4.34 i've had to set the option -DWITH_FREERDP3=OFF to get the RDP plugin to be built, since freerdp in repo is still on v2

muziknavi commented on 2024-02-21 11:07 (UTC)

libgnome-keyring is unnecessary. libsecret is used instead. https://gitlab.gnome.org/Archive/libgnome-keyring

It is archived a long time ago.

Matty_r commented on 2023-10-25 07:21 (UTC)

@SoftExpert - thanks for the heads up. I've made some changes to the pkgbuild.