Warning
This image is still under heavy development and is not stable at the moment
An opinionated tweaked ublue image based on silverblue-main.
This is my own tweaked image deployment that I maintain for myself.
If anyone is using these images please reach out with a bug report so that I don't randomly change things on your computer.
- All the uBlue backend goodies
- Firefox removed (install web browser from software centre or cli)
- Hack Nerd Font included
- Caffeine and Appindicator Support extensions included
- v4l2loopback kernel module for obs virtual webcam (WIP)
- Loupe
- Celluloid
- Steam
- Gamescope
- Mangohud
- VSCodium thanks to Pavlo Rudy
- Podman and Docker
- Open Tablet Driver (temporarily disabled)
- WoeUSB for creating Windows install drives
The intended way to use this image is to use Flatpak for most apps and Homebrew for cli tools
- You first need a Fedora Atomic Desktop installed.
- Then you debase with these commands
Tip
To install the Nvidia image just rename bluecat:latest
to bluecat-nvidia:latest
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
rpm-ostree rebase ostree-unverified-registry:ghcr.io/polycatdev/bluecat:latest
- Reboot to complete the rebase:
systemctl reboot
- Then rebase to the signed image, like so:
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/polycatdev/bluecat:latest
- Reboot again to complete the installation
systemctl reboot