Building
January 19, 2026 ยท View on GitHub
Testing
Running a test in GNOME 49+ requires the mutter development package to be intalled. See below for directions on common distros.
Build extension and launch shell window for testing:
./debug.sh
Build to Build Directory
Build extension into dist/build:
make
Create Zip Archive
Create zip archive of extension to dist/simple-weather@romanlefler.com-vVERSION.zip:
make pack
Install to User
Install the extension for this user:
make install
Clean Build Directory
Remove build files:
make clean
Mutter Dev Package
Arch Linux (Pacman)
sudo pacman -S mutter-devkit
Debian (Apt)
sudo apt install mutter-dev-bin
Fedora (DNF)
sudo dnf install mutter-devel