Public bug reported:
Binary package hint: gnome-panel
gnome-panel 2.27.4-0ubuntu3 contains patch
16_compiz_workspace_switcher.patch which is stupid.
It produces code:
static void
pager_update (PagerData *pager)
{
wnck_pager_set_orientation (WNCK_PAGER (pager->pager),
pager->orientation);
wnck_pager_set_n_rows (WNCK_PAGER (pager->pager),
pager->n_rows);
if (pager->wm == PAGER_WM_METACITY) {
wnck_pager_set_show_all (WNCK_PAGER (pager->pager),
pager->display_all);
wnck_pager_set_display_mode (WNCK_PAGER (pager->pager),
pager->display_mode);
} else {
wnck_pager_set_show_all (WNCK_PAGER (pager->pager),
FALSE);
wnck_pager_set_display_mode (WNCK_PAGER (pager->pager),
WNCK_PAGER_DISPLAY_CONTENT);
}
}
Every other WM than METACITY is forced to show only the current
workspace, e.g. Openbox WM. This is definitely not what users want. It
should be fixed or completely removed.
** Affects: gnome-panel (Ubuntu)
Importance: Undecided
Status: New
--
gnome-panel broken patch
https://bugs.launchpad.net/bugs/405542
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs