Bug 364873

Summary: Add support for command line --new-tab
Product: [Applications] yakuake Reporter: Filipe Azevedo <pasnox>
Component: generalAssignee: Eike Hein <hein>
Status: REPORTED ---    
Severity: wishlist CC: admin
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Shell script to simplify DBus calls to Yakuake

Description Filipe Azevedo 2016-06-28 20:53:10 UTC
Add support for --new-tab command line parameter so i can open a new tab easily from another program.
Generally, adding more Konsole command line parameters would be a good idea, like -e <command> etc.

Reproducible: Always



Expected Results:  
Possible to open new tab and execute command.
This way i can replace Konsole by Yakuake in QtCreator configuration.
Comment 1 Filipe Azevedo 2018-05-07 19:12:02 UTC
Any chance to see that happen ?
Comment 2 Filipe Azevedo 2020-01-18 20:54:33 UTC
Any chance to get an answer some day ? :)
Comment 3 Peter J. Mello 2020-01-21 01:15:12 UTC
Created attachment 125272 [details]
Shell script to simplify DBus calls to Yakuake
Comment 4 Peter J. Mello 2020-01-21 01:15:56 UTC
That functionality has been part of Yakuake for several years now, accessible via DBus. Attached is a shell script named yaknewtab that I've used without issue for awhile to help you get the hang of it. Just chmod +x yaknewtab then mv it to one of the folders in your $PATH. I hope this answers your question.

Warmly,
Peter
Comment 5 Filipe Azevedo 2020-01-21 08:04:02 UTC
Thanks for taking the time to share your script.
While i would have preferred to see a new command line added, this will fit perfectly.