GNOME Bugzilla – Bug 307925
Dragging folder to terminal launcher should open at that directory
Last modified: 2005-07-01 23:42:55 UTC
Version details: 2.10.0 Distribution/Version: Ubuntu 5.04 1. Put a Terminal launcher in your panel if there isn't one there already. 2. Drag a folder, other than your home folder, onto the launcher. What should happen: * The terminal opens at the folder you dragged. What actually happens: * The terminal opens at your home folder.
This can be done by changing the launcher command to: gnome-terminal --working-dir=%d Dropping a file will still open the terminal in the directory of that file.
Created attachment 47868 [details] [review] Change .desktop file to handle dropped directories
Oops, the %d in the patch should be a %f to work correctly.
Commited with the change to use %f.