Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.72k stars 156 forks source link

Cannot "Install" DotFiles #154

Closed taynotfound closed 1 year ago

taynotfound commented 2 years ago

Error ln: failed to create symbolic link '/usr/lib/libasan.so.6': File exists

System Information


OS: Garuda Linux
Host: MS-7758 1.0
Kernel: 5.18.9-zen1-1-zen
Uptime: 12 mins
Packages: 1434 (pacman)
Shell: bash
DE: Plasma 5.25.2
WM: KWin
 WM Theme: Sweet-Dark
 Terminal: konsole
 CPU: Intel i7-3770K (8) @ 3.9GHz
    GPU: Intel IvyBridge GT2 [HD Graphics 4000]
         GPU: NVIDIA GeForce GTX 770
          Memory: 3.36GiB / 15.53GiB
Axarva commented 2 years ago

Delete line 86 (the line says: sudo ln -s /usr/lib/libasan.so.8 /usr/lib/libasan.so.6 # Hack to make tint2 work for now.) in the install-on-arch.sh file, then run it. That should solve it.

taynotfound commented 2 years ago

thank you. trying the install rn without the line

taynotfound commented 2 years ago

Now it gives me


:: (0/2) Downloaded PKGBUILD: picom-jonaburg-git
:: (0/2) Downloaded PKGBUILD: rofi-greenclip
-> error fetching picom-jonaburg-git: fatal: could not create work tree dir 'picom-jonaburg-git': Permission denied
context: exit status 128

error fetching rofi-greenclip: fatal: could not create work tree dir 'rofi-greenclip': Permission denied
context: exit status 128
taynotfound commented 2 years ago

trying with Pacu rn. Maybe that helps

taynotfound commented 2 years ago

image What does PLEASE MAKE .xinitrc TO LAUNCH mean? I'm completely new lol

taynotfound commented 2 years ago

hm ok only Conky Launched

Axarva commented 2 years ago

Looking at your last screenshot, I believe installation was successful. I’m not sure about conky since the configs don’t use conky at all.

zabapuen commented 1 year ago

Hello, I've been using your scripts for a while and made some changes regarding the this issue:

if ! [ -f /usr/lib/libasan.so.6 ]; then sudo ln -s /usr/lib/libasan.so.8 /usr/lib/libasan.so.6 # Hack to make tint2 work for now. fi

Could it be added to the main code?

Axarva commented 1 year ago

Thank you! I didn't have the if statement, which probably broke the install script for a few people. I'll put that in immediately.