I am running GNOME Shell under Wayland and I would like to debug extensions in a nested session so that I don't have to restart the compositor, how can I do that?
Asked
Active
Viewed 2,871 times
1 Answers
15
env GNOME_SHELL_SLOWDOWN_FACTOR=2 \
MUTTER_DEBUG_DUMMY_MODE_SPECS=1024x768 \
dbus-run-session -- gnome-shell --nested \
--wayland
Scrooge McDuck
- 996
- 1
- 9
- 23