
I use installation from source
Hello,
same issue here for I upgraded my Ubuntu to 20.04.
Thank you for your help.
yeah same here
same here
I'm having the same issue - and I have installed the extension from source.
I'm not sure if this is the issue - but when I check journalctl I see the following errors:
sudo journalctl /usr/bin/gnome-shell | grep 'dash-to-dock'
gnome-shell[1872]: JS WARNING: [/home/jason/.local/share/gnome-shell/extensions/[email protected]/appIcons.js 1051]: reference to undefined property "_onLeaveEvent"
gnome-shell[1872]: JS ERROR: Extension [email protected]: TypeError: appIconPrototype._onLeaveEvent is undefined
Unfortunately I don't know enough about gnome extensions to tell if this is actually what's breaking the extension. I'd be happy to try out a bug fix if you come up with one though.
I'm trying to make next steps:
create empty catalog and enter it
git clone https://github.com/micheleg/dash-to-dock.git
cd dash-to-dock
git fetch --all
git checkout origin/gnome-3-36
make
make install
then press
<alt>+<f2> r
to restart, and it works fine!

thank you
I think that the branch temp/gnome3.36 needs to be removed
I think that the branch temp/gnome3.36 needs to be removed
I used branch origin/gnome-3-36 but not tmp/gnome-3-36
I have used origin/gnome-3-36. it works well. occasionally it does crash but reloding the gnome shell does fix it.
I'm trying to make next steps:
create empty catalog and enter it
git clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git fetch --all git checkout origin/gnome-3-36 make make installthen press
<alt>+<f2> rto restart, and it works fine!
Didn't work for me, it doesn't appear in gnome-tweaks, thanks.
Well, finally made it to work, many thanks, I put the folder inside ~/.local/share/gnome-shell/extensions, many thanks
I'm trying to make next steps:
create empty catalog and enter it
git clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git fetch --all git checkout origin/gnome-3-36 make make installthen press
<alt>+<f2> rto restart, and it works fine!
It does work for me, thank you :D
Closed by #1097.
its work for me.
I'm trying to make next steps:
create empty catalog and enter it
git clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git fetch --all git checkout origin/gnome-3-36 make make installthen press
<alt>+<f2> rto restart, and it works fine!
When i type git checkout origin/gnome-3-36 It's show me this message
error: pathspec 'origin/gnome-3-36' did not match any file(s) known to git
I'm trying to make next steps:
create empty catalog and enter itgit clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git fetch --all git checkout origin/gnome-3-36 make make installthen press
<alt>+<f2> rto restart, and it works fine!
When i type
git checkout origin/gnome-3-36It's show me this message
error: pathspec 'origin/gnome-3-36' did not match any file(s) known to git
Branch "origin/gnome-3-36" was removed. Try "git checkout master"
@aplab Can you type the full line of code
@aplab Can you type the full line of code
git clone https://github.com/micheleg/dash-to-dock.git
cd dash-to-dock
git checkout master
make
make install
ok but i've got another error when i type make it show me this message
msgfmt -c po/hu.po -o po/hu.mo
make: msgfmt: Command not found
make: *** [Makefile:54: po/hu.mo] Error 127 @aplab
ok but i've got another error when i type
makeit show me this message
msgfmt -c po/hu.po -o po/hu.mo make: msgfmt: Command not found make: *** [Makefile:54: po/hu.mo] Error 127@aplab
Try it
sudo apt-get install build-essential
sudo apt-get install make
its "git clone" works, first i try download then it doesn't work...
What are you trying to download?
its "git clone" works, first i try download then it doesn't work...
I restarted the PC, and everything came back to normal.
ok but i've got another error when i type
makeit show me this message
msgfmt -c po/hu.po -o po/hu.mo make: msgfmt: Command not found make: *** [Makefile:54: po/hu.mo] Error 127@aplabTry it
sudo apt-get install build-essential
sudo apt-get install make
I have tried it, but it did not work.
ok but i've got another error when i type
makeit show me this message
msgfmt -c po/hu.po -o po/hu.mo make: msgfmt: Command not found make: *** [Makefile:54: po/hu.mo] Error 127@aplabTry it
sudo apt-get install build-essential
sudo apt-get install makeI have tried it, but it did not work.
Try it
sudo apt-get install gettext
I'm trying to make next steps:
create empty catalog and enter itgit clone https://github.com/micheleg/dash-to-dock.git cd dash-to-dock git fetch --all git checkout origin/gnome-3-36 make make installthen press
<alt>+<f2> rto restart, and it works fine!
When i type
git checkout origin/gnome-3-36It's show me this message
error: pathspec 'origin/gnome-3-36' did not match any file(s) known to git
Thanks for this, all the above commands work in terminal but when I do 'Alt+F2 then r' I get an error 'Restart is not available on Wayland'
Basically I've still got the initial issue in Extensions 'Error Loading Extension'
Any help would be grateful on this.
Thanks

I Had a double dock problem and used Hide dash X to hide the dock in Overview but now after following @aplab 's solution i was able to install properly but now i cannot see the application dock at all. If i disable Hidedash X then i can see the dock in overview.
Any help would be appreciated. Thankyou
@aplab Can you type the full line of code
git clone https://github.com/micheleg/dash-to-dock.git
cd dash-to-dock
git checkout master
make
make install
Most helpful comment
I'm trying to make next steps:
create empty catalog and enter it
then press
to restart, and it works fine!