-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- dnf install kde-material-you-colors
- kde-material-you-colors
- 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'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working