Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

GNOME Extension Command Line Install

Download the zip file, perhaps by browsing to GNOME Extensions, and then select the version to download. This will download a zip file, like dash-to-paneljderose9.github.com.v37.shell-extension.zip.

The aim is to extract the contents of this zip archive into a folder within ˜/.local/share/gnome-shell/extensions. The folder is the name of the uuid for the package. In our case it is:

$ unzip -c ~/Downloads/dash-to-paneljderose9.github.com.v37.shell-extension.zip
...
  "url": "https://github.com/jderose9/dash-to-panel",
  "uuid": "dash-to-panel@jderose9.github.com",
  "version": 37
}

Thus create the required directory:

$ mkdir -p ~/.local/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com

Extract the contents:

$ unzip -q ~/Downloads/dash-to-paneljderose9.github.com.v37.shell-extension.zip -d ~/.local/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com}

Enable the extension:

$ gnome-extensions enable dash-to-panel@jderose9.github.com

Then restart gnome-shell with Alt-F2, and the type r and Enter.


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © 1995-2020 Togaware Pty Ltd. Creative Commons ShareAlike V4.