The solution works in openSUSE 11.4/GNOME 3.X(GNOME 3.0.2) as of date
Steps to remove the Icon/Menu:-
Step 1:-
Create a folder named noa11y.icon@panel.ui in
Step 2:-
Create two new files inside the folder:
File: ~/.local/share/gnome-shell/extensions/noa11y.icon@panel.ui/extension.js
const Panel = imports.ui.panel;
function main() {
Panel.STANDARD_TRAY_ICON_SHELL_IMPLEMENTATION['a11y'] = '';
}
File: ~/.local/share/gnome-shell/extensions/noa11y.icon@panel.ui/metadata.json
{
"shell-version": ["3.0"],
"uuid": "noa11y.icon@panel.ui",
"name": "na11y",
"description": "Turn off the ally icon in the panel"
}
Step 3:-
Restart the GNOME shell.
Viola no more "Accessibility Icon"
Works for me here on Fedora 15. Thanks!
ReplyDelete@Matthew Booth-Glad that it worked
ReplyDeletenot working on gnome-shell version 3.1.90.1 even though i did change the extension version to "3.1.90.1". Any idea what's wrong? any tips and tweak on the codes for extension.js to have it work?
ReplyDeleteNvm, I found a way to disable the Access Universal Setting on Ubuntu by edit and comment one line in
ReplyDelete/usr/share/gnome-shell/js/ui/panel.js
Comment line that contain:
'a11y': imports.ui.status.accessibility.ATIndicator,
This will do the tricks even though it is not the best practice.
@Gunblade IV - Thanks for providing the work around
ReplyDeletedoesn't work on gnome-shell 3.4.0
ReplyDeleteThis post was made when shell version was about 3.0
ReplyDeleteAn alternative solution is provided in this post:- http://vazhavandan.blogspot.com/2012/03/10-1-gnome-shell-extensions-that-i.html
I want to add my own new customize setting in this menu? is it possible ,if yes then how?
ReplyDeletewhat kind of customised setting do you want ? Please be more specific
ReplyDeletei want to add new feature in universal access setting panel that will open particular application for eg.Eekboard .
ReplyDeleteHi Super hero / Yogesh, i have given you a kind of workaround in this article that i have written :- http://vazhavandan.blogspot.com/2013/02/how-to-add-custom-menus-or-application.html .I hope that it would answer your query.
ReplyDelete