Bug 339750 - Support freedesktop.org Desktop Actions in Task Manager(s) ("jumplists")
Summary: Support freedesktop.org Desktop Actions in Task Manager(s) ("jumplists")
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager (show other bugs)
Version: master
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
: 351210 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-07 13:35 UTC by Eike Hein
Modified: 2015-11-30 23:11 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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