19

Basically I have a duplicate issue of this guy: Super key not working

ALT+F2 opens the "Run a command" shortcut, ALT by itself opens the HUD, but I cannot use any shortcut to open the Dash, which is making Unity very frustrating to use. I can't seem to find a keyboard shortcut setting for it. I can bind other actions to Super and they work as expected, but I don't see any setting to let me use Super to open the Dash...

leo-the-manic
  • 291
  • 1
  • 2
  • 4
  • Try installing `compizconfig-settings-manager` and under Unity Plugin, "Launcher" tab , check if your Super key is unset. See the screenshot of how it's supposed to look: http://imgur.com/a/aY8PX If it's disabled , there's the problem – Sergiy Kolodyazhnyy Jan 17 '17 at 08:32

3 Answers3

34

I had the same issue on 16.04.

I used this command to enable Super key for opening the Unity launcher and it worked for me

dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher "'Enabled'"
Ponchy
  • 441
  • 4
  • 5
6

I had the same problem and this worked for me in 16.04

Install compizconfig-settings-manager and dconf-editor.

Open dconf-editor: navigate to org > compiz > unity > profiles > plugins > unityshell and change the value of key show-launcher to <Super>.

KiriSakow
  • 823
  • 1
  • 7
  • 19
Hatshepsut
  • 446
  • 5
  • 17
  • Would try this but I have since moved to Gnome 3 where the super key works fine. But this sounds like bingo. Wish I could test it out. – leo-the-manic Jan 19 '17 at 02:41
  • 1
    Minor point: for me, it was `org` -> `compiz` -> `profiles` -> `unity` -> `plugins` -> `unityshell`. – Garrett Apr 14 '17 at 09:26
  • Didn't work for me because compiz refused to accept the `` key. Posted a question on the subject: [Values cannot be changed in CompizConfig System Manager (CCSM) when using ](https://askubuntu.com/questions/1008036/values-cannot-be-changed-in-compizconfig-system-manager-ccsm-when-using-super) – AlikElzin-kilaka Feb 21 '18 at 07:41
-1

I have seen this happen , I'm not quite sure why but unity sometimes crashes and becomes unclickable.

I workaround it by pressing ALT + F2 and typing

unity --replace

The screen will flash as unity reloads and it should be back to normal.

If that doesn't work you can try resetting your unity config with the following commands, you might need to install unity-tweak-tool first.

unity-tweak-tool --reset-unity
dconf reset -f /org/compiz/
setsid unity
Tshilidzi Mudau
  • 4,143
  • 3
  • 24
  • 32
Amias
  • 5,207
  • 20
  • 33