You are not logged in.
Hi
I'm getting this error in the terminal:
$ gnome-control-center
gnome-control-center: error while loading shared libraries: libgoa-1.0.so.0: cannot open shared object file: No such file or directory
Offline
Idk why but I installed gnome-online-accounts-git from AUR and it works now
Offline
When I look in /usr/lib with gnome-online-accounts-git I got lib that I didn't have before like the missing libgoa-1.0.so.0
ls /usr/lib | grep "libgoa"
libgoa-1.0.so@
libgoa-1.0.so.0@
libgoa-1.0.so.0.0.0*
libgoa-backend-1.0.so@
libgoa-backend-1.0.so.1@
libgoa-backend-1.0.so.1.0.0*
I copied libgoa-1.0.so@, libgoa-1.0.so.0@ and libgoa-1.0.so.0.0.0* in another directory and I reinstalled gnome-online-accounts from official repo then, I copied these libs in /usr/lib/ and it also works.
Last edited by cr4zyb0t (2023-05-06 20:09:59)
Offline
Installing gnome-online-accounts-git from AUR solved the crash on my system too. Thanks.
Offline
You need to reinstall libgoa.
sudo pacman -S --overwrite '*' libgoa
Offline
You need to reinstall libgoa.
sudo pacman -S --overwrite '*' libgoa
After running your command, gnome-control-center works with gnome-online-accounts from Arch repos. Thank you.
Last edited by Strangiato (2023-05-07 10:52:04)
Offline