KCMs can be individually disabled by KIOSK if desired but wallpaper configuration cannot (unless you lock down Plasma completely). Hence, at least honoring the ghns restriction here, until we have a proper solution (that is a QtQuick equivalent of KNS3::Button).
Also, KNS3::DownloadDialog refuses to open when ghns is restricted *but* this applies only to using open() or exec() but not a blatant show() we do from QML.
Details
Details
- Reviewers
dknorr mart - Group Reviewers
Plasma - Commits
- R120:bd468dced14e: [Wallpaper Configuration] Hide Get New Stuff if disabled by KIOSK
Placed the following in kdeglobals
[KDE Action Restrictions] ghns=false
Button did no longer show up.
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.