Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

opens default ubuntu terminal #25

Open NodeMario opened 8 years ago

NodeMario commented 8 years ago

Hi I am using ubuntu 14.04 and ohmyzsh. on using shortcut ctrl+alt+t default ubuntu terminal opens instead of a terminal inside atom. The other shortcuts does not do anything. Pakages > Term3 > (options are diabled). Please help

ggreer commented 8 years ago

This seems like an Ubuntu issue. Neither our package nor Atom can intercept the shortcut if Ubuntu is already bound to it. Can you open a terminal by choosing "Term3: Open" from Atom's command palette?

Also, to get your customized shell, you might need to Atom, then run atom in your terminal. If you clicked on the icon in the launcher, your environment (including $SHELL) might be the default.

vincevargadev commented 8 years ago

@NodeMario: See my comment in another issue https://github.com/Floobits/atom-term3/issues/27#issuecomment-172900263

You can either rebuild the package from the UI, or you can do it in the command line

cd ~/.atom/packages/term3/node_modules/pty.js/build
npm install

It solved the issue for me, hope it helps u too.

roerjo commented 6 years ago

I am running into the same issue (Ubuntu 16.04). I can open from the Command Palette, but the keyboard open shortcuts do not work (ctrl-alt-t opens external terminal). I tried @vargavince91 suggestion by rebuilding from the command line and that did not change anything for me.