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

Kristen McWilliam <kmcwilliampub...@gmail.com> changed:

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

--- Comment #1 from Kristen McWilliam <kmcwilliampub...@gmail.com> ---
Try the dbus interface. For example, using qdbus from another terminal...


Open/close:

qdbus org.kde.yakuake /yakuake/window toggleWindowState


Change the directory of the active tab to /etc:

qdbus org.kde.yakuake /yakuake/sessions runCommand "cd /etc"


Open a new tab and change its location to /usr:

qdbus org.kde.yakuake /yakuake/sessions addSession && qdbus org.kde.yakuake
/yakuake/sessions runCommand "cd /usr"

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

Reply via email to