Hi, this is my first post with new forum site…
I personalized my icons in system tray modifying icons and putting in:
/home/pla/.local/share/plasma/desktoptheme/air/icons/
and it worked for wireless in network.svgz but in the same file it doesn’t works for bluetooth.
as you can see the wireless works but bluetooth is white where in the network.svgz file the bluetooth is in this way
@pier_andreit I’m assuming this theme was self-downloaded? If so maybe visit the original site to see if there is an update, or check the tarball you downloaded originally for the missing image?
To qoute, highlight the paragraph you want to qoute and click the qoute popup that will appear. I think that’s easier.
To make a code press your keyboard’s Ctrl+E and you can automatically type words inside code.
@pier_andreit: I have an idea, and I hope one of the other participants can step in.
The original network.svgz is probably from
/usr/share/plasma/desktoptheme/air/icons/network.svgz,
contained in the plasma-framework package (mine is plasma-framework-5.101.0-lp154.374.1.x86_64).
network.svgz contains several icons, as can be seen in the first post, and each icon is probably selected by Plasma via its id (for e.g. bluetooth, xpath might be //svg/g/g[@id = 'bluetooth'] or something similar).
So, it looks like everything is in the right place (wifi icon), but the second change (bluetooth icon) is not picked up.
@other participants in this thread: Could this be a cache problem? Maybe logout, remove 1 or more files under ~/.cache, and login again?
I do not know which files to delete (perhaps I am not even on the right track), but I hope someone can comment on that.
it seems yes, but I thought that the bluetooth icon in the network.svgz file can refere to a: network connection estabilished by bluetooth connection,
so, I have to better search if in /usr/share/plasma/desktoptheme/default/ or other default where system fall back can be a bluetooth icon to take into account
I forgot to say that I removed the file “icon-cache.kcache” and “plasma_theme_[theme-name].kcache” and any other cache file, not folders,
in /home/[username]/.cache
and rebooted before to see if it worked and post, so it seems it isn’t a cache problem related to these files, may be I have to remove other files
maaanythanks tannington you led me in the ho-chi-min path to solve here I fount this:
preferences (some apps like bluedevil, krandrtray, text-to-speech)
Blockquote
I don’t know why the kde team dicided to put bluetooth in preferences but it was there
I modified the icons in /home/user/.local/share/plasma/desktoptheme/air/icons/preferences.svgz and it works!!
then I noted that the connected status wasn’t taken into account, looking into the original icon in air desktoptheme /usr/share/plasma/desktoptheme/air/icons/preferences.svgz but nothing, then looked into the default theme in /usr/share/plasma/desktoptheme/default/icons/preferences.svgz and found more icons, one of them was in the group-layer “preferences-system-bluetooth-activated” so I duplicated the icon in /home/user/.local/share/plasma/desktoptheme/air/icons/preferences.svgz in “preferences-system-bluetooth” layer/group renamed the layer/group in “preferences-system-bluetooth-activated” and modified
and it works now!!