Bug 339750

Summary: Support freedesktop.org Desktop Actions in Task Manager(s) ("jumplists")
Product: [Plasma] plasmashell Reporter: Eike Hein <hein>
Component: Task Manager and Icons-Only Task ManagerAssignee: Eike Hein <hein>
Status: RESOLVED FIXED    
Severity: wishlist CC: aleixpol, harogaston, mklapetek, zellox
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 5.6.0
Sentry Crash Report:

Description Eike Hein 2014-10-07 13:35:03 UTC
Cf. http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s10.html

This might also need work on the .desktop file support in KF5, in particular I'm worried about things like losing actions when kmenuedit is used to edit an app entry and performance/caching.

Reproducible: Always
Comment 1 Kai Uwe Broulik 2015-08-16 18:40:30 UTC
*** Bug 351210 has been marked as a duplicate of this bug. ***
Comment 2 Kai Uwe Broulik 2015-11-26 20:03:49 UTC
Git commit 77af7adc62fc184a09356eeeb58655d70f7f5f96 by Kai Uwe Broulik.
Committed on 26/11/2015 at 20:03.
Pushed by broulik into branch 'master'.

[Task Manager] Add support for Jump Lists

Jump Lists are supplemental actions an application can offer, such as "Open New Tab"
or "Open New Incognito Tab". See the freedesktop.org Desktop Actions specification. [1]

[1] http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s10.html

CHANGELOG: Task Manager now supports Desktop Actions aka "Jump Lists"

FIXED-IN: 5.6.0
REVIEW: 126174

M  +61   -0    applets/taskmanager/plugin/backend.cpp

http://commits.kde.org/plasma-desktop/77af7adc62fc184a09356eeeb58655d70f7f5f96
Comment 3 Gastón Haro 2015-11-30 23:11:48 UTC
I have been really looking forward to this :)
First thing first: THANK YOU!

Secondly, where/how can I try it?

Regards