-
-
Notifications
You must be signed in to change notification settings - Fork 50
Breezy KDE Distrobox setup
Wayne Heaney edited this page Oct 27, 2025
·
1 revision
The breezy_kwin_setup script offers support for Distrobox to allow immutable distros to run the necessary build steps.
To run with Distrobox:
- Have a container ready (e.g.
distrobox createordistrobox create --image ...to use a specific image) - Enter the container (e.g.
distrobox enter my-distrobox) and install the necessary dependencies.- See the
print_missing_dependenciesmessaging in the setup script for the latest package manager commands. Or just skip to the next step and you'll see them printed out when the build fails.
- See the
- Run the setup script with the container name set in the
BREEZY_DISTROBOXenvironment variable (e.g.BREEZY_DISTROBOX=my-distrobox ~/Downloads/breezy_kwin_setup). If this succeeds, you'll be able to launch the Breezy Desktop app, and the effect will be ready the next time you log in.