Subl on remote Ubuntu

##Initial Install:
$wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3065_amd64.deb
#dpkg -i sublime-text_build-3065_amd64.deb

##Runtime Error:
$subl
Unable to load gtk_window_set_skip_pager_hint from libgtk-x11-2.0.so

#apt-get update
#apt-get install apt-file
#apt-file update
#apt-file search libgtk-x11-2.0.so

#apt-get install libgtk2.0-0
$subl
##Celebrate!!

Leave a Reply

Your email address will not be published. Required fields are marked *