Sublime Forum

Sublime + VintageEx; :sh not working

#1

Hello,

I’m not sure if its ok to post this here or better have it in VintageEx issues, as i’m not sure where the problem lies; 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 :wink:

This is ubuntu 12.10 x86_64, sublime 2.0.1 build 2217

0 Likes