Bug 352508 - Favorite applications are not preserved when switching alternative launcher
Summary: Favorite applications are not preserved when switching alternative launcher
Status: RESOLVED DUPLICATE of bug 351770
Alias: None
Product: kdeplasma-addons
Classification: Plasma
Component: Application Dashboard (show other bugs)
Version: 5.4.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 07:16 UTC by Nikos Platis
Modified: 2015-09-10 13:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Platis 2015-09-10 07:16:46 UTC
Using Application Dashboard, put some application in the Favorites. Then switch to an alternative launcher (either the default Application Launcher or Application Menu), and switch back to Dashboard. Notice that only the default favorite applications are displayed, any customizations are lost.

This is of course not desirable. Why switching to another launcher results in losing such settings as favorite applications?

I noticed that the same happens with the favorite applications of Application Menu. I suspect that both Application Dashboard and Application menu use the same "backend". If this is so, they should probably _share_ settings rather than cancelling each other's when switching.

I also noticed that the default Application Launcher preserves favorite applications as expected upon switching.
Comment 1 Eike Hein 2015-09-10 12:20:04 UTC

*** This bug has been marked as a duplicate of bug 351770 ***
Comment 2 Eike Hein 2015-09-10 12:22:03 UTC
Conceptually, config in widgets is generally per-instance (you can have as many Application Menus as you want). That Application Launcher preserves favorites is technically the implementation bug here because it's ancient code predating current best practices and has other problems. However, specifically sharing favorites among all launcher instances (with the downside of not being able to have different favorites in different launchers) is under discussion.
Comment 3 Nikos Platis 2015-09-10 13:27:32 UTC
I understand what you write perfectly well, but from a user point of view the situation is completely different (and, to my view, unacceptable): I have put a launcher at the lower left corner of my window; then I try another launcher but afterwards I come "back" to the same launcher I was using -- and my favorites are now lost. I have not removed the launcher altogether, I just tried "alternatives". I hope you understand the problem.

Furthermore, I would not agree that bug 351770 is a duplicate of this one. Bug 351770 is about sharing favorites between launchers, this one is about preserving favorites when one comes back to a launcher that he has configured before. I added a relevant comment to that bug as well.
Comment 4 Eike Hein 2015-09-10 13:29:54 UTC
^ That's a good point and I think enhances the discussion in the other bug. Since I personally don't think sharing faves between launchers is a good idea either, tying things more directly to the point in time where one is swapped for the other makes more sense to me, too.