You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the "remember last query" option is enabled in DMS Spotlight, the previous search query is shown on launch. However, the previous query is not automatically selected by default. This means that if a user wishes to enter a new query, typing will append to the end of the previous query rather than replacing it. As a result, users need to manually delete the previous query before entering a new one, which adds an extra step and reduces efficiency.
Comparison
Other applications, such as KDE's KRunner, automatically select the previous query by default. This allows users to immediately start typing a new search query, replacing the previous one without needing to delete it manually.
Steps to Reproduce
Enable "remember last query" in Spotlight settings.
Launch Spotlight and observe the previous query field.
Try entering a new query (it appends instead of replacing).
Manually delete the previous query before typing a new search.
Suggested Solution
Update Spotlight so that, on launch, if the previous query is displayed, it is auto-selected, allowing immediate replacement upon typing. This should match the behavior of KRunner and similar launchers.
Video_2026-06-11_16-03-46.mp4
Problem
When the "remember last query" option is enabled in DMS Spotlight, the previous search query is shown on launch. However, the previous query is not automatically selected by default. This means that if a user wishes to enter a new query, typing will append to the end of the previous query rather than replacing it. As a result, users need to manually delete the previous query before entering a new one, which adds an extra step and reduces efficiency.
Comparison
Other applications, such as KDE's KRunner, automatically select the previous query by default. This allows users to immediately start typing a new search query, replacing the previous one without needing to delete it manually.
Steps to Reproduce
Suggested Solution
Update Spotlight so that, on launch, if the previous query is displayed, it is auto-selected, allowing immediate replacement upon typing. This should match the behavior of KRunner and similar launchers.