prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.81k stars 910 forks source link

Failed to build hyprland-git #394

Closed bouyagas closed 1 year ago

bouyagas commented 1 year ago

Image 10-27-23 at 10 06 PM

bouyagas commented 1 year ago

During the installation, everything seemed to go well, but it failed to build hyprland-git. I believe it has to do with my laptop, I'm Macbook Pro M1 arm64.

kRHYME7 commented 1 year ago

👋 Hi! Can you please try to Separately install Hyprland-git on the terminal?

If you still get errors, Please try to install Hyprland (without git) and let's see what will be the output

prasanthrangan commented 1 year ago

Hi @bouyagas , I'm not sure if hyprland supports apple M1. You could try checking with the hyprland dev team...

katsuja commented 1 year ago

Have you already installed the opengl drivers for asahi? sudo pacman -S linux-asahi-edge mesa-asahi-edge Otherwise you have to install hyprland-legacyrenderer without opengl support. The first alternative seems the best to me 😂 Check it out: here: https://www.reddit.com/r/AsahiLinux/comments/142k63b/opengl_31_on_asahi_linux/

bouyagas commented 1 year ago
9856DC22-B8FB-4EB9-90CA-5C4F8DD7C27E

I believe the M1 machine uses a different mirror list for its package installs Arch Linux ARM.

I found this

46879650-95BB-4BF8-B165-B0B660438E91

C70B23DE-E6EB-4510-B145-A72C0E942AC3

I Had to change the local file Hyprdots/Scripts/custom_hypr.lst from hyprland-git to hyprland and sddm-git to sddm.

9C8E0996-65C2-4C9E-AD7C-89CA75FF0645_1_201_a

its works!!!

katsuja commented 1 year ago
9856DC22-B8FB-4EB9-90CA-5C4F8DD7C27E

I believe the M1 machine uses a different mirror list for its package installs Arch Linux ARM.

I found this

46879650-95BB-4BF8-B165-B0B660438E91

C70B23DE-E6EB-4510-B145-A72C0E942AC3

I Had to change the local file Hyprdots/Scripts/custom_hypr.lst from hyprland-git to hyprland and sddm-git to sddm.

9C8E0996-65C2-4C9E-AD7C-89CA75FF0645_1_201_a

its works!!!

But with pacman you will never find an aur package. You need to install and use, for example, paru or yay: paru -S hyprland-git yay -S hyprland-git 231030_15h44m46s_screenshot

The "non-git" version is a few versions back. This rice was giving me problems because the features implemented in the git version were missing. But if everything works better for you 😄

prasanthrangan commented 1 year ago

Hi, thank you guys... looks like this is resolved, so I'll close this! reopen if required...