View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017811 | Scribus | User Interface | public | 2026-05-08 20:04 | 2026-08-29 12:32 |
| Reporter | equis | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | PC | OS | Windows | OS Version | 11 |
| Product Version | 1.7.3 | ||||
| Summary | 0017811: [PATCH] Script > Recent Scripts fails to load selected script | ||||
| Description | Nothing happens when selecting a script listed in the Recent Scripts menu item. It requires selecting the script every time from the Execute Script... menu item. | ||||
| Steps To Reproduce | Use Scripts > Execute Script to run a script (like ScribusGenerator) After successful execution, run it again, except select it from the Scripts > Recent Scripts Expected result: Script runs Actual result: Nothing happens and the script is removed from the Recent Script menu. | ||||
| Tags | #patch_is_ready | ||||
| Patch | Yes | ||||
|
|
I can confirm the faulty behavior. FYI: As a workaround, you can add paths to the scripter and populate the "Scripter > Scripts" menu. Then, you can start the script with "Help > Action Search" (or ctrl-/) and start the script by typing parts of its name. |
|
|
@cbradney : I fear that on line 227 of scriptercore.cpp a not got lost: https://gitlab.com/scribus/scribus/-/blob/master/scribus/plugins/scriptplugin/scriptercore.cpp?ref_type=heads&blame=1#L227 https://gitlab.com/scribus/scribus/-/commit/2b55fe5f0a86ebbb08800dec0a074ae6c96ceaca?file_path=scribus%2Fplugins%2Fscriptplugin%2Fscriptercore.cpp#line_b82912299_A215 It should be
if (!QFileInfo::exists(fileName))
{
m_recentScripts.removeAll(fileName);
rebuildRecentScriptsMenu();
return;
}
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-05-08 20:04 | equis | New Issue | |
| 2026-05-10 17:06 | ale | Note Added: 0053687 | |
| 2026-08-28 16:39 | ale | Note Added: 0054361 | |
| 2026-08-28 16:40 | ale | Note Edited: 0054361 | |
| 2026-08-28 18:00 | ale | Note Edited: 0054361 | |
| 2026-08-28 18:45 | ale | Summary | Script > Recent Scripts fails to load selected script => [PATCH] Script > Recent Scripts fails to load selected script |
| 2026-08-28 18:45 | ale | Patch | No => Yes |
| 2026-08-29 12:32 | ale | Tag Attached: #patch_is_ready |