-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heroic: fix cursor issues #358010
heroic: fix cursor issues #358010
Conversation
Fix the Xorg mouse issues initialy found with Lutris in: NixOS#348533
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I have any way of testing this, but adding these Xorg packages to the FHS environment seems perfectly sensible to me.
For testing, please simply point your Nixpkgs at this branch. If you use NIX_PATH then use |
If you are using flakes, another way to test this would be: ============================== flake.nix ===============================
=========================== configuration.nix ==========================
|
I'd recommend replacing the nixpkgs input entirely. You should never mix multiple nixpkgs revisions in a single derivation. |
What does this mean? Would doing this in a flake.nix do the trick? - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ nixpkgs.url = "github:Steinhagen/nixpkgs/heroic-xorg-mouse-fix"; |
Yup, please test with that and report back. |
I realized I was on a relatively old unstable branch so it takes a little while to rebuild. First gonna test if my PC works on the newest unstable and then I can test out @Steinhagen's branch. Tangent, but how do I set the |
Note that this PR is based on master rather than unstable and there's usually a couple of days delay and a lot of things can happen in a few days (i.e. a staging-next merge). (Handy Nixpkgs contributior trick: Unless there are conflicts, always base your branch on nixos-unstable. Even when targetting staging. This makes your PR much easier to work with in some cases like this one.)
The same way you configure any nix.conf setting: https://search.nixos.org/options?channel=unstable&show=nix.settings&from=0&size=50&sort=relevance&type=packages&query=nix.conf |
After like an hour of compiling Firefox for some reason I was able to verify that |
Great, thanks :) |
Fix the Xorg mouse issues initialy found with Lutris in: #348533
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.