end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.34k stars 218 forks source link

[Issue] Animation Issue #389

Closed jayaadeep11 closed 3 months ago

jayaadeep11 commented 3 months ago

I got No such a Animation error from general.conf file

Click to expand ![image](https://github.com/end-4/dots-hyprland/assets/110987107/5f195877-e5ae-4729-a8ae-64c331c302df)
end-4 commented 3 months ago

update hyprland if hyprland-git doesn't work, compile from source:

cd ~/Downloads
git clone --recursive https://github.com/hyprwm/hyprland && cd hyprland && make all
sudo make install && sudo make installheaders
Kalidude69 commented 3 months ago
sudo make install && sudo make installheaders

hi there i am facing the same issue too hyprland-git is working but the error still continues the same even did the commands specified before still on this state ...

b4shful commented 3 months ago

I was also facing this issue, I ran the relevant parts of the install script again but I guess running yay with --needed doesn't necessarily work all that well with hyprland-git from the AUR. I then tried the instructions @end-4 listed but that didn't actually seem to install the compiled from source version (hyprctl version was still showing the older version).

I ended up just running yay -S hyprland-git to do a reinstall and selecting the clean build option when asked to. This properly installed the latest version and fixed the animations issue.

@end-4 and also @clsty (install script person I believe?): As far as I'm aware, hyprland-git AUR package just compiles from source using the latest github commit at the time of installation, and so updates to the package itself are less frequent (a few per month at most it seems). This might cause some unexpected behaviour as updates to the AUR package don't correspond (and aren't even intended to correspond) to Hyprland updates. The same version of the AUR package can produce different versions of Hyprland all depending on what the latest commit is at the time of installation (or reinstallation). Might be worth looking into ways to solve this?

b4shful commented 3 months ago

Also an additional note on hyprland versions - there's a hyprctl version command which doesn't appear in the help for hyprctl, but it provides useful information on the main Hyprland version and what commit it was built from (or other alternative information if not built from source).

clsty commented 3 months ago

@b4shful Done in 3394cad5d8e871afbb03a23476b3e32510173ba8

Kalidude69 commented 3 months ago

yeah clean building from yay solved the issues otherwise i had just commented out the lines before now after clean building it seems to work properly

clsty commented 3 months ago

Closing as solved. Feel free to re-open if this still happens. @JayaDeep11

jayaadeep11 commented 3 months ago
sudo make install && sudo make installheaders

hi there i am facing the same issue too hyprland-git is working but the error still continues the same even did the commands specified before still on this state ...

use this command :-

hyprctl reload

in my case it works :smile: