-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Wallpaper withBinaryFile does not exist (No such file or directory) #324
Comments
To automate the procecdure, you could write a small script that runs |
I also am having this problem |
Does #329 resolve the issue? |
Does this work with nix flakes installation or just with the cloned git repo? |
For example, you could specify the commit hash as: Line 10 in b6dbe9a
Personally, I prefer to do this with a local clone: - inputs.stylix.url = "github:danth/stylix";
+ inputs.stylix.url = "git+file:/path/to/stylix"; In
Alternatively, you could test this PR with: - inputs.stylix.url = "github:danth/stylix";
+ inputs.stylix.url = "github:trueNAHO/stylix/fix-stylix-palette-do-not-escape-spaces-in-wallpaper-path"; |
I'm having the exact same issue, and for me, that PR resolved it. |
Thanks for the explanation, also yes that fixed it. Thanks for that as well! |
The commit which caused this has been reverted for now. |
If you put "" around the image path, it returns that same error, just in case anyone face it |
I just updated to the latest in nixos-unstable, now stylix palette creation fails as it doesn't seem to find my wallpaper.
I get the following error:
I made sure the file (
/home/user/.config/nixos/wallpaper.jpg
) still exists.I am not sure, but I update regularly so maybe the error was introduced with this recent commit changing wallpaper path handling.
I would like to test if it does but am not sure yet if there is a convenient way to revert back to before this commit with Nix.
If you know how to do it, drop me a hint and I will try it out.
The text was updated successfully, but these errors were encountered: