-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
(hope you don't mind the self-advertisement)
On Unix, rfd currently relies on zenity being installed in order to create message boxes. This isn't great, since it's a runtime dependency that can't be compiled into the program, and it might not always be installed.
Alerta is my attempt at displaying simple message boxes on X11 without any C dependencies. It may be worth switching to it to avoid the problems caused by zenity.
This would cause a few regressions, so it might not be acceptable:
- No support for selecting text, or for copying it out of the message box Ctrl+C should copy the dialog message to the clipboard SludgePhD/Alerta#3
- No accessibility support (AT-SPI requires speaking DBus) Accessibility SludgePhD/Alerta#4
- No support for selecting buttons with the keyboard Keyboard Navigation SludgePhD/Alerta#2
Apart from the accessibility issue, these should be resolvable with relative ease if desired.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels