Summary: | Time of day wallpaper like weather wallpaper | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Janet <bugzilla> |
Component: | Image & Slideshow wallpaper plugins | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | chermnykh2001, ivoermejo, jgayoso.sacrament129, nate, notmart, postix, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 5.25.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/61280b2896c4bb49bcc8ae9ba146d004de9d1d3c | Version Fixed In: | 6.5.0 |
Sentry Crash Report: |
Description
Janet
2009-07-05 12:50:39 UTC
There are two time of day wallpaper plugins at kde-look.org: http://kde-look.org/content/show.php/Day+and+Night+Wallpaper?content=118636 & http://kde-look.org/content/show.php/TimeWP?content=118586 Maybe one of those could be added to the default set of wallpaper plugins? Hello! This feature request was filed for KDE Plasma 4, which reached end-of-support status in August 2015. KDE Plasma 5's desktop shell has been almost completely rewritten for better performance and usability, so it is likely that this feature request is already implemented in Plasma 5, or is no longer applicable. Accordingly, we hope you understand why we must close this feature request. If the requested feature is still desired but not implemented in KDE Plasma 5.12 or later, please feel free to open a new ticket in the "plasmashell" product after reading https://community.kde.org/Get_Involved/Bug_Reporting If you would like to get involved in KDE's bug triaging effort so that future mass bug closes like this are less likely, please read https://community.kde.org/Get_Involved#Bug_Triaging Thanks for your understanding! Nate Graham Makes sense if is possible I would like to test this feature. Until integrated please see also: https://github.com/zzag/plasma5-wallpapers-dynamic A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1862 *** Bug 478187 has been marked as a duplicate of this bug. *** Git commit 61280b2896c4bb49bcc8ae9ba146d004de9d1d3c by Vlad Zahorodnii. Committed on 23/05/2025 at 14:58. Pushed by vladz into branch 'master'. wallpapers: Add support for day/night wallpapers This change adds a new type of wallpapers that are synchronized to the day/night cycle. During daylight, the light image will be displayed; during nighttime, the dark image will be displayed. M +8 -0 wallpapers/image/imagepackage/contents/config/main.xml M +7 -0 wallpapers/image/imagepackage/contents/ui/ImageStackView.qml M +14 -1 wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml M +51 -2 wallpapers/image/imagepackage/contents/ui/config.qml A +51 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightComponent.qml [License: GPL(v2.0+)] A +114 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightImage.qml [License: GPL(v2.0+)] A +112 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightView.qml [License: GPL(v2.0+)] M +3 -0 wallpapers/image/plugin/CMakeLists.txt M +5 -5 wallpapers/image/plugin/autotests/test_packagefinder.cpp A +370 -0 wallpapers/image/plugin/daynightwallpaper.cpp [License: GPL(v2.0+)] A +275 -0 wallpapers/image/plugin/daynightwallpaper.h [License: GPL(v2.0+)] M +48 -13 wallpapers/image/plugin/finder/packagefinder.cpp M +27 -2 wallpapers/image/plugin/finder/packagefinder.h M +2 -0 wallpapers/image/plugin/imageplugin.cpp M +1 -0 wallpapers/image/plugin/model/abstractimagelistmodel.cpp M +3 -0 wallpapers/image/plugin/model/imagelistmodel.cpp M +1 -0 wallpapers/image/plugin/model/imageroles.h M +22 -19 wallpapers/image/plugin/model/packagelistmodel.cpp M +3 -3 wallpapers/image/plugin/model/packagelistmodel.h M +1 -0 wallpapers/image/plugin/utils/backgroundtype.h M +31 -22 wallpapers/image/plugin/utils/mediaproxy.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/61280b2896c4bb49bcc8ae9ba146d004de9d1d3c |