ITADN

[Bug]: Animations not loading

#2146ClosedDavid-Peralta-Rd 创建于 2025-04-24
bug
## Bug Report ### Description Hello, I would like to report a bug about the animations not working. I noticed that when I modified the ".config/hypr/animations/theme.conf" file to select an animation to save in the "animations" folder, the settings were not loaded. I wondered why, so I started looking and noticed that the settings that are loaded are from "local/share/hyde/hyprland.conf", but since you say not to modify anything, don't touch anything there. The error is in the addresses where the animations are loaded. Looking at the codes passed from "animations.conf", it previously appeared to be loading the full address from "~/.config/hypr/animations.conf". Now it only loads "./animations/theme.conf". I configured it the way it was before and it worked. like this: ··· $ANIMATION=theme $ANIMATION_PATH=~/.config/hypr/animations/disable.conf ··· , but when I use the "animation.sh --select" command it replaces the animations file and the error continues that it does not load the animation I choose, the error is in the addresses that the animations file does not load the selected animation, modifying the "animations --select" file appears to modify the address to the one that is currently giving an error, basically the animations are not loading because it is not being called correctly from the configuration, please fix that, thanks <3 ### Steps to Reproduce 1. Use animations --select and choose the animation 2. See that it doesn't work, review past animation files 3. Note that the animations are not being called directly. ### Expected Behavior I was waiting for the animations to load. ### Actual Behavior [What actually happened?] ### Screenshots ![Image](https://github.com/user-attachments/assets/cda3af52-2a39-4179-9b91-af62c2824195) ### Environment Linus distro: Arch Linux.
关闭于 2025-04-25 3 条评论