Skip to content

Releases: flaccid/container-debian-desktop

v0.14.8

Choose a tag to compare

@flaccid flaccid released this 29 Jun 03:40

fix: trigger xfdesktop --arrange after reset, copy xfce4-desktop.xml on PVC restarts

v0.14.7

Choose a tag to compare

@flaccid flaccid released this 29 Jun 03:08

feat: configure desktop-icons gravity=0 (vertical top-down layout)

v0.14.6

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Add separator plugin-16 between session timer and memmon in panel

  • Visual separation between the session timer (genmon-12) and memory monitor (genmon-14)
  • Bump to v0.14.6

v0.14.5

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Fix memmon: replace Pango markup with emoji indicators

  • genmon doesn't honor UseMarkup=true, so switch to emoji-based indicators
  • Bump to v0.14.5, chart 0.6.5

v0.14.4

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Fix genmon-14.rc: add UseMarkup=true so Pango spans render

  • Panel widget now supports colored text via Pango markup
  • Bump to v0.14.4, chart 0.6.3

v0.14.3

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Add genmon-14.rc for memmon panel widget

  • Wire up memmon.sh in panel via genmon-14.rc config file
  • Copy genmon-14.rc in entrypoint ensure_config for PVC persistence
  • Bump to v0.14.3, chart 0.6.2

v0.14.2

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Add memmon.sh genmon widget for pod memory

  • memmon.sh reads cgroup v2 memory.current/memory.max, displays used/total in panel
  • Ensure memmon.sh is executable in Dockerfile
  • Bump to v0.14.2

v0.14.1

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Fix cgroup-aware free -h human formatting by installing bc

  • free-wrapper.sh uses bc -l for human-readable scaling
  • Fix capabilities: add specific caps (CHOWN, DAC_OVERRIDE, SETUID, SETGID) instead of dropping all
  • Helm chart 0.6.1

v0.14.0

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Drop privileged mode, add cgroup-aware free wrapper, htop

  • Container no longer runs privileged (uses specific caps: CHOWN, DAC_OVERRIDE, SETUID, SETGID)
  • free is overridden with cgroup-aware wrapper showing container memory limit
  • Add htop, reorder panel items, add separators, fix genmon panel plugin
  • Helm chart 0.6.0

v0.13.1

Choose a tag to compare

@flaccid flaccid released this 26 Jun 07:50

Fix noVNC connection failure: drop --cert flag from websockify, ensure self.pem in ensure_config

  • Remove --cert/--key from websockify command (TLS handled by nginx sidecar or not at all)
  • Copy self.pem in ensure_config so websockify self-signed cert survives PVC replacement
  • Bump to v0.13.1, chart 0.5.1