Bug 411987

Summary: Unable to start command with arguments
Product: [Plasma] kstart Reporter: Nick Cross <kde>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 5.15.5   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nick Cross 2019-09-17 07:00:49 UTC
SUMMARY

Running:

kstart5 kdialog --msgbox "two words"

Gives an error:

Unknown option 'msgbox'.
Comment 1 Christoph Feck 2019-10-03 18:56:24 UTC
kstart5 kdialog -- --msgbox Test

The -- separator is used to separate arguments for kstart5 from the arguments for the command you want to start.