From 8a030e8fc47807efc3193577d8e6d37ae79afff4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 28 Jan 2011 01:30:45 +0000 Subject: [PATCH] Mark lock indicator icons as keyboard ones Those 3 possible status icons from gnome-settings-daemon should not be showing up in gnome-shell, as they already have native versions. --- js/ui/statusIconDispatcher.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/ui/statusIconDispatcher.js b/js/ui/statusIconDispatcher.js index 2c14223f5..c48f2765e 100644 --- a/js/ui/statusIconDispatcher.js +++ b/js/ui/statusIconDispatcher.js @@ -16,7 +16,10 @@ const STANDARD_TRAY_ICON_IMPLEMENTATIONS = { 'nm-applet': 'network', 'gnome-power-manager': 'battery', 'keyboard': 'keyboard', - 'a11y-keyboard': 'a11y' + 'a11y-keyboard': 'a11y', + 'kbd-scrolllock': 'keyboard', + 'kbd-numlock': 'keyboard', + 'kbd-capslock': 'keyboard' }; function StatusIconDispatcher() {