You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I built the application with Nix and also updated the Nix package here. Currently, we are facing the issue that Onagre automatically launches the first item from the suggestion list for every startup after the first one. (The first one works just fine).
Execute nix run nixpkgs#nixpkgs-review -- pr 290409.
Run the application ./result/bin/onagre
** Addtional Info**:
The logs for cargo run and ./result/bin/onagre look exactly the same. The latter only produces the logs which happen when one application is opened automatically.
I tested on Wayland and x11 and they both produced the same problem.
The text was updated successfully, but these errors were encountered:
Just to be sure I understand the issue correctly.
You launch onagre once, everything works. Then on subsequent launches, it opens then start the first suggestion item before you can type a search. Correct ?
Can you provide a bit more context so I can try to reproduce that (pop-launcer version, desktop environment etc).
Describe the bug
I built the application with Nix and also updated the Nix package here. Currently, we are facing the issue that Onagre automatically launches the first item from the suggestion list for every startup after the first one. (The first one works just fine).
To Reproduce
[email protected]:Septias/nixpkgs.git
nix run nixpkgs#nixpkgs-review -- pr 290409
../result/bin/onagre
** Addtional Info**:
The logs for
cargo run
and./result/bin/onagre
look exactly the same. The latter only produces the logs which happen when one application is opened automatically.I tested on Wayland and x11 and they both produced the same problem.
The text was updated successfully, but these errors were encountered: