|
|
|
|
|
by solarkraft
1923 days ago
|
|
There's no real standard, but something that may develop into a de-facto standard. The 3 possible ways I am aware of are: - org.gnome.Shell.Screenshot, a dbus API primarily/only used by GNOME - wlr-screencopy, a Wayland protocol extension primarily implemented by wlroots, which Sway, Wayfire and many other compositors use - xdg-desktop-portal, which is promoted by the freedesktop group and an abstraction of both APIs using special portals for each desktop, Flatpak compatible and delivering screen content via Pipewire (supported by Firefox and Chromium) Flameshot now supports the former 2, I have the most long term hope for the latter one. |
|
It is fascinating watching the near decade-long journey as Wayland tackles screenshots.