It’s the default round Manjaro logo from Breath that changes its accent color (for instance by changing te wallpaper, if you set that in Appearance > Colors).
It’s the button of the application launcher. If you right click on it and Configure Application Launcher, you can set it by selecting Reset to default icon. If you hover over it it says Icon name is “start-kde-here”.
I want to use that icon with the Plasma Style Breeze (because the analogue clock looks nicer than Breath’s). I already tried selecting it manually (Choose…) when I changed to Plasma Style: Breeze.
I tried some start.svgz as was suggested in this topic, but to no avail:
Thanks. I figured out how to return it from bogdancovaciu’s answer. But I decided to look for the desktop theme folder you were talking about. I’m using the Breath Dark theme but for some reason the start icon in that folder contradicts what the actual logo appears as in the desktop
[Screenshot_20220717_003812]
so do you know what that’s all about and does it happen to you too?
cscs
26 December 2023 12:42
2
Probaably one of these.
You have to select it manually.
$ pacman -Ql $(pacman -Qsq breeze) | grep start | grep kde
breeze-icons /usr/share/icons/breeze-dark/actions/22/kdenlive-zone-start.svg
breeze-icons /usr/share/icons/breeze-dark/actions/24/kdenlive-zone-start.svg
breeze-icons /usr/share/icons/breeze-dark/places/16/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze-dark/places/16/start-here-kde.svg
breeze-icons /usr/share/icons/breeze-dark/places/22/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze-dark/places/22/start-here-kde.svg
breeze-icons /usr/share/icons/breeze-dark/places/24/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze-dark/places/24/start-here-kde.svg
breeze-icons /usr/share/icons/breeze-dark/places/64/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze-dark/places/64/start-here-kde.svg
breeze-icons /usr/share/icons/breeze-dark/places/96/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze-dark/places/96/start-here-kde.svg
breeze-icons /usr/share/icons/breeze/actions/22/kdenlive-zone-start.svg
breeze-icons /usr/share/icons/breeze/actions/24/kdenlive-zone-start.svg
breeze-icons /usr/share/icons/breeze/places/16/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze/places/16/start-here-kde.svg
breeze-icons /usr/share/icons/breeze/places/22/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze/places/22/start-here-kde.svg
breeze-icons /usr/share/icons/breeze/places/24/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze/places/24/start-here-kde.svg
breeze-icons /usr/share/icons/breeze/places/64/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze/places/64/start-here-kde.svg
breeze-icons /usr/share/icons/breeze/places/96/start-here-kde-plasma.svg
breeze-icons /usr/share/icons/breeze/places/96/start-here-kde.svg
(are you sure it was ‘start-kde-here’ and not ‘start-here-kde’ ?)
1 Like
But none of those seems to be a Manjaro logo.
cscs
26 December 2023 13:09
5
Sorry ‘breath-in-breeze’.
$ pacman -Ql $(pacman -Qsq breath) | grep -e start -e kde
plasma5-themes-breath /usr/share/plasma/desktoptheme/breath/icons/start.svgz
plasma5-themes-breath /usr/share/plasma/look-and-feel/org.manjaro.breath-dark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js
plasma5-themes-breath /usr/share/plasma/look-and-feel/org.manjaro.breath-dark.desktop/contents/splash/images/kde.svgz
plasma5-themes-breath /usr/share/plasma/look-and-feel/org.manjaro.breath-light.desktop/contents/layouts/org.kde.plasma.desktop-layout.js
plasma5-themes-breath /usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/layouts/org.kde.plasma.desktop-layout.js
plasma5-themes-breath /usr/share/plasma/look-and-feel/org.manjaro.breath.desktop/contents/splash/images/kde.svgz
sddm-breath-theme /usr/share/sddm/themes/breath/components/artwork/restart_primary.svgz
(probably the first one)
1 Like
cscs:
(probably the first one)
That first one is indeed a Manjaro logo, your other results aren’t
I had tried the one and it only shows up not accepting colors and like in the screenshot.
Ok and then I tried installing these 2 but they ain’t got anything to do with my logo issue …
Seems to have to do with svgz files per se. Some rules are embedded in there so there must be somewhere to modify it the right way…