https://bugs.kde.org/show_bug.cgi?id=371234
Peter <pe...@corrosivetruths.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pe...@corrosivetruths.org --- Comment #2 from Peter <pe...@corrosivetruths.org> --- Created attachment 102139 --> https://bugs.kde.org/attachment.cgi?id=102139&action=edit Patch to fix segfault and respect kdenlive_render help text Hi, this was segfaulting pretty much everytime due to args.takeLast() not finding anything, but also didn't really do what the kdenlive_render help text describes "player" field as doing ("player: path to video player to play when rendering is over, use '-' to disable playing"). Admittedly, the patch accepts path or just the program name. Anyway, now it will ignore "-" as described and will control what player is used when provided. If this issue is why player was removed from kdenlive, I suppose it could be added back in? Also probably fixes at least #371487 & #371263. -- You are receiving this mail because: You are watching all bug changes.