- With
xdg-desktop-portal-hyprland installed and configured, there is still no option for Screen Capture
- However, after I modify the
config.fish of command to invoke Hyprland, obs-studio manages to be able to record.
# Auto-start Hyprland on TTY1
if status is-login && test (tty) = /dev/tty1
# exec Hyprland
dbus-run-session Hyprland
end
- What makes me confused is that after I change back to way to start
Hyprland, the Screen Capture option(Desktop) remains unavailable and out of touch. Just like in the screenshot above, with option staying red.
- Besides, changing the command to
dbus-run-session Hyprland is not a stable method since it will lead to serveral collapse pf hyprland like cannot initialize muxer.
xdg-desktop-portal-hyprlandinstalled and configured, there is still no option forScreen Captureconfig.fishof command to invokeHyprland,obs-studiomanages to be able to record.Hyprland, the Screen Capture option(Desktop) remains unavailable and out of touch. Just like in the screenshot above, with option staying red.dbus-run-session Hyprlandis not a stable method since it will lead to serveral collapse pf hyprland likecannot initialize muxer.