Review of "Mutter Primary GPU" version 1

Details Page Preview

Override primary GPU selection for Wayland

Extension Homepage
https://github.com/zaidka/mutter-primary-gpu

No comments.

FAQ

Files

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

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Version Status
3 Active
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. You are doing too much spawn commands (even `pkexec`). That's too much for session modes. Please remove session modes and send it again. 2. Also don't return in disable like that (line 34 extension.js). Do this instead: ```js if (sessionModeSignal) { sessionMode.disconnect(sessionModeSignal); sessionModeSignal = null; } if (indicator) { aggregateMenu._indicators.remove_child(indicator); indicator.menu.destroy(); indicator = null; } ```
zaidka posted a review
Thanks for the feedback. I have made the requested changes and will upload again shortly.