raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
4.01k stars 129 forks source link

No input after first run #566

Closed rdbo closed 3 months ago

rdbo commented 4 months ago

OS: Alpine Linux Rio Version: 0.1.1 WM: river 0.3 (Wayland)

After the first run of rio, I could not type or do any input anymore in the terminal I noticed that if I delete .config/rio, it starts working again

image

This is how it looks after the first run, I can't seem to be able to do anything

zh4ngx commented 4 months ago

Good find. I'm on NixOS and it looks like I needed to unset the config, start rio and go through the "press enter" screen. This happened after upgrading from 0.0.39 -> 1.0. @raphamorim is config being handled differently in this version?

raphamorim commented 4 months ago

Hey there! Thanks for the issue!

Wayland isn't working properly with 0.1.x versions yet 😢 I am working on a fix for it

zh4ngx commented 4 months ago

Hey there! Thanks for the issue!

Wayland isn't working properly with 0.1.x versions yet 😢 I am working on a fix for it

Noobie home-manager question here if you happen to know the answer -> what's the cleanest way to override the version? Do I need to pass in a different nixpkgs version tag at the flake level, or can I do something like set programs.rio.package=something in home.nix?

raphamorim commented 3 months ago

Pushed the fix for this issue on main, should be released on v0.1.3. Closing this issue for now but let me know anything.

Noobie home-manager question here if you happen to know the answer -> what's the cleanest way > to override the version? Do I need to pass in a different nixpkgs version tag at the flake level, or can I do something like set programs.rio.package=something in home.nix?

@zh4ngx no idea tbh, maybe you should ask in the rio discord (most of peeps use nix there 🙆‍♂️ )

zh4ngx commented 3 months ago

:pray: much appreciated!