I installed Sublime Text 2 on Ubuntu 12.04 as per this tutorial. http://www.technoreply.com/how-to-install-sublime-text-2-on-ubuntu-12-04...
However I don't have adequate permissions when launching the program from the Ubuntu launcher. For example I cannot install packages, or if I add a folder to the sidebar when I close Sublime and reopen the folder is no longer listed.
My sublime-text 2 editor no longer starts when I click it's icon in my dock.
The icon does the normal slow pulsing for a while (unity) but nothing seems to load.
How can I determine why sublime has started failing?
I want to make a .desktop file like described here.
[Desktop Entry]
Name=Sublime Text 2
GenericName=Sublime Text 2
Comment=Edit text files
Exec=/home/user/opt/sublime/Sublime Text 2/sublime_text %U
However, running that from Nautilus's context menu using Open with this gives me
Could not find '/home/user/opt/sublime/Sublime'
So I tried
Exec="/home/user/opt/sublime/Sublime Text 2/sublime_text
I use the sublime text 2 text editor for developing in Ubuntu. When I want to open a file form the command line i need to type sublime-text-2 .
Hey, I'm new to CrunchBang, really liking the OS now after forcing myself to play around with it, (just switched from windows), however one problem I can't seem to solve is Sublime Text 2 not opening files such as .js even though it's set as the default text editor, even when I right click the .js file and go to the 'Open With' tab, Sublime Text 2 is not displayed in the l
I just created a symbolic link to sublime:
$ sudo ln -s /opt/SublimeText2/sublime_text /usr/bin/subl
The problem is that it opens the last project and the open I want:
$ subl my-project
or
$ ~/my-project/subl .
Both commands open Sublime Text 2 but twice, so I have two ST2 running.
How to solve this?
I use sublime as my primary text editor. I installed it using this ppa
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
After I use if for a while, when I try to save any unsaved work i get an warning saying "This is unregistered evaluation version"
When I click "Cancel" on the dialog box. It allows me to continue using.
i am using zsh, i want to open files from terminal using sublime, like so:
sublime text.txt
instead of
nano text.txt
i used to know how to do it, i did it on my old computer, i had linux mint 12, now i forgot how, and i can't find the tutorial, now i am on ubuntu 12.04 lts
I am quite new to Ubuntu, so I am running into some problems.
I was following this tutorial to install Ruby Tests for Sublime Text 2: https://github.com/maltize/sublime-text-2-ruby-tests
There is one point:
Make a copy of RubyTest.sublime-settings file to ~/Library/Application Support/Sublime Text 2/Packages/User/ and make your changes.
But when I try to copy, I get error that there is no suc