-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
[Bug] Screen sharing broken on Hyprland #791
Comments
nvm, portal broken. |
I am really sorry for reviving this closed issue but i have the exact same issue...
|
its hyprland portal |
ohh i see now, for some reason it was broken for me too so i ran(not as root user) this script to restart #!/bin/bash
sleep 1
# kill all possible running xdg-desktop-portals
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-gnome
killall -e xdg-desktop-portal-kde
killall -e xdg-desktop-portal-lxqt
killall -e xdg-desktop-portal-wlr
killall -e xdg-desktop-portal-gtk
killall -e xdg-desktop-portal
sleep 1
# start xdg-desktop-portal-hyprland
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
# start xdg-desktop-portal
/usr/lib/xdg-desktop-portal &
sleep 1 IT WORKS NOW! THANKS! |
Hello, tried the script above & still not working, will print xdph & vesktop logs below. xdph
vesktop
|
fixed: electron/chromium hate bitdepth 10 so you need to set bitdepth to 8 for it to work |
Discord Account
No response
Operating System
Arch Linux
Linux Only ~ Desktop Environment
Hyprland
Package Type
Flatpak
What happens when the bug or crash occurs?
Black screen when screen sharing, currently using xdg-desktop-hyprland-portal.
What is the expected behaviour?
Expect to sharing the current screen
How do you recreate this bug or crash?
Debug Logs
[3:0801/214905.356838:ERROR:egl_dmabuf.cc(608)] Failed to record frame: Error creating EGLImage - EGL_BAD_MATCH
[3:0801/214905.356879:ERROR:shared_screencast_stream.cc(938)] Dropping DMA-BUF modifier: 72057594037927940 and trying to renegotiate stream parameters
[50:0801/214905.380385:ERROR:gbm_pixmap_wayland.cc(82)] Cannot create bo with format= YUV_420_BIPLANAR and usage=SCANOUT_CPU_READ_WRITE
Request Agreement
The text was updated successfully, but these errors were encountered: