mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #195] Not working in tty #96
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jzbor on GitHub (Dec 16, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/195
I would really like running spt in the tty. Unfortunately I get
Error: ErrorMessage { msg: "failed to intialize clipboard context: XCB connection error: ClosedParseErr" }when I try to run it from tty.
Is the application itself dependent on the X server? If so would it be considerable to change that?
Thanks though for your great work so far :)
@Rigellute commented on GitHub (Dec 23, 2019):
Ah sorry to hear this! I think we need a way of disabling the clipboard via the config to avoid errors like this.
X server is required for clipboard support on Linux.
There are some X server install instructions here if you'd like to get it working for now.
@jzbor commented on GitHub (Dec 28, 2019):
Thank you. I have X already installed - I just wanted to suggest it as a kind of "feature" for further development... :)
@telmotrooper commented on GitHub (Jan 9, 2020):
Just started using the tool today and faced the same issue. I wonder if you can check if you're outside a X session to automatically disable the clipboard.