https://bugs.kde.org/show_bug.cgi?id=517478
Devin Lin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma-mobile/qmlkonsole/-/comm | |it/9361861489cf9247c49ec093 | |e0bafcf8f6b23ce0 Status|ASSIGNED |RESOLVED --- Comment #2 from Devin Lin <[email protected]> --- Git commit 9361861489cf9247c49ec093e0bafcf8f6b23ce0 by Devin Lin, on behalf of Perry Gibson. Committed on 18/07/2026 at 17:43. Pushed by devinlin into branch 'master'. 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/9361861489cf9247c49ec093e0bafcf8f6b23ce0 -- You are receiving this mail because: You are watching all bug changes.
