Describe the bug
A clear and concise description of what the bug is.
When launching Spotatui through hyprland on startup using "exec = spotatui" it doesn't seem to launch the terminal defined by xdg nor any other terminal.
To Reproduce
Steps to reproduce the behavior:
- Go to hyprland configuration file
- Add "exec = spotatui"
- Reload hyprland config
- See spotatui_panic.log
panicked at /home/simfli/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.30.0/src/init.rs:299:16:
failed to initialize terminal: Os { code: 5, kind: Uncategorized, message: "Input/output error" }
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16: __libc_start_main
17:
Expected behavior
That a terminal is launched with spotatui.
Desktop
- OS: Arch Linux rolling
- Terminal: Ghostty
- Version: 0.36.2
Additional context
Same error when manualy launching using "hyperland-run"
Global song counter is disabled
Describe the bug
A clear and concise description of what the bug is.
When launching Spotatui through hyprland on startup using "exec = spotatui" it doesn't seem to launch the terminal defined by xdg nor any other terminal.
To Reproduce
Steps to reproduce the behavior:
panicked at /home/simfli/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.30.0/src/init.rs:299:16:
failed to initialize terminal: Os { code: 5, kind: Uncategorized, message: "Input/output error" }
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16: __libc_start_main
17:
Expected behavior
That a terminal is launched with spotatui.
Desktop
Additional context
Same error when manualy launching using "hyperland-run"
Global song counter is disabled