Is it possible to get of the (~3s) delay one gets when typing a bad command in Fedora 16? My friend keeps changing the key map but the delay is even more annoying.
feedback
|
|
This is most likely the bash command not found handler. If you check
This may be included into bashrc from external source. You can prevent this behaviour by unsetting the function in your ~/.bashrc (or just commenting out the function in the global script):
| |||
|
feedback
|
|
In Fedora 16, this extremely annoying feature is enabled by PackageKit.sh. You can disable it, (as root), by renaming the offending script so that it doesn't have a .sh extension. For example:
| ||||
|
feedback
|