You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application that roughly emulates the example scap program -- I've ran it on Windows and Mac and those work fine.
I recently tried running the same example on my Linux Mint machine and it keeps panicking with the following: Unsupported cursor mode: LinCapError { msg: "No such interface “org.freedesktop.portal.ScreenCast”" }
I'm new to Linux Mint (Linux in general), but as far as I can tell I should have all of the dependencies like pipewire and xdg-desktop-portal... If there is some other boilerplate setup I would need to make this work end-to-end, would love to know and then maybe we can also include it as a part of the README for scap linux usage.
The text was updated successfully, but these errors were encountered:
Scap currently only works for wayand compositors that implements the ScreenCast portal. If you are using X11 (can be checked with echo $XDG_SESSION_TYPE), scap won't work.
I have an application that roughly emulates the example scap program -- I've ran it on Windows and Mac and those work fine.
I recently tried running the same example on my Linux Mint machine and it keeps panicking with the following:
Unsupported cursor mode: LinCapError { msg: "No such interface “org.freedesktop.portal.ScreenCast”" }
I'm new to Linux Mint (Linux in general), but as far as I can tell I should have all of the dependencies like pipewire and xdg-desktop-portal... If there is some other boilerplate setup I would need to make this work end-to-end, would love to know and then maybe we can also include it as a part of the README for scap linux usage.
The text was updated successfully, but these errors were encountered: