Add note about xcb on X11 to README#46
Merged
Merged
Conversation
Owner
|
Hey! Sorry I took so long to reply, I've been a little busy and I also just like... never got a notification for this PR for some reason. Thanks GitHub. I think that this issue primarily just pops up on Ubuntu and derivatives, so it's probably okay to just name the Ubuntu package for the moment unless I know that it's happening somewhere else too. I looked it up briefly and I don't see an exact equivalent package on Fedora or Arch anyway. Thanks for the contribution! |
Contributor
Author
|
All good! i got it figured out on my end so just wanted to put a note up there for the next person. Thanks for the merge! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NUSGet on Linux with X11 requires
xcb-cursor0, this PR adds a note about that to the README under the Linux platform notes. The specific package name foraptislibxcb-cursor0.I double checked the conditions for the error in #44 on Linux Mint, which runs X11, and that looks to be the issue. I didn't test on any other distro with X11 (works fine with Wayland) so I haven't got a specific package name for other package managers.
I tried installing just plain
xcb, but that failed with the same error and only worked withxcb-cursor0like mentioned in the issue.Finalizes #44