dotfiles-2.0 icon indicating copy to clipboard operation
dotfiles-2.0 copied to clipboard

Cannot "Install" DotFiles

Open taynotfound opened this issue 2 years ago • 8 comments

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

taynotfound avatar Jul 09 '22 10:07 taynotfound

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.

Axarva avatar Jul 09 '22 10:07 Axarva

thank you. trying the install rn without the line

taynotfound avatar Jul 09 '22 10:07 taynotfound

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 avatar Jul 09 '22 10:07 taynotfound

trying with Pacu rn. Maybe that helps

taynotfound avatar Jul 09 '22 10:07 taynotfound

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

taynotfound avatar Jul 09 '22 10:07 taynotfound

hm ok only Conky Launched

taynotfound avatar Jul 09 '22 10:07 taynotfound

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.

Axarva avatar Jul 13 '22 19:07 Axarva

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?

zabapuen avatar Aug 08 '22 11:08 zabapuen

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.

Axarva avatar Sep 02 '22 11:09 Axarva