Live data from Hacker News

Gnome doesn't allow other applications to access its private API

gitlab.gnome.org

1–3 of 3 posts

Re: Gnome doesn't allow other applications to access its private API

#3
This seems perfectly fine.

Private APIs are private and shouldn't be used by third-party, specially if it can bypass security measures [1], furthermore, they've a working alternative already: the portal system.

As a side note, this will break the hackish screen sharing implementation that Zoom has made for GNOME on Wayland and might force them to update to the standardized portal system that works anywhere.

[1] https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3943