gnome-shell

How to test / debug GNOME Shell extensions? Is there any tool for that?

余生颓废 提交于 2019-11-29 22:02:52
I would like to develop GNOME Shell extensions and found it's really easy to step into the development process but I still can't figure out how to debug / test my extensions effectively. Are there any tools for that purpose? Is there any kind of real time console like we have on modern browsers or javascript servers environments? Yes, the real-time console is called "Looking Glass" and can be started by pressing Alt + F2 and typing lg at the prompt. More info: https://live.gnome.org/GnomeShell/LookingGlass On Fedora 20 (and probably any new linux distro) you can use that command: journalctl

How to test / debug GNOME Shell extensions? Is there any tool for that?

久未见 提交于 2019-11-28 18:14:37
问题 I would like to develop GNOME Shell extensions and found it's really easy to step into the development process but I still can't figure out how to debug / test my extensions effectively. Are there any tools for that purpose? Is there any kind of real time console like we have on modern browsers or javascript servers environments? 回答1: Yes, the real-time console is called "Looking Glass" and can be started by pressing Alt + F2 and typing lg at the prompt. More info: https://live.gnome.org