jluttine / rofi-power-menu

Configurable power menu mode for Rofi and dmenu
MIT License
422 stars 53 forks source link

Text not visible #1

Closed muisje closed 4 years ago

muisje commented 4 years ago

The menu launches with invisible text. The following line is a warning printed in the console when running this:

pango_layout_set_markup_with_accel: Attribute 'allow_breaks' is not allowed on the <span> tag on line 1 char 96

jluttine commented 4 years ago

@muisje Thanks for the report! Weird that I couldn't reproduce the issue. Maybe it's related to a version of some dependency. Anyway, allow_breaks was totally unnecessary, it was there by accident, so I just removed it. Could you check if it works for you now?