ZaWertun / fedora-copr-kde5

https://copr.fedorainfracloud.org/coprs/zawertun/kde/
18 stars 4 forks source link

Breeze icons are missing icons of some sizes #128

Closed popov895 closed 2 years ago

popov895 commented 2 years ago

Breeze icons are missing icons of some sizes (e.g. 24, 24@2 and 24@3 for actions). This causes some GTK applications to use icons of the wrong size:

gcyz3hhs0bh91

Icons of these sizes should be generated automatically, but judging by their absence, this doesn't happen.

See:

ZaWertun commented 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.
ZaWertun commented 2 years ago

Build: https://copr.fedorainfracloud.org/coprs/zawertun/kde/build/4732299/

popov895 commented 2 years ago

Awesome, thanks!