with apologies

Debugging Electron apps

Richard Mortier · August 14, 2024 · #tech #nixos #sway #old

Another short one, this time the magic flags to get debug output and access to webdev tools under Electron apps such as Slack and whatnot on Wayland:

APPLICATION --enable-logging --devtools \
  --platform=wayland --enable-features=UseOzonePlatform --password-store="gnome_libsecret"