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 ran brew install clipboard and when I run cb, it initially said "xclip not installed", and after I installed it with brew install xclip now it says "Error: Can't open display: (null)" for most commands. All I wanted to do was copy html-formatted clipboard contents from a file and paste them into Slack, and vice-versa.
To Reproduce
$ brew install clipboard
$ brew install xclip
$ cb paste
Error: Can't open display: (null)
Copied to clipboard: paste
$ cb info
Error: Can't open display: (null)
Copied to clipboard: info
**Expected behavior**
I'm pretty sure it shouldn't be trying to use xclip.
**Screenshots**
If applicable, add screenshots to help explain your problem.
n/a
**Version**
0.10.0
**Additional context**
n/a
The text was updated successfully, but these errors were encountered:
I have no idea what could be happening here, as cb doesn't do anything with xclip nor is xclip even useful on macOS. Could it be something with your system, as cb is popular on macs but you're the first to have this issue?
Describe the bug
I ran
brew install clipboard
and when I run cb, it initially said "xclip not installed", and after I installed it withbrew install xclip
now it says "Error: Can't open display: (null)" for most commands. All I wanted to do was copy html-formatted clipboard contents from a file and paste them into Slack, and vice-versa.To Reproduce
The text was updated successfully, but these errors were encountered: