hyprload icon indicating copy to clipboard operation
hyprload copied to clipboard

Fix spamming error commit misatch when use package source

Open mrdev023 opened this issue 2 years ago • 0 comments

When i install hyprland source with hyprland-devel in fedora. It spam error because it can't set commit ID.

Configuration

HYPRLAND_HEADERS=/usr/include/hyprland make -C ~/.local/share/hyprload/src install

copr: solopasha/hyprland package installed:

  - hyprland-nvidia
  - hyprland-devel
  - libdrm-devel # For hyprload
  - libinput-devel # For hyprload
  - libudev-devel # For hyprload
  - wayland-devel # For hyprload
  - libxkbcommon-devel # For hyprload
  - xcb-util-wm-devel # For hyprload
  - xdg-desktop-portal-hyprland

I configure hyprload and hyprland from ansible ^^ (For fun) But i can't run install.sh script because pkexec not work here (No interactive shell) and it use $HOME so if i run in root $HOME get /root

mrdev023 avatar Aug 13 '23 16:08 mrdev023