Hello,
I am new to using Ubuntu 12.04 and noticed two different ways of launching Sublime Text 2 via Terminal window, first being sudo and the other being gksu.
Upon using both I noticed they are different instances of Sublime Text 2 with different files that I’ve opened on both including saving snippets. Launching with gksu saves the snippets into root/etc/etc and sudo saves them into the home/user/etc/etc.
What is the preferrable way to launch Sublime Text 2 in the terminal window? Sudo or gksu and why?
Thanks for the input!