Bug 411987 - Unable to start command with arguments
Summary: Unable to start command with arguments
Status: RESOLVED NOT A BUG
Alias: None
Product: kstart
Classification: Plasma
Component: general (show other bugs)
Version: 5.15.5
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-17 07:00 UTC by Nick Cross
Modified: 2019-10-03 18:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.