-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime error when initiating screencasting #16
Comments
line 194 is libwayshot init connection, and it says there is no waylandlib |
so, I think that is there is no wayland_display for the service |
Thanks for helping me troubleshoot this! In case anyone is facing the same issue, the temporary workaround I came up with was using the [preferred]
default=wlr
org.freedesktop.impl.portal.Settings=luminous |
This is really interesting. Just to be clear, I am a Nix newbie and I copied the flake.nix from another project...maybe my flake code is the real issue here? Are you sure luminous portal is receiving the WAYLAND_DISPLAY properly? Because wayshot and luminous use the same code for the backend ( libwayshot ). If wayshot works, there's no reason why luminous shouldn't. Can you provide your distribution and compositor? |
Of course, it's |
Hm still sounds like it's worth a shot. Please let me know! |
The
Settings
part of the portal seems to be working perfectly, but when I try to initiate aScreenCast
, I get the following error:I am running the binary from the development shell provided through
flake.nix
, so I assume, that the Wayland library should be present, as it's among thenativeBuildInputs
. Also,wayshot
works without any issues.The text was updated successfully, but these errors were encountered: