| Summary: | Kup integration into Dolphin menu | ||
|---|---|---|---|
| Product: | [Applications] kup | Reporter: | qazerr <qazerr> |
| Component: | general | Assignee: | Simon Persson <simon.persson> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/kup/-/commit/3ad0b2ce1417549a41681c6f3062ab4827bcee23 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
qazerr
2025-02-03 11:35:57 UTC
A new parameter (--path) is now added to kup-filedigger, such that it can be opened with a given file or folder already selected. Thanks for taking the time to write down your thoughts. (In reply to Simon Persson from comment #1) > A new parameter (--path) is now added to kup-filedigger, such that it can be > opened with a given file or folder already selected. Thanks for taking the > time to write down your thoughts. awesome! thank you! do you plan to also provide some official menu for dolphin via kup package? I have started looking at how it could be done. If I can make one that is only available when relevant then I will try to get that done and shipped. But if not (always shown for all files, regardless if backed up or not and regardless if backup repo is available or not) then it is not so tempting, better as a dolphin menu entry that users who are interested can add themselves. Git commit 3ad0b2ce1417549a41681c6f3062ab4827bcee23 by Simon Persson. Committed on 09/09/2025 at 17:14. Pushed by persson into branch 'master'. Add a fileitemaction plugin This adds a plugin for use by file managers to give an additional action for selected files and folders. The action is to offer restoring previous version of files or missing files for folders. The action will only be provided if the selected file is included in a versioned backup plan and the saved backups are currently available in the system. Kup daemon gets a new d-bus exported function to get the path of a bup repository for a given file path. It returns an empty string for files where no backup is available. M +1 -0 CMakeLists.txt M +20 -0 daemon/kupdaemon.cpp M +1 -0 daemon/kupdaemon.h A +18 -0 fileitemaction/CMakeLists.txt A +75 -0 fileitemaction/fileitemaction.cpp [License: GPL(3+eV) GPL(v3.0)] A +13 -0 fileitemaction/kupfileitemaction.json https://invent.kde.org/system/kup/-/commit/3ad0b2ce1417549a41681c6f3062ab4827bcee23 |