Please include:
- Output from
git show
.- Please wrap it in three backticks (```)
- We only need the commit that you are using. Please make sure you are on the latest version.
- Output from
journalctl /usr/bin/gnome-shell
- Please include as much output as possible. If necessary, create a Gist and link to it.
- A detailed explanation of the bug.
- What is the expected behavior?
- What do you see instead?
- Screenshots (if it is a graphical bug)
- If applicable, the steps to reproduce the bug.
This information makes it much easier to fix issues.
If you're making PRs, you likely know what to include already.
You also may benefit from some instructions on compiling the Sass stylesheet:
The stylesheet is written in Sass so it must be compiled before reloading it.
First, make sure to install the Sass command line tool with npm
:
npm install -g sass
If Sass is installed, then:
- Make changes to the
stylesheet.scss
file as you please. - Compile the file, and generate a sourcemap:
cd ~/.local/share/gnome-shell/extensions/breezytile
sass stylesheet.scss:stylesheet.css --sourcemap
- Reload GNOME Shell:
- On X.org: hit
Alt+F2
and type the commandr
- On Wayland: Log out and back in