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"