Hacker News new | ask | show | jobs
by panick21_ 655 days ago
They are already making extensive use of extensibility. Much more of what is in Gnome itself is in plugins. Unlike in Gnome where all plugins are in the same JS process. Each plugin is its own process and uses Wayland to communicate. So you can have lots of complexity in a plugin, it can crash and not take down the rest.
1 comments

Can you do the equivalent change in functionality that is possible with Gnome Shell extensions?