Gnome 扩展测试

Gnome 扩展测试

所以我想写一个 gnome 扩展。文档https://wiki.gnome.org/Projects/GnomeShell/Extensions/EcoDoc/FirstExtension已过时,建议使用 alt+f2 然后输入 r 重新启动 gnome。问题是当前版本的 ubuntu 使用 wayland 并给出“wayland 上无法重新启动”的信息。

我如何才能测试扩展而不必每次都注销并重新登录?有没有办法在 CLI 中生成另一个会话并使用它来调试?

答案1

https://gjs.guide/extensions/development/debugging.html#reloading-extensions

感谢@PRATAP 指出新文档,其中建议执行以下操作来启动嵌套会话

dbus-run-session -- gnome-shell --nested --wayland

相关内容