How does this work on Wayland without XDG-Portals? #315
-
I'm really curious as I've been lead to believe screen share only works on Wayland due to compositors implementatng their own support via the portals, as Wayland itself lacks it. It also only allows screenshare that's approved via portal Gui, how's it working here? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 5 replies
-
I would guess that part of the code was probably borrowed from OBS or some other project. Before my time though so I don't have the background to back it up with any facts. |
Beta Was this translation helpful? Give feedback.
-
Obs uses portals though. |
Beta Was this translation helpful? Give feedback.
-
Alright, did that whole research thing. Uses KMS which bypasses wayland entirely, and is why the program requires elevated permissions to work. Would love to see it removed in favour of the portals, but its amazing it works at all. |
Beta Was this translation helpful? Give feedback.
Alright, did that whole research thing. Uses KMS which bypasses wayland entirely, and is why the program requires elevated permissions to work. Would love to see it removed in favour of the portals, but its amazing it works at all.