-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Add x11 service for unclutter-xfixes #18398
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
Conversation
@erikryb, thanks for your PR! By analyzing the annotation information on this pull request, we identified @edolstra, @bjornfor and @offlinehacker to be potential reviewers |
default = 1; | ||
}; | ||
|
||
threeshold = mkOption { |
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.
Typo (one 'e' too many).
config = mkIf cfg.enable { | ||
systemd.user.services.unclutter-xfixes = { | ||
description = "unclutter-xfixes"; | ||
wantedBy = [ "default.target" ]; |
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.
Minor nitpick: Imo this should be graphical.target
.
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.
Yeah, that makes sense. Better to be explicit.
We also might want some ordering |
Why "Requisite" instead of "Requires"? |
Well, in my opinion if |
I see. It seems that On Thu, Sep 08, 2016 at 05:34:35AM -0700, Alexander Ried wrote:
|
I did not try the exact behavior, but Apart from this, if you look at the By the way: doesn't this need the |
pdfjam is included in texlive fixes NixOS#19826
In category `tools`, subcategory `text`, add a package definition for the program [`agrep`] [1] — "Approximate `grep` for fast fuzzy string searching". I have tested this patch per nixpkgs manual section 11.1 ("Making patches"). [1]: <https://www.tgries.de/agrep/>
Fixes build against linux >=4.8 Full changelog at https://git.lttng.org/?p=lttng-tools.git;a=blob_plain;f=ChangeLog;hb=13dc409a5ea439b96b805c3c71886a3fcfad18e8 Tested with nix-build -A linuxPackages.lttng-modules -A linuxPackages_latest.lttng-modules
pdfjam: remove obsolete version
agrep: init at 3.41.5
lumina: init at 1.1.0-p1
lttng-modules: 2.8.0 -> 2.8.3
Why did you close? |
It was a mistake. I rebased my master branch and the pull request got closed. I guess that's why I should have used a dedicated branch for the pull request. How do I reopen it? Or should I just start a new pull request? EDIT: Alright, I reopened the pull request, but I don't know why the other commits other than mine got included. |
Thanks! |
Motivation for this change
This is a service similar to the unclutter service, but for the new unclutter-xfixes. There is some effort to make unclutter-xfixes compatible with unclutter, but for now it is probably best to keep them as two different modules.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)