Merge branch 'dddoc' into 'master'

doc: Describe how to control debugging mode

See merge request World/Phosh/squeekboard!554
This commit is contained in:
dcz
2022-06-14 15:23:43 +00:00

View File

@ -90,6 +90,14 @@ Layouts can be selected using the GNOME Settings application.
$ gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('xkb', 'de')]" $ gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('xkb', 'de')]"
``` ```
### Debugging mode
Squeekboard prints some information on standard output by default. To get deep debugging information, it can also print all changes in (some of) its internal state. Those logs are most useful when reporting hard to catch issues, and can be enabled using the following command:
```
busctl set-property --user sm.puri.SqueekDebug /sm/puri/SqueekDebug sm.puri.SqueekDebug Enabled b true
```
### Environment Variables ### Environment Variables
Besides the environment variables supported by GTK and [GLib](https://docs.gtk.org/glib/running.html) applications Besides the environment variables supported by GTK and [GLib](https://docs.gtk.org/glib/running.html) applications