carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
696 stars 122 forks source link

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

Closed bitspook closed 8 months ago

bitspook commented 2 years ago

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.

Narrat commented 2 years ago

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