blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Directory is ignored on linux (xfce) #4

Closed phellmes closed 9 years ago

phellmes commented 9 years ago

When I use "open terminal here" it opens a terminal but completely ignores the directory. The terminal always starts at home directory which is not the desired behavior.

It doesn't matter if I use it from the tree view or from an open file.

I'm on Linux Mint 17.1 with XFCE desktop.

blueimp commented 9 years ago

Which version of the plugin are you running? I've just released v2.0.0 yesterday which fixes this issue on Ubuntu Linux.

phellmes commented 9 years ago

I've updated to v2.0.0 earlier but still had the issue. Now - after closing and starting again - it's gone. Thanks!

I noticed that the update didn't finish correctly after hitting the button - it kept going on and on but the package manager later said it was on v2.0.0 (maybe that caused the delay). I don't know if that's an issue with the packages (happens sometimes with different packages, first time with yours) or with atom itself.

But I'm happy that it works now because that saves me a lot of time.

blueimp commented 9 years ago

Thanks @phellmes!

I'm not sure what caused the delay in the update. As a package developer, updating a package consists only of running a publish command which pushes the updates to GitHub and registers the new package in the Atom registry.