https://bugs.kde.org/show_bug.cgi?id=474161

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO

--- Comment #6 from Nate Graham <n...@kde.org> ---
So our code says this:

    Plasmoid.status: {
        if (activeJobsFilterModel.activeCount > 0) {
            return PlasmaCore.Types.ActiveStatus;
        } else if (printersModel.count > 0 || serverUnavailable) {
            return PlasmaCore.Types.PassiveStatus;
        } else {
            return PlasmaCore.Types.HiddenStatus;
        }
    }

Which means it thinks there's at least one active job, and clearly that's wrong
for you.

...Either that, or you've got your System Tray set up to make the Printers
applet always visible. Can you go check that first?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to