1

How can I launch a yakuake session with a specific profile? Unlike org.kde.konsole.Window's newSession method, the addSession method of org.kde.yakuake /yakuake/sessions doesn't take any arguments and thus doesn't let me specify a profile name. How can I circumvent this?

Szczepan Hołyszewski
  • 2,707
  • 2
  • 25
  • 39

1 Answers1

0
$ qdbus org.kde.yakuake /yakuake/sessions org.kde.yakuake.addSession
$ qdbus org.kde.yakuake /Windows/1 org.kde.konsole.Window.newSession 'profile' '.'

Of course, the Window number may be different.