I have updated to 19.04 from 18.10 (which was updated to from 18.04 and maybe even 17.10 before that-don't remember exactly). Now the problem is that when I open Applications (either by Clicking it on dash or opening it using Super key) and then close it, the Applications overlay stays on and I am not able to open/switch to any other application. I have tried to switch to Wayland, but the only difference was, I was not able to fix this by restarting using alt+F2.
Asked
Active
Viewed 870 times
5
-
I just press Super again, or ESC. Doesn't that work for you ? I am using Gnome on Xorg. – Soren A Apr 20 '19 at 08:04
-
@SorenA I have tries Super, ESC, Alt+F4, clicking other application on Dash... The only thing that works for me is Alt+2 and then 'r'. – Juraj.Lorinc Apr 20 '19 at 08:21
1 Answers
6
I solved this by disabling the "Workspace Grid" in gnome-shell. First I launched a terminal with Alt+Ctrl+t and then I issued the following command to open the gnome-shell extension preferences:
$ gnome-shell-extension-prefs
In the preferences I disabled the "Workspace Grid": See this picture
Lastly, I logged out and in again and the problem was gone.

davidl
- 76
-
1It worked. i had to disable also Workspace Matrix extension to make it work, but after re-enabling it (Workspace Matrix, not the Workspace Grid) everything still worked fine (incl. the matrix extension). – Juraj.Lorinc Apr 23 '19 at 08:59
-
Also for me, the "Workspace Grid" caused the issue, but after installing "Workspace Matrix", everything worked well. – Michal Fapso Sep 07 '19 at 20:49