Ticket #128 (closed enhancement: fixed)
Add functionality to open a new tab to a specified directory via dbus
| Reported by: | bsteinfeld | Owned by: | bsteinfeld |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5.0 |
| Component: | guake | Version: | |
| Keywords: | tab, dbus | Cc: |
Description
Modified the dbus add_tab function to accept a string parameter
denoting the initial directory of said new tab. This change is partially hacked (I originally made these changes on an old version of guake which had different parameters for the "add_tab" function. Thus when I migrated my code to V4.0 I simply used a instance variable to pass the data), but seems to be working!
This is a useful change because it allows the enduser to open a new tab on a specific folder via dbus. For example, one now has the ability to add an action in Nautilus which opens a new tab in Nautilus' current directory (like similar functionality for gnome terminal).
