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: None
Last Packager: Matty_r
Votes: 55
Popularity: 0.000139
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 »

Trollnado commented on 2024-11-01 18:12 (UTC) (edited on 2024-11-01 18:15 (UTC) by Trollnado)

remmina-git - exit status 4
/home/user/.cache/yay/remmina-git/src/remmina/src/rcw.c: In function ‘rco_create_tab_label’:
/home/user/.cache/yay/remmina-git/src/remmina/src/rcw.c:3568:24: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
3568 |         gchar* label = remmina_file_get_string(cnnobj->remmina_file, "name");
|                        ^~~~~~~~~~~~~~~~~~~~~~~
/home/user/.cache/yay/remmina-git/src/remmina/src/rcw.c: In function ‘rco_show_message_panel’:
/home/user/.cache/yay/remmina-git/src/remmina/src/rcw.c:4848:39: error: passing argument 1 of ‘gtk_widget_set_halign’ from incompatible pointer type [-Wincompatible-pointer-types]
4848 |                 gtk_widget_set_halign(mp, GTK_ALIGN_START);
|                                       ^~
|                                       |
|                                       RemminaMessagePanel * {aka struct _RemminaMessagePanel *}
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from /home/user/.cache/yay/remmina-git/src/remmina/src/remmina.h:38,
from /home/user/.cache/yay/remmina-git/src/remmina/src/rcw.c:50:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1074:51: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘RemminaMessagePanel *’ {aka ‘struct _RemminaMessagePanel *’}
1074 | void     gtk_widget_set_halign        (GtkWidget *widget,
|                                        ~~~~~~~~~~~^~~~~~
make[2]: *** [src/CMakeFiles/remmina.dir/build.make:713: src/CMakeFiles/remmina.dir/rcw.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:461: src/CMakeFiles/remmina.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: remmina-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:

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.