chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
253 stars 10 forks source link

glue browse is not launching default browser in Linux Sublime Text 2 #9

Closed chrissimpkins closed 10 years ago

chrissimpkins commented 10 years ago

and glue localhost

chrissimpkins commented 10 years ago

testing xdg-open approach for linux st2 users...

chrissimpkins commented 10 years ago

Any Linux ST2 users out there who can verify that they are having issues with this as well? Any Linux ST2 users who can verify that it works on their system?

The Python webbrowser module should be working in the Python 2.6 version in ST2.

I am considering xdg-open as an alternative for the Python webbrowser.open() method call in Linux ST2.

chrissimpkins commented 10 years ago

checked it in a different Linux distro and it is working. No longer considered a bug. Please file a new bug report if you experience problems.