1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

Update troubleshooting.md

Flatpak debugging instructions.
This commit is contained in:
Brian Di Palma 2024-02-15 12:35:15 +00:00 committed by GitHub
parent 22f9f8d288
commit 16589e05c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,14 @@ PS C:\> $env:WEZTERM_LOG="debug"
PS C:\> wezterm
```
When using a flatpak you must first enter the flatpak container by running:
```
flatpak run --command=sh --devel org.wezfurlong.wezterm
```
Before then running `wezterm`.
Each log line will include the module name, which is a colon separated
namespace; in the output below the modules are `config`,
`wezterm_gui::frontend`, `wezterm_font::ftwrap` and `wezterm_gui::termwindow`: