Commit Graph
3 Commits
Author SHA1 Message Date
c-ludenberg 0cfc149d37 rebrand!: Antergos NeXT -> Euri Linux 2026-08-21 21:43:47 +02:00
c-ludenberg cc0a466749 fix: ship pipewire.desktop in pipewire pkg, add SDDM theme override config 2026-07-11 19:13:33 +02:00
c-ludenberg ed813487cb fork pipewire with dinit support in artix-pipewire-launcher
Fork pipewire 1:1.6.7-1 from Artix world repo with a patched
artix-pipewire-launcher that sets SUPPORT='YES' for dinit.

Previously the launcher treated dinit as unsupported (alongside
openrc), which broke XDG autostart of pipewire.desktop on
dinit-based systems. Users were told to use dinitctl instead.
This patch enables direct XDG autostart on dinit by changing:
  dinit|openrc)  SUPPORT='' ;;
to:
  openrc)  SUPPORT='' ;;
  dinit|runit|s6) SUPPORT='YES' ;;

Add pipewire to packages.yaml so CI picks it up.
2026-07-10 22:17:59 +02:00