Closed RealDeuce closed 7 months ago
On FreeBSD 15-CURRENT, the desktop portal crashes when unlocking the mutex the first time. Simply adding a .lock() call before the while(1) loop appears to resolve the issue for me.
while(1)
https://github.com/hyprwm/xdg-desktop-portal-hyprland/blob/bb44921534a9cee9635304fdb876c1b3ec3a8f61/src/core/PortalManager.cpp#L423
Also reported to FreeBSD port maintainer: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278496
On FreeBSD 15-CURRENT, the desktop portal crashes when unlocking the mutex the first time. Simply adding a .lock() call before the
while(1)
loop appears to resolve the issue for me.https://github.com/hyprwm/xdg-desktop-portal-hyprland/blob/bb44921534a9cee9635304fdb876c1b3ec3a8f61/src/core/PortalManager.cpp#L423