Fix plugin focus issues on osx
GTK/OSX does not automatically assign focus to the new windows (upstream issue), so activateIgnoringOtherApps is called. However, if it is called before gtk initialized it may cause number of focus issues.
GTK/OSX does not automatically assign focus to the new windows (upstream issue), so activateIgnoringOtherApps is called. However, if it is called before gtk initialized it may cause number of focus issues.