0

Dash (the menu that used to appear when I pressed SUPER) is not being displayed. It does load the layout of the Dash, but I'm not able to search files(it keeps loading) nor to click in shortcuts, because they don't appear. Compiz is taking up to 10% of my CPU but this other issue is really more important.

enter image description here

Could you please help me?

muru
  • 207,228
Aira
  • 3
  • 3

2 Answers2

0

The main dash page should be blank in the absence of a search term:

blank dash

(Unless your settings are set to record file and application usage) as shown below and you've not recently cleared your usage data:

record-on

By the same token you can turn off online results in the dash by matching this setting:

web-off

If adjusting these settings as desired doesn't provide the desired results you may need to reset your unity configuration.

Edit: Based on your newest comments I believe that you may have recently cleared your usage data. As long as your settings are set to record file and application usage it should eventually repopulate with your recently used files and applications provided you have them selected in the filters.

To the best of my knowledge the recently used stuff that shows up in the dash is accessed from ~/.local/share/recently-used.xbel if you've inadvertently deleted this file your history is lost.

Elder Geek
  • 36,752
0

I just had this issue earlier today.

What I did was uninstalling and installing back the unity-lens application:

sudo apt purge unity-lens-applications
sudo apt install unity-lens-applications

Let me know if it worked for you. Oh! You must restart your computer for it to take effect.

Alo
  • 195