Ticket #138 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

--new-tab doesn't open folders with spaces

Reported by: michote Owned by: somebody
Priority: minor Milestone: 0.5.0
Component: guake Version:
Keywords: Cc:

Description

Playing around with the --new-tab command, I found that open folder in a new tab doesn't work, if one folder in the path has a space in its name. Using quotes ('," or ) doesn't help.

Change History

Changed 4 years ago by pingou

Tried to use \ ?

./folder/path\ to\ my\ folder

Changed 4 years ago by michote

Doesn't work either. I want to use it as a nautilus-script which provide the path without '\'.

Changed 4 years ago by lincoln

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

Hi,

Hehe, I've tested guake.py so many times, but I forgot to test the wrapper script that actually calls guake.py. The problem here is the lack of quotes around the $@ param in src/guake.in script.

Thank you for reporting!

Note: See TracTickets for help on using tickets.