Ticket #446 (closed enhancement: worksforme)

Opened 13 months ago

Last modified 11 months ago

Parameter --workdir

Reported by: kndrio Owned by: somebody
Priority: trivial Milestone: 0.5.0
Component: guake Version:
Keywords: suggestion Cc:

Description

My suggest is to create a parameter to receive a path to open guake in this directory. I tried to open guake using -t -n 1 -e cd %d in krusader file manager to make guake my default terminal on this software but this does not work appropriately.

Change History

Changed 11 months ago by lincoln

  • status changed from new to closed
  • resolution set to worksforme

I guess the only wrong thing here is that you've missed the quotes. I tried the following command and everything seems to work:

guake -t -n 1 -e "cd /tmp"

Note the quotes around the cd command and the actually directory.

Closing this bug, please reopen if I missed something :)

Note: See TracTickets for help on using tickets.