Skip to content

ThinkPad Red Led Control v6 – Helper Setup & Boot Persistence

Latest

Choose a tag to compare

@juanmagdev juanmagdev released this 30 Dec 09:39

This release introduces a new helper-based architecture that eliminates password prompts and adds boot persistence support:

  • Helper-based LED control: Replaces pkexec with a sudo helper for smoother operation
  • Boot persistence: LED state is now restored after reboot via systemd service
  • Easy setup: New install.sh script for one-command installation
  • GNOME 46+ compatibility: Fixed ByteArray import error for newer GNOME versions

Changelog

  • Added thinkpad-red-led-helper for passwordless LED control
  • Added thinkpad-red-led-restore.service for boot persistence
  • Added install.sh for automated setup
  • Fixed ByteArray import error on GNOME 46+ (replaced with TextDecoder)
  • Fixed uppercase letters support in Morse code panel
  • Added support for GNOME 48 and 49
  • Updated README with installation and troubleshooting guides

Setup (after install)
bash ~/.local/share/gnome-shell/extensions/thinkpad-red-led@juanmagd.dev/install.sh

Thanks to @yurijde for the persistence method, sudo setup, and bug fixes