Suppose I use open::that("https://github.com"). I'm on Arch Linux, on Wayland (hyprland). This function is supposed to open my Firefox with the given URL.
When a Firefox instance is already open, it works fine. When no Firefox instance is open yet, it will open one and also open the URL in there, so that works too. However, in the latter case, the function will block, and not finish until I close the Firefox instance.
In the docs it says that it shouldn't block. Any idea what's going on?
Suppose I use
open::that("https://github.com"). I'm on Arch Linux, on Wayland (hyprland). This function is supposed to open my Firefox with the given URL.When a Firefox instance is already open, it works fine. When no Firefox instance is open yet, it will open one and also open the URL in there, so that works too. However, in the latter case, the function will block, and not finish until I close the Firefox instance.
In the docs it says that it shouldn't block. Any idea what's going on?