rofi-pass icon indicating copy to clipboard operation
rofi-pass copied to clipboard

Rofi error prompt (`Rofi is unsure what to do`) with default config

Open bitspook opened this issue 3 years ago • 1 comments

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:

rofi-2022-09-08-1509-00000

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

image

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.

bitspook avatar Sep 08 '22 09:09 bitspook

Just creating the connection to https://github.com/carnager/rofi-pass/issues/223

Narrat avatar Sep 09 '22 20:09 Narrat