A GNOME Shell extension for adding applications and activities to the dashboard by removing Dash.
- GNOME Shell >= 3.30
- Download the code
- Build with Meson (see at the next section)
- Log out & log in from your user session. Alternatively, just restart the computer.
- Activate the extension in GNOME Tweaks
The project uses a build system called Meson. You can install in most Linux distributions as "meson".
It's possible to read more information in the Meson docs to tweak the configuration if needed.
For a regular use and local development these are the steps to build the project and install it:
meson --prefix=$HOME/.local/ --localedir=share/gnome-shell/extensions/apps-to-panel@leavitals/locale .build
ninja -C .build install
It is strongly recommended to delete the destination folder ($HOME/.local/share/gnome-shell/extensions/apps-to-panel@leavitals) before doing this, to ensure that no old data is kept.
To create a ZIP file with the extension, just run:
./export-zip.sh
This will create the file apps-to-panel@leavitals.zip
with the extension, following the rules for publishing
at extensions.gnome.org.