I just upgraded to Ubuntu 16.04 from 14.04.
When I run System Settings, my CPU usage goes to 100%, and the Settings window always remains in focus. I tried to open System Monitor to kill System Settings, but the focus kept on changing back to Settings. When I click the close button, the current instance of Settings closes, but at the same time a new instance of the window pops up.
The only solution I found was to log out of the system.
Output of apt-cache policy unity-control-center
:
unity-control-center:
Installed: 15.04.0+16.04.20160413-0ubuntu3
Candidate: 15.04.0+16.04.20160413-0ubuntu3
Version table:
*** 15.04.0+16.04.20160413-0ubuntu3 500
500 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
15.04.0+16.04.20160413-0ubuntu1 500
500 http://jp.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
xkill
does not help either, another instance respawns instantly. – Nicolas Raoul Jun 27 '16 at 05:18libgnome-desktop-3.so.12: cannot open shared object file: No such file or directory
. Which is turn is due to dependencies bugs that hit me when upgrading from 2015.10 to 2016.04:ifupdown : Breaks: systemd (< 228-3~)
– Nicolas Raoul Jun 27 '16 at 06:51apt-cache policy unity-control-center
to the body of the question since it is too big for a comment and there is no sign of life from acceptedfreak. – Nicolas Raoul Jul 01 '16 at 02:20apt-cache policy systemd libgnome-desktop-3-12
and what do you get when trying to fix missing dependency withsudo apt-get install -f
– user.dz Jul 01 '16 at 03:01apt-get install -f
just yesterday. Maybe that fixes the problem, actually? – Nicolas Raoul Jul 01 '16 at 06:02libgnome-desktop-3.so.12
, by updating systemd (< 228-3~). the current one is v229 then installed libgnome-desktop-3-12. You can check the history usingzmore /var/log/dpkg.log* | grep -e " purge " -e " remove " -e "install " | sort > ~/Desktop/dpkg-histroy-$(date -I).txt
and see what installed or removed yesterday, If you can share that portion through http://paste.ubuntu.com .I will be thankful, I'm curios to know what happen too. – user.dz Jul 01 '16 at 06:17dpkg.log.1
ordpkg.log.1.gz
... – user.dz Jul 01 '16 at 07:18I know I install a variety of additional options in Settings, and modify or create files like Xmodmap that affect the settings of various applications. I have seen this crash Settings before.
– Spencer Hill Sep 28 '17 at 21:22