DesignAssetsUse

The page lists the assets used in the Ubuntu Desktop image and their format at the time of Kinetic

Those are expected to change every cycle

Wallpapers

default background image - png, 3840x2160 or 4096x2304 (? we had 4096 for a few cycles then 3840, unsure if one format is preferred)

the default wallpaper is colored and we include dark/dimmed/light variants

Vcs - https://code.launchpad.net/ubuntu-wallpapers

Installer

We use the mascot in 3 different shapes

  • the mascot with no background and space around the image

https://github.com/canonical/ubuntu-desktop-provision/blob/main/packages/ubuntu_bootstrap/assets/slides/1/mascot.svg

  • the mascot with a colored background

https://github.com/canonical/ubuntu-desktop-provision/blob/main/packages/ubuntu_provision/assets/images/mascot.svg

  • the mascot with no background

https://github.com/canonical/ubuntu-desktop-provision/blob/main/packages/ubuntu_provision/assets/images/mascot_no_background.svg

The SVG images should not use inline styles (use style: "presentation attribute" in the format settings) due to https://github.com/dnfield/flutter_svg/issues/105

gnome-initial-setup

The welcome screen of the initial setup wizard uses a mascot logo, svg format, 560x560

https://git.launchpad.net/ubuntu/+source/gnome-initial-setup/tree/gnome-initial-setup/pages/welcome/ubuntu-mascot.svg?h=applied/ubuntu/devel

Those are usually not changing

Icons

base-files logos

  • /usr/share/pixmaps/ubuntu-logo-text-dark.png - ubuntu logo + label to be used on light background, 260x90 png
  • /usr/share/pixmaps/ubuntu-logo-text.png - ubuntu logo + label to be used on dark background, 260x90 png
  • /usr/share/pixmaps/ubuntu-logo.svg - ubuntu icon, 32x32 svg

the text ones are used in settings

plymouth

  • /usr/share/plymouth/ubuntu-logo.png - used on the system start as the bottom of the screen logo, 248x87 png
  • /usr/share/plymouth/themes/spinner/bgrt-fallback.png - fallback logo when there is no bios one

humanity-icon-theme

distributor-logo.svg in 16, 22, 24, 48, 64 variants

Other

design is providing assets on https://design.ubuntu.com/downloads/

DesktopTeam/DesignAssetsUse (last edited 2024-09-16 09:12:59 by seb128)