Add distribution icon to wsl-distribution.conf

Added in https://pagure.io/fedora-logos/pull-request/27 there's now a
logo in a format acceptable to WSL. This adds a dependency on the logos
package and configures the icon setting for the distribution.
This commit is contained in:
Jeremy Cline 2025-03-21 11:38:03 -04:00
parent 7b44929d3b
commit 821d0da367
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -17,3 +17,7 @@ defaultUid = 1000
# This is used when the user double-clicks to install, or uses
# wsl --install --from-file ./Fedora.wsl
defaultName = $NAME
[shortcut]
enabled = true
icon = /usr/share/pixmaps/fedora-logo.ico

View File

@ -23,6 +23,9 @@ Source7: wsl-setup-user-tmpfiles.conf
BuildRequires: systemd-rpm-macros
# Needed for the distribution icon
Requires: system-logos
%description
Provides WSL specific configuration files and first-time setup script.