5

having an issue with the dashboard where applications don't show app in the applications lense or when searched. Tried everything in these topics:

Applications not showing in Unity Dash

Dash (from Unity) does not showing Applications

But nothing has worked so far. Would really wat to avoid reinstalling everything since i use Vivaldi and there is no where to export my stuff from it. Using 16.04

Edit: All apps aren't being displayed, only show files and web results. Checked the filters: applications is enabled

Edit 2: after a reboot got a crash report, might be related since the culprit of the crash was unity-lens-loader. Will try to purge and see what happens.
Could not purge it, unity-lens-loader is not a package, it's a executable created by libunity9, should I purge and reinstall it?

4 Answers4

1

The problem seems to have been fixed; the apps are showing up again. I am not sure what fixed it, but here are all the things I did before the next reboot:

I renamed unity-scope-loader to unity-scope-loader.bak in /usr/bin. I
tried to reinstall libunity9 though it always gave me an error that it couldn't overwrite unity-scope-loader. Finally, I ran sudo dpkg-reconfigure libunity9.

terdon
  • 104,119
0

For me, I've fixed it by running sudo apt install 'gnome-shell-extension-*' then logging out and logging back in. I don't know which extension it was that was missing exactly, but the brute force method fixed the issue.

djfm
  • 149
0

On 18.04, I used the dconf tool application and I navigated to the dconf setting: com > canonical > unity > lenses

From here, I changed the value for:

always-search to

['applications.scope']

and

home-lens-default-view to

['applications.scope', 'info.scope', 'info-calculator.scope']

Also, I navigated to the dconf setting: com > canonical > unity > dash

and I changed the value for scopes to

['applications.scope', 'home.scope', 'files.scope', 'photos.scope', 'video.scope', 'music.scope', 'social.scope']

As you can see, the applications scope is now the first one on the list. This step may not be necessary (it appears to only change the order of which the)

mchid
  • 44,904
  • 8
  • 102
  • 162
-1

Go to System Settings -> Security & Privacy. At Files & Applications tab click "Clear usage data". In the dialog select "From all time".

Annika
  • 1