https://bugs.kde.org/show_bug.cgi?id=370324
Bug ID: 370324
Summary: Pager disappears but is not reappearing even though it
should
Product: plasmashell
Version: 5.8.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Pager
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
1. The Pager shows 2 desktops
2. we remove a desktop and the pager disappears from the panel
3. we add a desktop from the systems setings (we now have two desktops) but the
pager does not reappear in the panel
4. we unlock the widgets and show the panel's settings window
5. the pager is shown correctly
6. we lock the widgets and pager is shown correctly
it is like the pager's status is not updated from hidden,
that is something I can guess from panel's code line:
-----
visible: Qt.binding(function() {
return applet.status !== PlasmaCore.Types.HiddenStatus ||
(!plasmoid.immutable && plasmoid.userConfiguring)
})
-----
big possibility, same problem appears in the activity pager also
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.