Closed popov895 closed 2 years ago
Thanks for feedback!
According to output from builder-live.log package python3-lxml
is missing:
running /usr/bin/python3.10 -c "import lxml; from lxml import etree; print(lxml.get_include())" 2>&1
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'lxml'
CMake Warning at CMakeLists.txt:42 (message):
lxml or lxml.etree not found; icon generation disabled
...
-- The following features have been disabled:
* Icon generation, for 24x24 icons.
This feature requires Python 3 and the lxml Python 3 module.
Awesome, thanks!
Breeze icons are missing icons of some sizes (e.g.
24
,24@2
and24@3
for actions). This causes some GTK applications to use icons of the wrong size:Icons of these sizes should be generated automatically, but judging by their absence, this doesn't happen.
See: