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

            Bug ID: 368756
           Summary: Plasmashell adds obsolete widgets
           Product: plasmashell
           Version: 5.5.5
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Panel
          Assignee: plasma-b...@kde.org
          Reporter: p...@endlos.net

I do widget development and install new versions of widgets locally with
plasmapkg2. But when I want to add this newly installed widget version on the
desktop or in the panel, a previous version is installed.

Reproducible: Always

Steps to Reproduce:
1. Create widget (plasmoid), e.g.

import QtQuick 2.0
Item {
    id: main
    Text {
        id: greeting
        anchors.centerIn: main
        text: "hello world"
    }
}

2. Install widget with plasmapkg2 -i hello.

3. Add hello widget to desktop -> you see "hello world".  Remove widget.

4. Change code above into 'text: "good-bye world"'

5. Update widget with plasmapkg2 -u hello.

6. Add widget to desktop -> ???


Actual Results:  
hello world

Expected Results:  
good-bye world

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

Reply via email to