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:
parent
7b44929d3b
commit
821d0da367
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user