-
Notifications
You must be signed in to change notification settings - Fork 144
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
Crash during install: daemon/src/wallpaper.rs: 146:21 #88
Comments
This seems to be an error produced by the swww package, and has been noted as an issue on the swww github page
|
Sorry for the inconvenience. I just published v0.9.0, which should build just fine. |
As LGFae states, there's just been published a new version, and additionally, a version v0.9.1 is available from the AUR package repository. This means that the issue should have been resolved, and that the install script should function as intended. At the start I experienced problems with getting swww to run after boot, but after running both HyprV4/HyprV/hypr/hyprland.conf Line 19 in c81cf65
to become |
I'm just writing this so people know it's resolved, thnq |
During compilation swww-daemon v0.8.2
-->daemon/src/wallpaper.rs: 146:21
let (inner, _) =self.lock();
^ this lock is not assigned to a binding and is immediately dropped
I short: let (inner,_unused) = self.lock();
I don't know how to fix this, maybe bind it to an unused variable or use drop after 'let' statement.
Always open to ideas that's how I learn
The text was updated successfully, but these errors were encountered: