Ticket #128 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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).

Attachments

0214-Modified-the-dbus-add_tab-function-to-accept-a-strin.patch Download (4.0 KB) - added by bsteinfeld 4 years ago.
The patch file formatted by git-format-patch

Change History

Changed 4 years ago by bsteinfeld

The patch file formatted by git-format-patch

Changed 4 years ago by bsteinfeld

  • priority changed from major to minor
  • status changed from new to assigned

Changed 4 years ago by pingou

  • version 0.4 deleted
  • milestone changed from 0.4.0 to 0.5.0

Changed 4 years ago by lincoln

  • status changed from assigned to closed
  • resolution set to fixed

Hi bsteinfeld,

Thank you very much for your contribution. Based on your idea/implementation I've done it. I'll try to do something about nautilus actions to comment on bug #126. Thank you!

Note: See TracTickets for help on using tickets.