-
Notifications
You must be signed in to change notification settings - Fork 623
Debugging Rofi
Dave Davenport edited this page Oct 30, 2016
·
10 revisions
You can enable debug output for multiple parts in rofi using the glib debug framework.
Debug domains can be enabled by setting the G_MESSAGES_DEBUG
environment variable.
At creation of this page the following debug domains exists:
- all: Show debug information from all domains.
- X11Helper: The X11 Helper functions.
- View: The main rofi_view functions.
- Widgets.Box: The Box widget.
- Dialogs.DMenu: The dmenu dialog.
- Dialogs.Run: The run dialog.
- Dialogs.DRun: The desktop file run dialog.
TODO: Change naming dialogs to mode.
Example: G_MESSAGES_DEBUG=Dialogs.DRun rofi -show run
To get specific output from the Desktop file run dialog.