How to Deactivate Screen Reader in Kali Linux
How to Manage or Disable the Orca Screen Reader in Kali Linux
![]() |
| How to deactivate screen reader in Kali Linux |
Have you ever logged into your Kali Linux machine only to be met by a voice narrating every mouse movement and keystroke? While accessibility tools are vital, having a screen reader unexpectedly activate can be distracting—especially when you're in the middle of a terminal session.
What is ORCA or the Screen Reader in Kali Linux?
The screen reader in this case is called "ORCA". Orca in the context of Kali Linux, or any other Linux distribution, is a free, open-source screen reader that provides access to the graphical desktop environments. It is designed to help visually impaired users use software applications and navigate the operating system. Orca works by converting on-screen content into speech and Braille output, enabling users who are blind or have low vision to interact with their computers more easily.
If this behavior is annoying or it has been accedently activated, or even if you want to deactivate it temporarely and then have it again, here is how you can achieve this:
Why did it turn on?
In most cases, Orca is activated by a "fat-finger" keyboard shortcut. The default combination is:
Alt + Super (Windows Key) + S
Pressing this again may toggle it off, but if that doesn't work, here are the technical ways to handle it.
Deactivating Screen Reader (Orca)
Option 1: The Quick Kill (Current Session):
If you just need silence right now, open your terminal and run:
killall orca
Note: This stops the process immediately, but it may restart the next time you log in.
Option 2: The Permanent Disable (Recommended)
If you want to keep the software but stop the auto-start behavior:
- Go to Applications > Settings > Accessibility.
- Under the Screen Reader tab, toggle "Enable Screen Reader" to OFF.
- Ensure "Always start the assistive technologies" is unchecked in your Session startup settings.
Option 3: Complete Removal
If you are certain you will never need the screen reader and want to save disk space, you can uninstall it entirely:
sudo apt-get purge orca -y
sudo apt-get autoremove
Summary Table: Which method should you use?
| How to Deactivate Screen Reader in Kali Linux |

Comments
Post a Comment
Your opinion matters, your voice makes us proud and happy. Your words are our motivation.