https://bugs.kde.org/show_bug.cgi?id=506422
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Harald Sitter <[email protected]> --- The way the current module deals with filtering is super messy. It basically disqualifies all layouts that are a variant (such as the dead keys layouts). Unfortunately fixing this is a bit non-trivial because there are also performance problems and relevance problems if this filter was not in place. e.g. searching for "english" would yield half the world's layouts because they have english variants. Most relevant line in the current code https://invent.kde.org/plasma/plasma-desktop/-/blob/44c7251cd00a6f6ad955f8e60e5ae23c3afb7121/kcms/keyboard/ui/LayoutDialog.qml#L61 Also for future reference the LayoutSearchModel is essentially no-op from a filter perspective https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/keyboard/layoutsearchmodel.cpp#L59 -- You are receiving this mail because: You are watching all bug changes.
