luisbocanegra / kde-material-you-colors

Automatic color scheme generator from your wallpaper for KDE Plasma powered by Material You
https://store.kde.org/p/2136963
GNU General Public License v3.0
353 stars 6 forks source link

Plasma Icons not changing #223

Closed ewan58385 closed 1 week ago

ewan58385 commented 1 week ago

Describe the bug After adding libexec to path so whereis can find them, while the logs seem to show everything was successful, icons stay the same colour.

To Reproduce

  1. Ensure libexec is added to path
  2. run kde-material-you-colors

Screenshots Screenshot_20240709_123218

Desktop OS: KDE neon 6.0 x86_64 Host: B460 AORUS PRO AC -CF Kernel: 6.5.0-41-generic Shell: bash 5.1.16 DE: Plasma 6.1.2 WM: KWin Theme: Breeze-Dark [GTK2], Breeze [GTK3] Icons: breeze-dark [GTK2/3] CPU: Intel i7-10700K (16) @ 5.100GHz GPU: NVIDIA GeForce RTX 3080

Logs


ewanw@ewan-b460aorusproac:~$ kde-material-you-colors
[D] utils: kill_existing: Found previous process in PID file: '61578' killing...
[D] utils: kill_existing: Process not found, probably ended by someone else
[I] main: main: ###### STARTED NEW SESSION ######
[D] main: main: Installed in /home/ewanw/.local/pipx/venvs/kde-material-you-colors/lib/python3.10/site-packages/kde_material_you_colors
[D] config: eval_conf: Config "on_change_hook": empty, using fallback: None
[D] config: eval_conf: Config "color": empty, using fallback: None
[D] config: eval_conf: Config "custom_colors_list": empty, using fallback: None
[D] config: eval_conf: Config "darker_window_list": empty, using fallback: None
[W] main: main: Screenshot mode enabled, Waiting 86400.0s between updates
[D] main: main: {'light': False, 'file': None, 'monitor': 0, 'ncolor': 0, 'iconslight': 'breeze', 'iconsdark': 'breeze-dark', 'pywal': True, 'pywal_light': False, 'light_blend_multiplier': 1, 'dark_blend_multiplier': 1, 'on_change_hook': None, 'sierra_breeze_buttons_color': False, 'disable_konsole': False, 'titlebar_opacity': 100, 'titlebar_opacity_dark': 100, 'toolbar_opacity': 100, 'toolbar_opacity_dark': 100, 'konsole_opacity': 100, 'konsole_opacity_dark': 100, 'color': None, 'klassy_windeco_outline': False, 'custom_colors_list': None, 'darker_window_list': None, 'use_startup_delay': True, 'startup_delay': 2, 'plasma_follows_scheme': False, 'pywal_follows_scheme': False, 'main_loop_delay': 1.0, 'screenshot_delay': 86400.0, 'once_after_change': False, 'pause_mode': False, 'screenshot_only_mode': True, 'scheme_variant': 5, 'chroma_multiplier': 8.0, 'tone_multiplier': 1.0, 'qdbus_executable': 'qdbus'}
[I] main: main: Wallpaper: None (screenshot): /tmp/kde-material-you-colors-desktop-screenshot-ewanw.png
[I] m3_scheme_utils: get_color_schemes: Using seed: 0:#d40000
[I] plasma_utils: apply_color_schemes: Successfully applied the colour scheme MaterialYouDark to your current Plasma session
[I] plasma_utils: set_icons: Icon theme changed to breeze-dark: org.kde.plasma.changeicons: Icon theme is already used
[I] kwin_utils: klassy_update_decoration_color_cache: Updating Klassy decoration color cache
[I] konsole_utils: get_default_profile: Found default profile 'CustomColours.profile'
[D] konsole_utils: reload_profile: Konsole services (windows) running (1):
[D] konsole_utils: reload_profile: org.kde.konsole-63273 (1 sessions)
[I] pywal_utils: apply_schemes: Setting pywal colors...
[D] pywal_sequences_timeout: send: Sending sequences to /dev/pts/1 /dev/pts/0
[I] pywal_sequences_timeout: send: Set terminal colors.
[I] export: every: Exported all files.
[I] export: every: Exported all user files.
[I] reload: env: Reloaded environment.
[I] kwin_utils: reload: Reloading KWin
 #2d0001  #ee7264  #bdab8b  #d8a097  #e0a097  #e9ada6  #ccbb99  #dec799 
 #d2a9a3  #f38679  #c5b69b  #deaca5  #e5aca4  #ecb8b2  #d3c3a6  #e2cea7 
 #bc918b  #ae463c  #8e7158  #a06861  #a56860  #ac726a  #997b61  #a58461 
luisbocanegra commented 1 week ago

Please make sure that colors in system settings is set to "Accent color from color scheme", from your screenshot it looks like the accent color is the only thing wrong

image

Yet another thing I should have added to the readme/wiki long ago. Or maybe the back-end should change that automatically

ewan58385 commented 1 week ago

Fantastic! Thanks!