Add ability to pin files to task manager (per application)

With the current task manager (icons-and-text / icons-only) it possible to see the recent files. Coming from Windows I’m missing the abilitiy to pin often used files. I think this is better than to use the Kickoff Application Launcher for pinning files.
In Windows you can right click on a recently used file in the context menu and pin it. Also to unpin an entry, the context menu is used.

File explorer special case: For Dolphin it already works like for Explorer in Windows. You see the pinned folders in dolphin also in the context menu.

There is an old open ticket for it (Plasma 5): 423365 – Ability to pin frequently-used files to jumplists

2 Likes

This is one of the Windows features I miss a lot. There are 2-3 files I use a lot in certain applications and I have to find other shortcuts to open them. Pinning files would remove that friction. The feature doesn’t look like it’s difficult to implement yet there is an uncontroversial ticket open since 2017.

Desktop shortcut (symlink)?

You mean creating shortcuts directly on the desktop? That would be at least 30 shortcuts in my case (Libreoffice, Okular, mainly). I like to keep the desktop clean.

Totally understandable, but you can symlink entire folders as well. I’m just spitballing ideas around is all. :slightly_smiling_face:

Looks like there is actually a separate widget for pinning folders to your panel, it’s just not part of the task manager. That’s another thing you could consider!

It’s called Folder View

Some of the issues I see with the folder view approach:

  • It would be separate from application icon in the taskbar
  • For users coming from Windows the workflow is less intuitive and feels like a step back
  • Ordering only possible using file renaming (for example prefixing 01_ …)
  • Grouping by application requires multiple FolderView instances or renaming of link files
  • Adding new links takes more steps (in Windows there is just a pin icon beside the recently open document)
  • Additional elements in the task bar for the folder view instance(s) - especially if using one FolderView instance per application

I wonder how other people currently approach this issue in KDE Plasma. The closest workaround I could come up with, was using the Kicker menu, making it larger, turn on list view and add document links there. Manual reordering is possible there. Btw, in Windows 7 you could still reorder pinned items, in newer Windows versions it is not possible anymore.

I even tried to create a small prototype in Avalonia for something like a launcher/dashboard for documents as a workaround (started via Shortcut or Task Manager):


I didn’t end up using it, because it would need more work, for example so that adding new items is faster. I also would prefer a built-in solution.
Having pinned items directly per application in the taskbar is probably preferred, but I’m biased after using this feature since Windows 7, when it was introduced. macOS also doesn’t have this feature btw.