Axarva / dotfiles-2.0

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

libasan.so.6 error in arch linux (tint2) #153

Closed emelcd closed 2 years ago

emelcd commented 2 years ago

Describe the bug The script is pointing to libasan.so.6 while the has libasan.so.8. This causes tint2 not working properly.

error while loading shared libraries: libasan.so.6: cannot open shared object file: No such file or directory

Workaround Manage to fixed by creating a symbolic link to libasan.so.8 and fooling tint2

sudo ln -s /usr/lib/libasan.so.8 /usr/lib/libasan.so.6

To Reproduce Steps to reproduce the behavior:

  1. Try yo launch bartoggle hook.
  2. Get the error described

Expected behavior Work as normal

Desktop (please complete the followin information):

Additional context Add any other context about the problem here.

Axarva commented 2 years ago

Is this just for Arch or can be replicated in most distros? Because I'll change the source code if it is replicable, otherwise this command will have to go into install-on-arch.sh

Axarva commented 2 years ago

Put in the fix in the install script for now.