paperwm / gnome-shell-mode

Package for developing gnome-shell extensions
GNU General Public License v2.0
27 stars 7 forks source link

Integrate log output #18

Open olejorgenb opened 6 years ago

olejorgenb commented 6 years ago

Minimally: A buffer that tails the log and linkify stacktraces (Something like this)

Inspiration (error layer): https://www.destroyallsoftware.com/talks/a-whole-new-world

Assoc the above talk: Tracing might be possible too: Debugger-API. Seems to need a separate "compartment" though so it probably requires changes in gjs

hedning commented 5 years ago

Done partially in https://github.com/paperwm/gnome-shell-mode/commit/48823a2bfaaa170ed140b6d6dcca3064a0ea7030

Should be doable to hook up the same machinery filtering a process running something likejournalctl =gnome-shell --follow.