ligershark / Kulture

Sublime extension for ASP.NET vNext
Other
236 stars 30 forks source link

kulture error: Terminal: The terminal terminal was not found in xubuntu #43

Closed PauloPhagula closed 10 years ago

PauloPhagula commented 10 years ago

I have the error in title on xubuntu

I realize the error is coming from line 90 in Kulture.py whereby default terminal program is assumed to be terminal when window manager is xfce4.

elif wm[0] == 'xfce4-session':
    default = 'terminal'
elif wm[0] == 'ksmserver':

In my case I'm running Xubuntu with no particular changes to system and default terminal program is xfce terminal.

sayedihashimi commented 10 years ago

I have moved the issue to https://github.com/OmniSharp/Kulture/issues/7. Let's continue the discussion there.

I am going to be moving everything to that new repo this weekend hopefully.