Sunday, July 28, 2013

Disable The Universal Access Accessibility Menu In Gnome 3


Edit as root the file /usr/share/gnome-shell/js/ui/panel.js

Look for the following line, (line 37 in my case):

'a11y': imports.ui.status.accessibility.ATIndicator,

Comment it out, so it will look like this :

// 'a11y': imports.ui.status.accessibility.ATIndicator,

Restart gnome-shell :

Press ALT + F2 and type in r and hit Enter to restart the gnome-shell.

Done....

2 comments:

  1. this worked great on my Debian wheezy. thanks for the guide.

    ReplyDelete
  2. Same here, worked great on Wheezy. Thank you!

    ReplyDelete

Note: Only a member of this blog may post a comment.