rofi-pass
rofi-pass copied to clipboard
Rofi error prompt (`Rofi is unsure what to do`) with default config
rofi version: 1.7.5
rofi-pass version: 1.5.3
On entering rofi-pass in terminal (or triggering it in any other way), rofi v1.7.5 shows this error prompt:

Culprit seem to be https://github.com/carnager/rofi-pass/blob/master/rofi-pass#L843-L845

rofi -dump-xresources is no longer a valid option, and rofi throws a fit when it encounters that.
As a workaround, adding help_color="#4872FF" (i.e a non-empty help_color) in config don't cause this problem.
Just creating the connection to https://github.com/carnager/rofi-pass/issues/223