prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Error during installation

nvn152 opened this issue · comments

Bug Report

Description

A failure occurred in build()
Aborting

And then it reboots into minimal hyprland installation without hyprdots.

Steps to Reproduce

  1. Mininal arch install
  2. Clone the repo
  3. Execute the install script

Expected Behavior

Successful installation of hyprdots

Actual Behavior

Exit status 4

Screenshots

PXL_20240511_105502003

that powerlevel10k package is broken upstream

try to install using this command Hyde-install

if the above command is not available yay -Sy hyde-cli-git

that powerlevel10k package is broken upstream

try to install using this command Hyde-install

if the above command is not available yay -Sy hyde-cli-git

cat: /run/users/custom-app-list: No such file or directory

PXL_20240511_115233080

@nvn152 Thanks! I already fix it upstream please update the package

Thanks now it worked

Now different error popped in post install.

PXL_20240511_122727693

You tried rerunning Hyde-install?

@nvn152 can you show output of ls -ah

Here's what's happening, running Hyde-install and completing its setup, it prompts for a reboot. Following the reboot, sddm and the hyprland session run smoothly. However, upon subsequent reboots, the system redirects to the tty instead of launching the graphical interface.

PXL_20240511_131801448 MP

You're on the right track ,
this is Hyde-install fault as it is only using some scripts from Hyde repo.

Will get back to you after I port things.

For now, to fix the display manager systemctl enable sddm run this command. This is due to the command stopping mid-execution.

To break down the things you missed:

  • sddm service
  • zsh

for zsh you can run Hyde shell select (update the cli first) I already added patches to that command
and you're good to go

SDDM is functioning correctly now. However, upon running Hyde shell select and choosing the Zsh shell, an error occurs.

PXL_20240511_181331993

Yup, Please update the CLI as I already added a patch for that error.

already tested this on a VM
image

Here's what's happening, running Hyde-install and completing its setup, it prompts for a reboot. Following the reboot, sddm and the hyprland session run smoothly. However, upon subsequent reboots, the system redirects to the tty instead of launching the graphical interface.

PXL_20240511_131801448 MP

thats odd there is no .zshrc . If cli doesnt get this fixed ,Maybe you could try to install manually for the ohmyzsh part.

Yeah, installed oh-my-zsh manually, configured some plugins, and moved some files here and there to get it working.