When enabled the first starting position of any application window shall be in the center of the current screen. NO LONGER UPDATED! If you have 3.14 or higher gnome-shell, then using dconf-editor go to /org/gnome/mutter/, and check 'center-new-windows'.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
The placement code looks slightly wrong: - the original x/y should be monitor.x/monitor.y - you should than *add* the correct offset, e.g. x += Math.floor((monitor.width - rect.width) / 2); Apart from that, you should use "3.12" in metadata.json (and pretty sure "3.10" works as well) - we don't break API in a stable release, so no reason to keep it from 3.12.1 users (or 3.12.3 when we release that). None of this is a reason for rejecting the extension though, so approving.
The requested changes have been added: - the original x/y should be monitor.x/monitor.y - x += Math.floor((monitor.width - rect.width) / 2); - More versions
Added 3.10.4 support in version 4 of the extension.