Bug 341246

Summary: Don't remember Favorites items when I remove Application Launcher widget
Product: [Plasma] plasmashell Reporter: André Marcelo Alvarenga <alvarenga>
Component: Application Menu (Kicker)Assignee: Eike Hein <hein>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 5.1.1   
Target Milestone: 1.0   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description André Marcelo Alvarenga 2014-11-25 01:33:05 UTC
This also happens when I change Application Launcher using Alternatives.
Default Application Launcher (Kickoff) widget stores the Favorites items when I remove it. When I add it again, the Favorites items are restored.
This not happens with Application Menu. It restores the default Favorites.

Reproducible: Always
Comment 1 Eike Hein 2014-11-25 01:38:51 UTC
This is correct behavior. Config is per widget instance. You can have many Kicker instances with different favorites. Kickoff is technically implemented incorrectly by using a separate rc file, which is for legacy reasons (the code is from the very early days of Plasma) and buggy with multiple instances.

There is a discussion going on about possibly making favorites global in the KActivities daemon, then they would be shared by all launchers. Until that happens (if it happens) there's nothing to change here.
Comment 2 André Marcelo Alvarenga 2014-11-25 02:09:02 UTC
Thanks for your explanation.