I currently have Ubuntu 14.04 but whenever I try to access "System Settings" -> "User Accounts" the OS just stalls there. I can still access other things. Is there a fix for this?
Asked
Active
Viewed 106 times
0
-
Start it from command line and see if it errors out. (`unity-control-center`) – Rinzwind Jun 18 '16 at 17:00
-
I do get errors: libwayland-egl.so.1: cannot open shared object file: No such file or directory Failed to load module: /usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so – user2785954 Jun 18 '16 at 20:14
1 Answers
0
I found the fix:
How to fix missing libwayland-egl.so.1 and libuser-accounts.so in ubuntu 14.04.3 LTS?
sudo apt-get install libwayland-egl1-mesa-lts-trusty
I didn't realize it was stuck on a loop. Duplicate post.
user2785954
- 11