I'm getting the error below when I am trying to use Grub Customizer on Ubuntu
grub-customizer: error while loading shared libraries: libatkmm-1.6.so.1: cannot open shared object file: No such file or directory
I am not sure where exactly what has gone wrong as I only installed Ubuntu today.
- Legovil
I was getting the same error when launching grub-customizer in ubuntu 18.04, what I did was just find the path of the missing library:
after that, I included the lib directory to the file that configures the libs environment variable:
and it worked.
----------
OR you can create symbolic links into an already default lib path: