gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 61 forks source link

Fixing focus issue in Chrome on Linux #64

Closed woutervddn closed 9 years ago

woutervddn commented 9 years ago

Due to a new update in Chrome, xdotool isn't able to make chrome obey orders whenever the Chrome window is not in focus.

By adding windowfocus to the script (linux/_init.py) at line 40 this issue gets resolved.

This problem is described in: https://github.com/gcollazo/BrowserRefresh-Sublime/issues/61#issuecomment-62256891

bjarnisig commented 9 years ago

When can we expect this fix to be merged? I can confirm that this fixes the issue in Ubuntu 12.04, running sublime version 2.0.2 and Browser Refresh version 1.4.0

woutervddn commented 9 years ago

beats me.. this should be able to automerge...

ericlagergren commented 9 years ago

Works perfectly, thanks @woutervddn