8

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?

Scrooge McDuck
  • 996
  • 1
  • 9
  • 23

1 Answers1

15
env GNOME_SHELL_SLOWDOWN_FACTOR=2 \ 
    MUTTER_DEBUG_DUMMY_MODE_SPECS=1024x768 \
    dbus-run-session -- gnome-shell --nested \
                                    --wayland

Source

Scrooge McDuck
  • 996
  • 1
  • 9
  • 23