From 44d95925232956becab6e8c3d29900291fb587be Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 10 Sep 2014 20:35:06 +0200 Subject: [PATCH] Remove xcb plugin since ibus is launched by default and has an icon for switching keyboard layout. --- debian/changelog | 4 +++- src/usr/share/lxpanel/profile/Lubuntu/panels/panel | 12 ------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c28207..66908d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,9 @@ lubuntu-default-settings (0.41) UNRELEASED; urgency=medium - Fix desktop files to make them Freedesktop compatible. * src/usr/share/lxpanel/profile: - Fix lubuntu-logout shortcut to be compatible also with lxpanel 0.7.0. - - Add xfce-power-manager plugin. + - Add xfce-power-manager plugin. + - Remove xcb plugin since ibus is launched by default and has an icon for + switching keyboard layout. -- Julien Lavergne Tue, 09 Sep 2014 14:53:44 +0200 diff --git a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel index 0bf63f3..9e00e73 100644 --- a/src/usr/share/lxpanel/profile/Lubuntu/panels/panel +++ b/src/usr/share/lxpanel/profile/Lubuntu/panels/panel @@ -107,18 +107,6 @@ Plugin { type = volumealsa } -Plugin { - type = xkb - Config { - DisplayType=2 - PerWinLayout=0 - NoResetOpt=0 - KeepSysLayouts=1 - ToggleOpt=shift_caps_toggle - FlagSize=6 - } -} - Plugin{ type= lxde_power_manager }