multi-monitors-add-on
multi-monitors-add-on copied to clipboard
Gnome 47 Support? (Ubuntu 24.10)
Any ideas when you might be able to update for Gnome 47 for Ubuntu 24.10? I just tried using the current version that is labeled for 46 but it doesn't work. When I turn it on in the extension manager app, the toggle just stays gray and nothing happens.
You can do it yourself:
- Go to add-on:
cd multi-monitors-add-on/multi-monitors-add-on@spin83/ - Open metadata.json in editor:
nano metadata.json - Add '47' to shell-version like this:
"shell-version": ["45", "46", "47"],
Restart the shell and you can use the extension again.
Opened a PR for this #11
Merged #11