Highlights
- Fixed: daemon not switched over when upgrading from
cosmic-fluxvia sudo. The post-install script could neither stop the oldcosmic-flux-daemonnor enable the new unit from a sudo context (no access to the user session bus), leaving the old daemon running from a deleted binary until the next login. The service is now enabled system-wide viasystemctl --global enable, with a best-effort immediate stop/start for the installing user. - If you already upgraded to v2.0.0 and hit this, either log out and back in, or run:
systemctl --user stop cosmic-flux-daemon systemctl --user enable --now cosmic-ext-flux-daemon - Reminder from v2.0.0: re-add the Flux applet to your panel once (the App ID changed) via Settings > Desktop > Panel > Applets. See the v2.0.0 notes for everything in the rename release.
Install
sudo apt-get install -y gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-vaapi
sudo dpkg -i cosmic-ext-flux_<version>_amd64.debAdd the Flux applet to your panel via Settings > Desktop > Panel > Applets.
Uninstall
systemctl --user disable --now cosmic-ext-flux-daemon
sudo dpkg -r cosmic-ext-fluxRequirements
- COSMIC desktop environment
- GStreamer 1.x with video decode plugins
- VA-API drivers recommended for hardware decode
What's Changed
- Fix postinst systemd handoff under sudo by @franz-net in #10
Full Changelog: v2.0.0...v2.0.1