Bug 506089

Summary: Error when working with scripts.
Product: [Applications] konsole Reporter: Konstantin <jon9097>
Component: generalAssignee: Konsole Bugs <konsole-bugs-null>
Status: REPORTED ---    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: video
the main script
The second script

Description Konstantin 2025-06-24 06:20:41 UTC
Created attachment 182590 [details]
video

I have a script that runs other scripts for synchronization. I have the main Konsole window for the main script running, and an additional Konsole window for each individual window.

Previously, the window for the main script worked fine, but now there is an error in the information I need. For more information, see the video. I'm attaching all the scripts.
Comment 1 Konstantin 2025-06-24 06:22:43 UTC
Created attachment 182591 [details]
the main script
Comment 2 Konstantin 2025-06-24 06:23:28 UTC
Created attachment 182592 [details]
The second script
Comment 3 Nate Graham 2025-06-24 19:08:55 UTC
What version of Konsole are you using right now, and what was the prior version where it worked?
Comment 4 Konstantin 2025-06-24 19:46:59 UTC
I'm using version 25.04.2. Apparently I have a false memory because previously nothing was displayed in the main window at all, it was empty and I thought it was working.

I tried version 24.12.3 and the main window is just empty, with no error (it probably just doesn't display).

I decided to make a more user-friendly script so that it not only runs others, but also shows the progress of execution so that I don't have to look at each window individually.

It turns out that the main window that calls the others does not display what is needed. It says "QLayout: Cannot add a null widget to QHBoxLayout/
"