-
-
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
Wacomtablet kcm #68836
Wacomtablet kcm #68836
Conversation
@GrahamcOfBorg build wacomtablet-kcm |
When services.xserver.wacom.enable is true, include the KDE configuration GUI for Wacom Tablets in the Plasma5 desktop.
4df99a1
to
3f52518
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/61 |
If you can't find someone to test let me know and I'll dig my tablet out. |
@aanderse If you have time, that would be most appreciated. |
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.
Testing steps taken:
- paste contents of
pkgs/tools/misc/wacomtablet/default.nix
from this PR into~/wacom.nix
- add
(pkgs.libsForQt5.callPackage /home/aaron/wacom.nix { })
toenvironment.systemPackages
inconfiguration.nix
- add
services.xserver.wacom.enable = true;
toconfiguration.nix
- type
sudo nixos-rebuild test
- restart x
- observe working settings manager as well as wacom tablet
I didn't look into it... but what is with the "No attempt" and error from the bot? |
@GrahamcOfBorg build wacomtablet (The attribute name was changed from wacomtablet-kcm to just wacomtablet) |
wacomtablet: init at 3.2.0 (cherry picked from commit 0b6067f)
Motivation for this change
Add new package for KDE Wacom Tablet Configuration GUI and optionally include it in the plasma5 package set if
services.xserver.wacom.enable
is true.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers (of related packages)
cc @ttuegel
cc @abbradar
cc @cillianderoiste