I have recently installed Lubuntu and have everything working as I want, except for the backlight icon in the taskbar I have at the top of my screen. I can't work out where it is being sourced from.
I have looked through the folders mentioned here, and any searches for backlight (or lite) don't turn up anything that looks like the icon I have.
The icons for wifi/battery/etc are coming from the WhiteSur-dark theme, from the symbolic folder. There is no backlight icon in there (i created one but that doesn't seem to work) so I presumed it was pulling it from the default theme (which is breezy), but the breezy icon folder contains no backlight icon at all either.
See a screenshot of the relevant area below.
Does anyone know where that backlight icon (the one next to the power button) is coming from? Or how I need to name the backlight file in the WhiteSur-dark theme folder so that it is recognised?
usr/share/lxqt/lxqt-panel/
(esp. the setting inbacklight.desktop
file, oricon=
line) – guiverc Apr 04 '21 at 13:30find -name brightnesssettings*
(within /usr/share/) finds files of matching names in ./icons/Papirus/, adpkg -S
of one of those files showspapirus-icon-theme
package as source... and https://packages.ubuntu.com/groovy/lubuntu-desktop shows that as installed by Lubuntu... I've not written this up as an answer (nor provided all output) as I didn't confirm anything.. (sorry for delay) – guiverc Apr 24 '21 at 07:53