Description: Fix GNOME overview issue
 When using the GNOME activities overview overlay, GNOME becomes stuck
 to the point where you have to restart gnome-shell.
Bug-Debian: https://bugs.debian.org/968613

--- gnome-shell-extension-dash-to-panel-38.orig/panelManager.js
+++ gnome-shell-extension-dash-to-panel-38/panelManager.js
@@ -558,7 +558,8 @@ var dtpPanelManager = Utils.defineClass(
 
         this._workspacesViews.forEach(wv => Main.layoutManager.overviewGroup.add_actor(wv.actor));
 
-        if (Config.PACKAGE_VERSION > '3.36.3') {
+        if (this._syncWorkspacesFullGeometry) {
+        //gnome-shell 3.36.4
             if (this._fullGeometry)
                 this._syncWorkspacesFullGeometry();
             if (this._actualGeometry)
@@ -836,4 +837,4 @@ function _newLookingGlassOpen() {
 
     this._resize();
     this._oldOpen();
-}
\ No newline at end of file
+}
