Skip to content

[BUG] kde-material-you-colors is not working and outdated #10155

@veuxit

Description

@veuxit

Full Raw Package Name (e.g. anda-0.4.14-1.fcrawhide.x86_64)

kde-material-you-colors-2.0.0-5.fc43.x86_64

Release Version

f43

Describe the Bug

Not working and outdated (2.0.2 is available)
Can be updated manually, automatic update script is broken

To Reproduce

  1. dnf install kde-material-you-colors
  2. kde-material-you-colors
  3. error

Expected Behavior

It should work??

Relevant Log Output

Traceback (most recent call last):
  File "/home/veux/.local/bin/kde-material-you-colors", line 5, in <module>
    from kde_material_you_colors.main import main
  File "/usr/lib/python3.14/site-packages/kde_material_you_colors/main.py", line 552, in <module>
    main()
    ~~~~^^
  File "/usr/lib/python3.14/site-packages/kde_material_you_colors/main.py", line 379, in main
    from . import apply_themes
  File "/usr/lib/python3.14/site-packages/kde_material_you_colors/apply_themes.py", line 5, in <module>
    from kde_material_you_colors.utils import (
    ...<8 lines>...
    )
  File "/usr/lib/python3.14/site-packages/kde_material_you_colors/utils/m3_scheme_utils.py", line 29, in <module>
    from kde_material_you_colors.utils.extra_image_utils import sourceColorsFromImage
  File "/usr/lib/python3.14/site-packages/kde_material_you_colors/utils/extra_image_utils.py", line 10, in <module>
    SCORE_OPTIONS = ScoreOptions(
        desired=7,  # ANSI colors target
    ...<2 lines>...
        dislike_filter=True,  # Fix globally disliked colors
    )
TypeError: ScoreOptions.__init__() got an unexpected keyword argument 'dislike_filter'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions