Summary: | Support downloading Wallpaper Plugins from KDE Store | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Chris Holland <zrenfire> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | johnmaverick74, nate, plasma-bugs |
Priority: | NOR | Keywords: | usability |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/347f43c42b702115c6b3aefbcdb92eecf35a0a6a | Version Fixed In: | 5.15.0 |
Sentry Crash Report: |
Description
Chris Holland
2017-11-07 18:07:31 UTC
I found about this bug from https://store.kde.org/p/1213488/ This should indeed be supported!!! :) Git commit 5e1b650859fe5287f25f3a2306a6ac26058c46c6 by Chris Holland. Committed on 09/10/2018 at 23:34. Pushed by cholland into branch 'master'. Add wallpaperplugin.knsrc + QML function to open GHNS dialog Differential Revision: https://phabricator.kde.org/D12040 M +6 -1 components/shellprivate/CMakeLists.txt M +2 -0 components/shellprivate/shellprivateplugin.cpp A +55 -0 components/shellprivate/wallpaperplugin/wallpaperplugin.cpp [License: BSD] A +46 -0 components/shellprivate/wallpaperplugin/wallpaperplugin.h [License: BSD] A +8 -0 components/shellprivate/wallpaperplugin/wallpaperplugin.knsrc https://commits.kde.org/plasma-workspace/5e1b650859fe5287f25f3a2306a6ac26058c46c6 Git commit 347f43c42b702115c6b3aefbcdb92eecf35a0a6a by Chris Holland. Committed on 10/10/2018 at 00:12. Pushed by cholland into branch 'master'. Add "Get Wallpaper Plugins..." button to Config Desktop dialog Differential Revision: https://phabricator.kde.org/D12041 M +15 -5 desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml https://commits.kde.org/plasma-desktop/347f43c42b702115c6b3aefbcdb92eecf35a0a6a |