Replies: 2 comments 2 replies
|
@Gad-MA this appears to be an isolated problem. Could you try running |
|
Another data point: preview picker fails on AMD too, stock picker works this is ai summarise. |
|
@Gad-MA this appears to be an isolated problem. Could you try running |
|
Another data point: preview picker fails on AMD too, stock picker works this is ai summarise. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
System details
AMD Ryzen 7 4800H, NVIDIA GeForce GTX 1650, Omarchy 3.2.3
What's wrong?
After updating to Omarchy 3.2.3, screen sharing functionality (Google Meet via Firefox, Discord, etc.) stopped working completely. When initiating a screen share, the window/screen selection dialog never appears, and the request fails immediately.
Investigating the
xdg-desktop-portal-hyprlandlogs reveals that the session is destroyed instantly withSHAREDATA returned selection -1, indicating the picker binary is failing to launch or crashing immediately.I identified that the issue is caused by the switch to the new
hyprland-preview-share-pickerin the default configuration. Reverting to the legacy picker resolves the issue.Logs
Output from
xdg-desktop-portal-hyprlandduring the failed attempt of sharing my screen in a google meet using firefox:The Fix / Workaround
The issue was resolved by editing xdph.conf (located in ~/.config/hypr/) to revert the picker binary to the original hyprland share picker.
Faulty Configuration (Default in 3.2.3):
screencopy { custom_picker_binary = hyprland-preview-share-picker allow_token_by_default = true }Working Configuration:
screencopy { custom_picker_binary = hyprland-share-picker allow_token_by_default = true }All reactions