Open Conan-Kudo opened 1 day ago
gnome-control-center in setup_os_logo
() https://github.com/pop-os/gnome-control-center/blob/168857aeef9b3526ed120404c7eca59cedb7cff6/panels/info-overview/cc-info-overview-panel.c#L936 , uses g_get_os_logo
from glib here https://github.com/GNOME/glib/blob/main/glib/gutils.c#L1675-L1683 : that reads /etc/os-release
LOGO
var
Yes, though that's not necessarily the best logo icon to use, which is why we override and set it explicitly in gnome-control-center.
This was present previously, but was removed a while back: https://github.com/pop-os/cosmic-settings/pull/149 87371069f7b88a3a51139aa486ae9a8acf5722aa.
I'm not sure what defines distributor-logo
, but it doesn't exist in Fedora as far as I know. It being non-portable might have been a reason for its removal previously.
As far as I know, that just searches for an icon with that name in the standard places. So if there's a Fedora logo icon named distributor-logo.svg
in /usr/share/icons/...
, that that would be displayed.
I would like to have the Fedora logo prominently shown in the COSMIC Settings About System page. Currently, no such logo is present:
In contrast to KDE Plasma:
And GNOME:
Could we get some kind of similar build-time configuration knob like what GNOME Control Center has to show this?
For example, this is what we have in Fedora's
gnome-control-center
package: