fthx / dock-from-dash

GNU General Public License v3.0
96 stars 20 forks source link

Not yet supported on Fedora 37 #68

Closed DatGuyDami closed 1 year ago

DatGuyDami commented 2 years ago

Just letting you know that it does not function on Gnome 43 (so you can add support when possible, thanks).

psydvl commented 2 years ago

Works fine for me on openSUSE Tumbleweed

Just manually add "43" in "shell-version" array in ~/.local/share/gnome-shell/extensions/dock-from-dash@fthx/metadata.json

Or copypaste in shell (required jq and sponge)

jq '."shell-version" += ["43"]' ~/.local/share/gnome-shell/extensions/dock-from-dash@fthx/metadata.json | sponge ~/.local/share/gnome-shell/extensions/dock-from-dash@fthx/metadata.json
DatGuyDami commented 2 years ago

Hi there, Thank you for the guide. I tried to edit the json file (via builder) and included the shell version as you recommended. I saved the changes, copied the uuid and renamed the extracted folder to the uuid @.***). I then placed that folder in the home/.local/share/gnome-shell/extensions folder and restarted my system. Once I was logged in again, I checked the Gnome Extensions, but I don't see an option to enable Dock-From-Dash. Perhaps I'm doing something wrong?

Edit: I'm using the Fedora 37 workstation beta (if that helps). And bingo, I got it to work! A comma was needed after 42 in “shell-version” after putting 43. Thanks again for your assistance!