Review of "Place Windows In Center" version 1

Details Page Preview

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'.


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
6 Inactive
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Inactive

Previous Reviews on this Version

fmuellner active
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.
gnome_projects posted a review
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
gnome_projects posted a review
Added 3.10.4 support in version 4 of the extension.