-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
openrgb: init at unstable-2020-03-03 #82269
Conversation
|
||
date = "2020-03-03"; | ||
|
||
src = fetchFromGitHub { |
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 used GitHub because we need submodules, and the source seems to be equivalent with what's available on GitLab
|
||
buildInputs = [ libusb1 hidapi wrapQtAppsHook ]; | ||
|
||
propagatedBuildInputs = [ hicolor-icon-theme openrazer-daemon ]; |
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.
We probably don't actually need hicolor-icon theme
; this was probably added when I was trying to figure out why the application was segfaulting
I’m also currently unable to access/list Razer devices from this application, even when running as root. Didn’t see any explicit deps in the project for openrazer on Linux, so I’m not sure why this is the case or where to look. |
I still get some pretty nasty crashes when attempting to detect devices and etc, but at the very least, my Razer devices now appear and I am able to set various effects. |
Opened an issue related to the crashes I'm experiencing on the main repository. Update: Fixed via https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/eba9fc0213b1ffe77b5bff4daf9f5bdeef3a6d16 |
Is there a reason for this to remain a draft? Version 0.2 is out now, btw. |
Superseded by #90691, which has been merged. |
Closed by #90691 |
ah, sorry I didn't see this. I also used the process to make this "how to add a package to nixpkgs video" https://www.youtube.com/watch?v=fvj8H5yUKu8 |
All good! Thanks for getting it merged! One more TODO off my list! 😀 Also: did not realize you made that video, thanks! |
Motivation for this change
https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home
Currently, there are no GUI-based tools to manage e.g. Razer devices on NixOS.
This utility provides a way to manage RGB functionality for many different types of devices.
Notes
This application will currently segfault if you try to detect or dump devices without access to
i2c
devices (or rather, it won't perform any length checks, and will try to get the current index of an empty list ofSMBus
devices)Alternatively, you can just run the application as root.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)cc @adisbladis