手动更新'Dash to Dock'来解决在 gnome 3.36 中的错误

Update ‘Dash to Dock’ manually to fix error in gnome 3.36

‘Dash to Dock’ 在 github 上已经更新以适配 gnome 3.36。然而 extensions.gnome.org 页面因为种种原因未上传。现在我们可以通过手动更新来解决适配问题

For Gnome 3.36 (tested on Arch)

  1. 下载源码并构建安装

    1
    2
    3
    4
    5
    cd $(mktemp -d)
    git clone -b gnome-3-36 https://github.com/micheleg/dash-to-dock.git
    cd dash-to-dock
    make
    make install
  2. 重启以应用更新

    Alt+F2 > ‘r’ then ENTER to reload

from @kaipee in commits of the extension