1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[doc] Update debugging manpage.

This commit is contained in:
Dave Davenport 2022-04-11 11:24:36 +02:00
parent 8274b1cc76
commit 2606907dc8
2 changed files with 45 additions and 3 deletions

View file

@ -11,13 +11,36 @@ to help pin\-point the problem.
First try disabling your custom configuration: \fB\fC\-no\-config\fR First try disabling your custom configuration: \fB\fC\-no\-config\fR
.PP .PP
Disable parsing of configuration. This runs rofi in \fIstock\fP mode. This disables the parsing of the configuration files. This runs rofi in \fIstock\fP mode.
.PP .PP
If you run custom C plugins, you can disable them using: \fB\fC\-no\-plugins\fR If you run custom C plugins, you can disable the plugins using: \fB\fC\-no\-plugins\fR
.SH Get the relevant information for an issue
.PP
Please pastebin the output of the following commands:
.PP .PP
Disables the loading of plugins. .RS
.nf
rofi \-help
rofi \-dump\-config
rofi \-dump\-theme
.fi
.RE
.PP
\fB\fCrofi \-help\fR provides us with the configuration files parsed, the exact version, monitor layout
and more useful information.
.PP
The \fB\fCrofi \-dump\-config\fR and \fB\fCrofi \-dump\-theme\fR output gives us \fB\fCrofi\fR
interpretation of your configuration and theme.
.PP
Please check the output for identifiable information and remove this.
.SH Timing traces .SH Timing traces
.PP .PP

View file

@ -14,6 +14,25 @@ This disables the parsing of the configuration files. This runs rofi in *stock*
If you run custom C plugins, you can disable the plugins using: `-no-plugins` If you run custom C plugins, you can disable the plugins using: `-no-plugins`
## Get the relevant information for an issue
Please pastebin the output of the following commands:
```bash
rofi -help
rofi -dump-config
rofi -dump-theme
```
`rofi -help` provides us with the configuration files parsed, the exact version, monitor layout
and more useful information.
The `rofi -dump-config` and `rofi -dump-theme` output gives us `rofi`
interpretation of your configuration and theme.
Please check the output for identifiable information and remove this.
## Timing traces ## Timing traces
To get a timing trace, enable the **Timings** debug domain. To get a timing trace, enable the **Timings** debug domain.