Add Sublime Text 2 to the right click context menu in Ubuntu 12.04

linux, sublimetext2, ubuntu

Solution

Assuming you followed guide on:

http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04-unity/

You simply need to add a `%f` to your Exec line in `sublime.desktop` like:

Exec=sublime %f

Problem

Title pretty much sums my question. I want to open a folder in sublime text by right clicking the folder and clicking on "open folder in sublime text" context menu. I am using Ubuntu 12.04

Original source