FS#76372 - [remmina] Remmina conflicts with virt-manager

Attached to Project: Community Packages
Opened by Ovear (ovear) - Tuesday, 01 November 2022, 12:08 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 01 November 2022, 12:14 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,
Just notice that Remmina conflict with virt-manager and won't start with error below.

```
(process:151387): libsoup-ERROR **: 19:56:19.425: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
```

The root cause is that Remmina and virt-manager shares same dependence spice-gtk, and spice-gtk implicit required libsoup3 through phodav.

Besides that, the build dependence webkit2gtk of Remmina is direct depends libsoup.

The upstream has already fixed this problem [1][2], but unfortunately it hasn't been released yet.

So how about we manually include this patch [3] before new version released, and migrate to libsoup3 which solves this problem.

I have also confirmed this works with local build.

[1] https://gitlab.com/Remmina/Remmina/-/issues/2756
[2] https://gitlab.com/Remmina/Remmina/-/issues/2795
[3] https://gitlab.com/Remmina/Remmina/-/merge_requests/2431
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 01 November 2022, 12:14 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#76367 
Comment by Ovear (ovear) - Tuesday, 01 November 2022, 12:10 GMT
Forgot to mention, it's also necessary change webkit2gtk to webkit2gtk-4.1, which gives us pure libsoup3 dependence.

Loading...