Review of "New Instance on Current Workspace" version 1

Details Page Preview

Causes applications to be started on the current workspace, instead of a new, blank one when launching a new instance via middle-click.

Extension Homepage
https://gitorious.org/chrisirwin-utils/newinstancecurrentworkspace

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
1 Active

Previous Reviews on this Version

gcampax posted a review
Seems fine! (although I think there already was an extension to do this, maybe this could have posted as an update to that)
Chris Irwin posted a review
The closest I could find was the following: https://extensions.gnome.org/extension/67/dash-click-fix/ That extension is actually the basis for mine, and I've hopefully correctly credited the original author in the code. That extension changed behaviour of onActivate() to launch a new instance, instead of activating an existing instance. My extension instead changes the behaviour of onClick() to launch a new instance on middle click (which shell already does by default) on the current workspace, instead of a new one. Although the extensions could probably be combined due to their similar and simplistic functionality, I think that without some sort of easy configuration (not "edit extension.js"), they are best left separate currently.