https://bugs.kde.org/show_bug.cgi?id=510052
Oliver Beard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.4.6 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-welcome/-/commit/ | |bcfde69cd5f9cbefb483363f921 | |e195dac6c5d53 --- Comment #6 from Oliver Beard <[email protected]> --- Git commit bcfde69cd5f9cbefb483363f921e195dac6c5d53 by Oliver Beard, on behalf of Nate Graham. Committed on 02/10/2025 at 06:24. Pushed by ngraham into branch 'Plasma/6.4'. Bundle app icons This app right now makes the assumption that themed icons will be available for various apps. This isn't a safe assumption, both in general, and specifically now that we've removed 3rd-party app icons from the Breeze icon theme. Therefore, any themed app icons that do still exist for use here will exist only incidentally. Bundle the apps' icons instead. License information was found here: Blender: - https://www.blender.org/about/logo/ - https://projects.blender.org/blender/blender/src/branch/main/COPYING GIMP: https://www.gimp.org/about/linking.html#wilber-the-gimp-mascot KStars: - https://invent.kde.org/frameworks/breeze-icons/-/blob/master/icons/apps/48/kstars.svg?plain=1#L18 - https://invent.kde.org/frameworks/oxygen-icons/-/blob/master/COPYING VLC: https://code.videolan.org/videolan/vlc/-/blob/master/COPYING --- This also lets us remove a bit of code complexity in the form of the conditional icon loader. FIXED-IN: 6.4.6 M +16 -0 .reuse/dep5 M +5 -1 src/CMakeLists.txt A +1 -0 src/assets/blender.svg A +176 -0 src/assets/gimp.svg A +1715 -0 src/assets/kstars.svg A +- -- src/assets/vlc.png M +6 -15 src/qml/pages/Discover.qml https://invent.kde.org/plasma/plasma-welcome/-/commit/bcfde69cd5f9cbefb483363f921e195dac6c5d53 -- You are receiving this mail because: You are watching all bug changes.
