VintageEx icon indicating copy to clipboard operation
VintageEx copied to clipboard

:sh not working

Open maysara opened this issue 12 years ago • 1 comments

when using Vintage and VintageEx (beutiful, mind blowing editing experience), one thing is not working; :sh to execute shell, i get an error saying :

VintageEx: Error while executing command through shell

I've took a look at the relevant code, the error must arise from either:

p = subprocess.Popen([the_shell, '-c', name], stdout=subprocess.PIPE)

or

try: self.open_shell([term, '-e', 'bash']).wait() except Exception as e: print e sublime.status_message("VintageEx: Error while executing command through shell.") return

I'm pretty sure i have bash installed

This is ubuntu 12.10 x86_64, sublime 2.0.1 build 2217

maysara avatar Mar 05 '13 23:03 maysara

I have the same issue. I am running ArchLinux. As I understood It can't read correctly enviroment variables. If I manually set "vintageex_linux_terminal": "xfce4-terminal", "vintageex_linux_shell": "bash", in my user settings, then it works fine.

lavrinovu4 avatar Dec 16 '15 08:12 lavrinovu4