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
372 stars 6 forks source link

Konsole colors get out of sync #175

Open luisbocanegra opened 8 months ago

luisbocanegra commented 8 months ago

Describe the bug Sometimes when starting new Konsole split/tab and then color generation is triggered konsole fails to switch to the new colors

To Reproduce Steps to reproduce the behavior:

  1. Make for colors to update
  2. Create a new konsole split/tab
  3. Make colors update again
  4. Repeat 1-3 until the bug occurs

Expected behavior Konsole should always have the current colors

Desktop (please complete the following information):

luisbocanegra commented 8 months ago

This might be solved by making the current applied profile the same for all konsole sessions:

  1. Storing the current profile (default or "TempMyou") to a file somewhere.
  2. For all new sessions, read the current profile and apply it from the shell rc file (e.g. zshrc, bashrc...)