[PR #1407] [MERGED] fix(script): scripts get terminated and launched again upon reload #8379

Closed
opened 2026-05-23 02:57:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1407
Author: @esther-ff
Created: 3/1/2026
Status: Merged
Merged: 4/12/2026
Merged by: @JakeStanger

Base: masterHead: master


📝 Commits (3)

  • 93d3e47 fix(script): scripts get reloaded upon load
  • 055d096 formatting and clippy
  • 55d48bd adjusted naming

📊 Changes

3 files changed (+78 additions, -18 deletions)

View changed files

📝 src/main.rs (+24 -1)
📝 src/modules/script.rs (+8 -2)
📝 src/script.rs (+46 -15)

📄 Description

made the script module register and terminate scripts, recreating them on reload and preventing the problem with leftover processes.

fixes #1102


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1407 **Author:** [@esther-ff](https://github.com/esther-ff) **Created:** 3/1/2026 **Status:** ✅ Merged **Merged:** 4/12/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`93d3e47`](https://github.com/JakeStanger/ironbar/commit/93d3e47c058ff9f2018223303f77a0d83e149dd8) fix(script): scripts get reloaded upon load - [`055d096`](https://github.com/JakeStanger/ironbar/commit/055d0962b5149c5a9ea0a1250d70dec1761f414a) formatting and clippy - [`55d48bd`](https://github.com/JakeStanger/ironbar/commit/55d48bdf30476c70b017f6b706e96bb1b09e8b71) adjusted naming ### 📊 Changes **3 files changed** (+78 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+24 -1) 📝 `src/modules/script.rs` (+8 -2) 📝 `src/script.rs` (+46 -15) </details> ### 📄 Description made the script module register and terminate scripts, recreating them on reload and preventing the problem with leftover processes. fixes #1102 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:57:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#8379
No description provided.