Summary: | KDE service for dolphin to change wallaper on the one was clicked with RMB | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | masterdany88 |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | avinashrocks1990, bugseforuns, codestruct, dikasetyaprayogi, f.alexander.wilms, foss, hoperidesalone, nate, nigeljordannn, qydwhotmail |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=217950 https://bugs.kde.org/show_bug.cgi?id=170124 |
||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/9808d1d7f5beb7252acf9ea386768138f4d2e326 | Version Fixed In: | Plasma 5.24 |
Sentry Crash Report: |
Description
masterdany88
2016-01-15 18:21:32 UTC
you mean adding a "set as wallpaper" service in dolphin context menu right ? you mean adding a "set as wallpaper" service in dolphin context menu right ? May be something like this https://store.kde.org/p/1169583/ *** This bug has been confirmed by popular vote. *** *** Bug 428145 has been marked as a duplicate of this bug. *** *** Bug 388804 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1247 Git commit 9808d1d7f5beb7252acf9ea386768138f4d2e326 by Nate Graham, on behalf of Fushan Wen. Committed on 13/12/2021 at 20:31. Pushed by ngraham into branch 'master'. wallpapers: Add "Set as Wallpaper" action This is an attempt of upstreaming https://store.kde.org/p/1169583/. The user can set an image as wallpaper in the context menu. M +3 -0 wallpapers/image/CMakeLists.txt A +11 -0 wallpapers/image/imagepackage/setaswallpaper.desktop.in https://invent.kde.org/plasma/plasma-workspace/commit/9808d1d7f5beb7252acf9ea386768138f4d2e326 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1293 Git commit 6bb488221bbc7cadd2a9d6323b47178727b41017 by Fushan Wen. Committed on 23/12/2021 at 09:19. Pushed by fusionfuture into branch 'master'. wallpapers: Make "Set as Wallpaper" only apply to current activity Users may complain after setting a wallpaper to all desktops if they are using activities, so it's recommended to make the action only apply to the current activity. To list all activities in the context menu, it requires a new action in kf5/kfileitemaction, which seems not possible in desktop file. M +1 -1 wallpapers/image/imagepackage/setaswallpaper.desktop.in https://invent.kde.org/plasma/plasma-workspace/commit/6bb488221bbc7cadd2a9d6323b47178727b41017 Git commit 9e1cfd57dfc6f952c91ef2875b4be0fe9e9bc5f9 by Fushan Wen. Committed on 05/06/2022 at 05:11. Pushed by fusionfuture into branch 'master'. wallpapers/image: move `setaswallpaper.desktop.in` out of imagepackage This prvents the file from being installed with the image package. M +2 -2 wallpapers/image/CMakeLists.txt R +0 -0 wallpapers/image/setaswallpaper.desktop.in [from: wallpapers/image/imagepackage/setaswallpaper.desktop.in - 100% similarity] https://invent.kde.org/plasma/plasma-workspace/commit/9e1cfd57dfc6f952c91ef2875b4be0fe9e9bc5f9 Git commit 02a82d63a38a8e06dfbb2adfccb848efd33a24ec by Fushan Wen. Committed on 05/06/2022 at 05:13. Pushed by fusionfuture into branch 'Plasma/5.25'. wallpapers/image: move `setaswallpaper.desktop.in` out of imagepackage This prvents the file from being installed with the image package. (cherry picked from commit 9e1cfd57dfc6f952c91ef2875b4be0fe9e9bc5f9) M +2 -2 wallpapers/image/CMakeLists.txt R +0 -0 wallpapers/image/setaswallpaper.desktop.in [from: wallpapers/image/imagepackage/setaswallpaper.desktop.in - 100% similarity] https://invent.kde.org/plasma/plasma-workspace/commit/02a82d63a38a8e06dfbb2adfccb848efd33a24ec Git commit fabf8613f1c94bd23e26e42f1d15be0546ac02f2 by Fushan Wen. Committed on 05/06/2022 at 05:16. Pushed by fusionfuture into branch 'Plasma/5.24'. wallpapers/image: move `setaswallpaper.desktop.in` out of imagepackage This prvents the file from being installed with the image package. (cherry picked from commit 9e1cfd57dfc6f952c91ef2875b4be0fe9e9bc5f9) M +2 -2 wallpapers/image/CMakeLists.txt R +0 -0 wallpapers/image/setaswallpaper.desktop.in [from: wallpapers/image/imagepackage/setaswallpaper.desktop.in - 100% similarity] https://invent.kde.org/plasma/plasma-workspace/commit/fabf8613f1c94bd23e26e42f1d15be0546ac02f2 |