https://bugs.kde.org/show_bug.cgi?id=449540

Andrew Udvare <audv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |audv...@gmail.com

--- Comment #1 from Andrew Udvare <audv...@gmail.com> ---
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"
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to