There is an inconsistence in find next/previous icons in terminal and shortcut settings. STEPS TO REPRODUCE OBSERVED RESULT In terminal find next is an arrow up and in shortcuts it is an arrow down, the same applies for find previous but contradictionary. EXPECTED RESULT Find next must be have an arrow down icon and find previous an arrow up icon in both places (terminal and shortcut settings). SOFTWARE/OS VERSIONS OS: Linux Mint 20.2 Cinnamon ADDITIONAL INFORMATION Konsole is installed via "sudo apt install konsole -y".
Confirmed in git-master.
Can you confirm "Search backwards" is checked?
Yes, thanks, it helps. This issue is my mistake, sorry. :)
Menu icon should be updated when "Search backwards" is checked, so I guess it's still a bug.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/497
Git commit 49ccf099c130be28da5a1972b247f1480d9d7159 by Fushan Wen. Committed on 07/10/2021 at 14:33. Pushed by hindenburg into branch 'master'. Make "Find Next/Previous" icons in Edit menu consistent with those in the search bar There is an inconsistence in "Find Next/Previous" icons in Edit menu and the search bar. Make sure they are consistent whenever "Search backwards" is checked or not. M +13 -0 src/session/SessionController.cpp M +1 -0 src/session/SessionController.h M +1 -0 src/widgets/IncrementalSearchBar.cpp M +5 -0 src/widgets/IncrementalSearchBar.h https://invent.kde.org/utilities/konsole/commit/49ccf099c130be28da5a1972b247f1480d9d7159