SUMMARY In the hotkey settings, the search bar ignores the localization and only works in English. STEPS TO REPRODUCE 1. Start Haruna in another language 2. Open the hotkey settings 3. Type that language's word for "speed" in the search bar (for instance "vitesse" in French) OBSERVED RESULT Results are empty. EXPECTED RESULT The speed hotkeys are shown. If instead you search "speed", the speed hotkeys do appear. SOFTWARE/OS VERSIONS OS: Nobara 40 KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.7.2
Git commit e51972e6f66caf9fe67f78f8cffdc3faa42d997d by George Florea Bănuș. Committed on 27/11/2024 at 06:48. Pushed by georgefb into branch 'master'. actionsmodel: search action text too when filtering M +7 -5 src/models/actionsmodel.cpp M +3 -2 src/models/actionsmodel.h https://invent.kde.org/multimedia/haruna/-/commit/e51972e6f66caf9fe67f78f8cffdc3faa42d997d
Try with the lastest changes. Either compile it yourself or install the latest version through flatpak ``` flatpak uninstall org.kde.haruna flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref flatpak install --user --or-update https://cdn.kde.org/flatpak/haruna-nightly/org.kde.haruna.flatpakref ``` https://userbase.kde.org/Tutorials/Flatpak#Nightly_KDE_apps
(In reply to george fb from comment #2) > Try with the lastest changes. > Either compile it yourself or install the latest version through flatpak > > ``` > flatpak uninstall org.kde.haruna > flatpak install --user --or-update > https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref > flatpak install --user --or-update > https://cdn.kde.org/flatpak/haruna-nightly/org.kde.haruna.flatpakref > ``` > https://userbase.kde.org/Tutorials/Flatpak#Nightly_KDE_apps Could not test, sorry. The nightly flatpak ignores my system locale and only starts in English, and I did not manage to build the source code. It's complaining that it couldn't find ffmpeg even though it definitely is installed.
Tested it myself and it works.
I trust the dev. Thanks!