56 wires and counting

$ follow CachyOS

Keep up with CachyOS in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-07
stories 67

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

cachy-update squashes gio zombie processes; scx-manager adds zh_CN and zh_TW

By RepoJournal · Filed · About CachyOS

Arch Update's tray now runs desktop files in-process via the gio crate to eliminate zombie processes, while scx-manager ships Chinese and French translations and drops scx_cake profiles.

The cachy-update tray was spawning an external gio command to launch desktop files, leaving zombie (`<defunct>`) processes behind [1]. It now uses the gio / gio_unix crates directly. Watch for zombie gio processes to disappear after the next update; the fix also closes the reported issue #774 [2].

scx-manager added Simplified and Traditional Chinese (zh_CN, zh_TW) translations covering all 15 UI strings, and a French (fr) translation with desktop entry updates [3][4]. Locale aliases are registered so the .qm files load for those system locales. Maintainers also dropped scx_cake profiles from the profile list [5], and the corresponding packaged bump shipped separately [6].

On the packaging side, asusctl was dropped from cachyos-aur-derived [7], and winboat was dropped from CachyOS-PKGBUILDS [8]. coolercontrol moved to 5.0.0 [9], patool to 4.1.0 [10], and blocky to 0.35.0 [11]. The CachyOS Linux 7.3-rc2-1 release rebases on upstream 7.3-rc2 and adds a 7.3/hdmi branch with two HDMI 2.1 FreeSync/ALLM/VRR amendments [12].

Statuspage summaries updated [13] and both China mirrors (USTC and Nanjing) report up [14][15].

Action items

References

  1. [1] fix(tray): Use gio crate to run the desktop file ↗ CachyOS/cachy-update
  2. [2] fix(tray): Use gio crate to run the desktop file (#775) ↗ CachyOS/cachy-update
  3. [3] i18n: add Chinese (Simplified and Traditional) translations ↗ CachyOS/scx-manager
  4. [4] i18n: add French translation ↗ CachyOS/scx-manager
  5. [5] drop scx_cake profiles (#29) ↗ CachyOS/scx-manager
  6. [6] scx-manager: Bump version ↗ CachyOS/CachyOS-PKGBUILDS
  7. [7] asusctl: drop packages ↗ CachyOS/cachyos-aur-derived
  8. [8] winboat: drop ↗ CachyOS/CachyOS-PKGBUILDS
  9. [9] coolercontrol: update to 5.0.0 ↗ CachyOS/cachyos-aur-derived
  10. [10] patool: update to 4.1.0 ↗ CachyOS/cachyos-aur-derived
  11. [11] blocky: 0.35.0-1 ↗ CachyOS/CachyOS-PKGBUILDS
  12. [12] CachyOS Linux 7.3-rc2-1 ↗ CachyOS/linux
  13. [13] :card_file_box: Update status summary [skip ci] [upptime] ↗ CachyOS/statuspage
  14. [14] 🟩 China Mirror (USTC) is up (200 in 1159 ms) [skip ci] [upptime] ↗ CachyOS/statuspage
  15. [15] 🟩 China Mirror (Nanjing) is up (200 in 1489 ms) [skip ci] [upptime] ↗ CachyOS/statuspage

Quick answers

What shipped in CachyOS on September 7, 2026?
Arch Update's tray now runs desktop files in-process via the gio crate to eliminate zombie processes, while scx-manager ships Chinese and French translations and drops scx_cake profiles. In total, 45 commits, 21 pull requests, and 1 releases landed.
Who contributed to CachyOS on September 7, 2026?
8 developers shipped this update, including Vladislav Nepogodin, github-actions, 1Naim, Antiz96, Peter Jung, CGH0S7, Piotr Górski, and roxfr.
What were the notable CachyOS updates?
fix(tray): Use gio crate to run the desktop file, fix(tray): Use gio crate to run the desktop file (#775), and i18n: add Chinese (Simplified and Traditional) translations.