You can manually download/copy-paste the scripts below (downgrade.sh and spoofver.sh), or run this following on terminal.
wget https://gist.githubusercontent.com/erhaem/28d28493c7474abc45be6bafb971fe1b/raw/c35c31711702f7aa4658138a9efcc5ac79dfcadb/downgrade.sh
wget https://gist.githubusercontent.com/erhaem/28d28493c7474abc45be6bafb971fe1b/raw/c35c31711702f7aa4658138a9efcc5ac79dfcadb/spoofver.shchmod +x downgrade.sh spoofver.sh # to make the scripts executable (run this once)
./downgrade.sh # downgrade to v102
./spoofver.sh # spoof version to prevent updateThanks for the idea
Smyrcu
Aitnah
Aitnah said:
@Smyrcu ty man! For those asking, you cannot disable auto update specifically for one extension only.
You either disable for all globally or just do as I did.
You can spoof the v102 into v103 and trick gnome into thinking its the latest one already.
Just edit the metadata.json thats into ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/ ,
find the line containing "version": 102 and change it to 103 (or 9999 if you dont want to ever update it again). Cheers fellas.
Smyrcu said:
Version 103 killed this app, autohide does not work anymore.
For anyone that needs it back here is how to go back to working 102 version:
wget -O /tmp/dash-to-dock-v102.zip "https://extensions.gnome.org/extension-data/dash-to-dockmicxgx.gmail.com.v102.shell-extension.zip"
mv ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com{,.bak}
mkdir -p ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com
unzip /tmp/dash-to-dock-v102.zip -d ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com
gnome-extensions disable dash-to-dock@micxgx.gmail.com
gnome-extensions enable dash-to-dock@micxgx.gmail.com
And remember to turn off auto update!