micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

Fix startup animation #2166

Closed vanvugt closed 3 months ago

vanvugt commented 3 months ago
  1. Make STARTUP_ANIMATION_TIME non-zero again.
  2. Stop trying to fully replace the startup animation when we can just use the existing one upstream gnome-shell provides.
  3. Slide the dock in when upstream's startup animation is done.

Closes: #2110 and https://bugs.launchpad.net/bugs/2058468

vanvugt commented 3 months ago

Tested on both GNOME 46 and 45, which conveniently are the only versions we have to support now.