Package Details: remmina-git 1.4.35.r73.g4fe5b0c1a-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.000434
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-07-26 00:03 (UTC)

Latest Comments

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

SoftExpert commented on 2022-10-05 17:02 (UTC)

Would the patches referenced here solve the problem ?

tmow commented on 2022-10-04 22:13 (UTC)

@Matty_r Remmmina depends on either libsoup2 or libsoup3, when both are installed libsoup3 is preferred by the build system. WebKit is a dependency of the plugin WWW, webki2gtk 4.0 is compiled against libsoup2, while WebkitGtk 4.1 is compiled against libsoup3.

The problem encountered by @davvore33 is caused by having libsoup3 installed (and Remmina built with) with webkit2gtk 4.0. that is compiled with libsoup2, that raise the exception because both libsoup libraries cannot coexists in the same project.

There are different ways to solve the problem, one may be to disable the WWW plugin (I hope not). The best would be to enforce Remmina to be built with libsoup3 and webkit2gtk 4.1. Is it possible? Is webkit2gtk 4.1 available on Arch?

Matty_r commented on 2022-10-04 19:46 (UTC)

@tmow - I haven't put libsoup3 or webkit2gtk-4.1 in the makedepends. libsoup is a dependency of webkit2gtk which is a dependency of remmina-git. Are you saying this should transition to webkit2gtk-4.1 and do away with webkit2gtk?

tmow commented on 2022-10-04 17:28 (UTC)

@Matty_r when remmina is compiled with libsoup3, you need webkit2gtk 4.1

davvore33 commented on 2022-10-04 16:41 (UTC) (edited on 2022-10-04 16:41 (UTC) by davvore33)

Hi, unluckily after an update (I can't really spot which one) I got this error

(process:12181): libsoup-ERROR **: 18:41:33.216: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
zsh: trace trap (core dumped)  remmina

anybody can help?

Matty_r commented on 2021-12-20 07:58 (UTC)

@tmow - should be sorted now. Thanks for the info.

tmow commented on 2021-12-20 07:07 (UTC)

gtk2 and telepathy-glib must be removed, upstream we have removed telepathy a long time ago.

We just added the X2Go plugin, you have to add -DWITH_X2GO=ON and aur/pyhoca-cli as optdepends

tmow commented on 2021-11-30 08:10 (UTC)

@DroidFreak32 vanno you please test again?

DroidFreak32 commented on 2021-11-28 11:10 (UTC) (edited on 2021-11-28 11:11 (UTC) by DroidFreak32)

Seeing a build error:

[ 27%] Building C object src/CMakeFiles/remmina.dir/rcw.c.o
/home/horcrux/.cache/yay/remmina-git/src/remmina/src/rcw.c: In function ‘rcw_open_from_file_full’:
/home/horcrux/.cache/yay/remmina-git/src/remmina/src/rcw.c:4525:25: error: format not a string literal and no format arguments [-Werror=format-security]
4525 |                         title);
|                         ^~~~~
cc1: some warnings being treated as errors
make[2]: *** [src/CMakeFiles/remmina.dir/build.make:653: src/CMakeFiles/remmina.dir/rcw.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:443: src/CMakeFiles/remmina.dir/all] Error 2