search: remove arch-specific command-not-found funcitonality (#1409)

This commit is contained in:
end-4
2025-06-15 08:59:39 +02:00
parent 7b12756b93
commit cbe04512ee
@@ -107,7 +107,7 @@ Item { // Wrapper
property list<string> baseCommand: ["bash", "-c"]
function executeCommand(command) {
executor.command = baseCommand.concat(
`${command} || ${ConfigOptions.apps.terminal} fish -C 'echo "${qsTr("Searching for package with that command")}..." && pacman -F ${command}'`
`${command}`
)
executor.startDetached()
}