Summary: | Implement support for wallpaper portal | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Lorenz Hoffmann <hoffmann_lorenz> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aleixpol, bizyaev, jgrulich, kde, kde, nate, postix |
Priority: | NOR | ||
Version First Reported In: | 6.0.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
URL: | https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Wallpaper.html | ||
Latest Commit: | https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/1629d7a6b1f91b37ed987fea4a85fbecb5943f7b | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
Lorenz Hoffmann
2024-04-22 15:23:08 UTC
There is already org.kde.plasmashell PlasmaShell/org.kde.PlasmaShell/setWallpaper, so it should be pretty straightforward. > the wallpaper interface of the freedesktop specification.
What are you referring to?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This one: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Wallpaper.html Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! *** Bug 498855 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/merge_requests/427 Started implementing it Out of interest are you working on a app that wants to do this? What's the use case? This sort of thing: https://flathub.org/apps/app.drey.Damask https://flathub.org/apps/com.github.calo001.fondo https://flathub.org/apps/in.bharatkalluri.splash It's a replacement for wallpaper plugins; having an app to do it. I am maintaining https://github.com/oskarsh/Yin-Yang. One of the features is to change the wallpaper with the day/night cycle. Having a desktop-independent way of doing that would make things a lot easier. Git commit 1629d7a6b1f91b37ed987fea4a85fbecb5943f7b by David Redondo. Committed on 01/09/2025 at 14:13. Pushed by davidre into branch 'master'. Implement wallpaper portal Needs a Dialog but funtionality works M +1 -1 data/kde.portal M +9 -0 src/CMakeLists.txt A +55 -0 src/WallpaperDialog.qml [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] M +2 -0 src/desktopportal.cpp A +105 -0 src/wallpaper.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +41 -0 src/wallpaper.h [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/commit/1629d7a6b1f91b37ed987fea4a85fbecb5943f7b |