mateosss / matter

Customizable GRUB theme inspired by Material Design
Boost Software License 1.0
868 stars 50 forks source link

Type Error #73

Closed xsqkv closed 2 years ago

xsqkv commented 2 years ago

$>> python3 matter.py -b -hl 888888 -bg 262321 -fg ffffff -ic dfdfdf

[I] Build theme from user preferences Traceback (most recent call last): File "/home/artem/matter/matter.py", line 856, in prepare_source_dir() File "/home/artem/matter/matter.py", line 334, in prepare_source_dir if len(icons) != len(entries): TypeError: object of type 'NoneType' has no len() $>>

mateosss commented 2 years ago

Oh that should have a better error message, but it's due to the fact that you are not specifying the -i flag. I recommend you to go through the quick start section of the README for understanding how to use Matter.

xsqkv commented 2 years ago

Thank You!