After installing Glib security update on 3/23/20, clicking on Unity search causes the desktop icons and top and side task bars to blink/disappear several times. After which desktop and task bars return. Can select icons on side and top bar and run programs. So everything is normal, except Unity search.
Have tried several fixes that have worked prior when updates broke Unity search. Some listed below (with personal notes included):
USE THIS - WORKED - 07/01/2019 - MAYBE NOT LOST SHORTCUTS, BACKGROUND 11/15/18 - shutdown, restart - click unity search, several times, seems to correct itself.
sudo dconf reset -f /org/compiz/
setsid unity
Then SHUTDOWN Then Start
** This worked after using above. Try first, then go thru above if not work. CHANGE: 03/17/20 Do above first. Worked!! Below may be deprecated.
sudo apt-add-repository ppa:paulo-miguel-dias/pkppa
sudo apt update && sudo apt upgrade -y
sudo reboot
At this point it is no go with above fixes.
Any help will be greatly appreciated!
UPDATE: SUCCESS! Thank you! Just a note on 4th command:
user@user:~$ sudo dconf reset -f /org/compiz/ [sudo] password for user: error: Error spawning command line 'dbus-launch --autolaunch=be77589467904c6abc1de45628646cdc --binary-syntax --close-stderr': Child process exited with code 1
Usage: dconf reset [-f] PATH
Reset a key or dir. -f is required for dirs.
Arguments: PATH Either a KEY or DIR KEY A key path (starting, but not ending with '/') DIR A directory path (starting and ending with '/')
The file "be77589467904c6abc1de45628646cdc" I believe is deprecated or is the new one that doesn't play well with 16.04. I'm not sure which one the aforementioned file is. But, regardless of error, the first three commands and the fifth did the trick! You have my sincere gratitude!