Gnome doesn't allow other applications to access its private API
gitlab.gnome.org
Gnome doesn't allow other applications to access its private API
1–3 of 3 posts
Re: Gnome doesn't allow other applications to access its private API
#2And this has made flameshot not able to work under Gnome: https://github.com/flameshot-org/flameshot/issues/1910
Re: Gnome doesn't allow other applications to access its private API
#3This 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