elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
105 stars 39 forks source link

support for webkit2gtk-4.1 / rest-1 / libsoup-3 #718

Closed decathorpe closed 1 year ago

decathorpe commented 2 years ago

Starting with GNOME 43, some core components of the desktop have been ported to libsoup-3, which apparently brings a lot of new features, including HTTP/2 support. However, applications and libraries cannot load both libsoup-2.4 and libsoup-3 in the same process, as this is unsupported and will crash the application immediately.

elementary Photos will also be affected this change eventually, but at least not immediately. It links against libsoup-2.4, rest-0.7, and webkit2gtk-4.0, but since those three libraries will remain available and compatible with each other, at least it will continue to build and work on GNOME 43. However, webkit2gtk-4.0 will be removed by upstream GNOME in the near-to-mid-future, so elementary Photos needs to support libsoup-3 and to webkit2gtk-4.1 sooner rather than later.

Additionally, if one of the other GNOME libraries that's linked to by elementary Photos gets ported from libsoup-2.4 to libsoup-3, Photos will also be in trouble even earlier than the webkit2gtk-4.0 removal date.


EDIT: Also mention rest-0.7, which is only compatible with libsoup-2.4, and rest-1, which is only compatible with libsoup-3.

pimvullers commented 1 year ago

Thanks a lot for handling this. Is a release planned in the near future to make this solution properly available?