1.4.2
(in i3 config file, bound to a key)
rofi -show run -display-run "馃攳"
Output of uname -a:
Linux TomArch2 4.13.7-1-ARCH #1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017 x86_64 GNU/Linux
I believe the bug I'm having is also related to this issue.
Error I get is this.
When I comment out lines 15-19 of my Xresources, everything works, albeit with different colors of course.
@warsawpact I got the same error. But the easy way to fix it is to add a 0 to the affected ARBG values. From what ive seen , it only throws that error when the ARGB color has 7 digits instead of the required 8.
argb:0000000 -> argb:00000000 will fix that error.
@warsawpact unrelated, as @AbrarSyed said, your color specification is invalid.
Conversion to new theme is indeed going wrong, will fix. (odd that this was not caught as we used this code to convert all old themes.)
Fix will be in next release (will try to do soon).
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@warsawpact I got the same error. But the easy way to fix it is to add a 0 to the affected ARBG values. From what ive seen , it only throws that error when the ARGB color has 7 digits instead of the required 8.
argb:0000000->argb:00000000will fix that error.