https://bugs.kde.org/show_bug.cgi?id=517478
Devin Lin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma-mobile/qmlkonsole/-/comm |ma-mobile/qmlkonsole/-/comm |it/9361861489cf9247c49ec093 |it/cd91b920ce1a274da1b3321a |e0bafcf8f6b23ce0 |3be032f2a9673385 --- Comment #3 from Devin Lin <[email protected]> --- Git commit cd91b920ce1a274da1b3321a3be032f2a9673385 by Devin Lin, on behalf of Perry Gibson. Committed on 19/07/2026 at 04:53. Pushed by devinlin into branch 'release/26.08'. Search external directories for custom color schemes `colorSchemesDirs()` only returned the embedded Qt resource path, making it impossible to use custom `.colorscheme` files from `~/.local/share/konsole/` or `/usr/share/konsole/`. The `add_custom_color_scheme_dir()` function and `custom_color_schemes_dirs` list existed but were never included in the search paths. Now searches: 1. Embedded Qt resources (bundled schemes) 2. `~/.local/share/konsole/` (user schemes) 3. `/usr/share/konsole/` (system schemes) 4. Any paths added via `add_custom_color_scheme_dir()` M +5 -1 lib/tools.cpp https://invent.kde.org/plasma-mobile/qmlkonsole/-/commit/cd91b920ce1a274da1b3321a3be032f2a9673385 -- You are receiving this mail because: You are watching all bug changes.
