How to fix infinite loading of gtk-engines-murrine in autoload script ? (arch linux) #918
-
|
I recently decided to install my favorite config for hyprland on my laptop, but I ran into a problem where gtk-engines-murrine starts loading endlessly while loading. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hello. Do you mean when you are trying to install it, it hangs? |
Beta Was this translation helpful? Give feedback.
-
|
The gtk-engines-murrine infinite loading is usually caused by a dependency issue or the package not being available in the expected repos. Quick fixes:
sudo pacman -S gtk-engine-murrine
yay -S gtk-engine-murrine
# Look for the check in the install script
grep -r "murrine" ~/.config/hypr/
pacman -Qs murrineThe issue is often that the script is waiting for a package manager confirmation or the package name differs slightly between Arch versions. If none of that works, share the exact error or the script line thats hanging and I can help debug further. |
Beta Was this translation helpful? Give feedback.
-
|
After trying many options, I suddenly remembered how I installed this config last time. If you are also from Russia and encountered this problem, just use any VPN. It turns out that gtk-engines-murrines was still downloading, but at a speed of 5 kb per second. When I installed the VPN, everything worked. |
Beta Was this translation helpful? Give feedback.
After trying many options, I suddenly remembered how I installed this config last time. If you are also from Russia and encountered this problem, just use any VPN. It turns out that gtk-engines-murrines was still downloading, but at a speed of 5 kb per second. When I installed the VPN, everything worked.