| Summary: | Open Tab in New Profile with Yakuake | ||
|---|---|---|---|
| Product: | [Applications] yakuake | Reporter: | Tim Steinberger <tsteinb> |
| Component: | general | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | audvare, ken |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tim Steinberger
2022-02-03 03:25:19 UTC
One odd workaround is to use qdbus, where you set the Konsole defaultProfile to the one you want, create a new session and then set it back:
ynsp() {
local -r original_profile=$(qdbus org.kde.yakuake /Windows/1 defaultProfile)
qdbus org.kde.yakuake /Windows/1 setDefaultProfile "$1"
qdbus org.kde.yakuake /yakuake/sessions addSession
qdbus org.kde.yakuake /Windows/1 setDefaultProfile "$original_profile"
}
*** This bug has been marked as a duplicate of bug 313210 *** |