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 }