Branding
NOTE
It is unclear yet if local versions of "EU OS" will be branded as "EU OS" or as e.g. "University Fantasia OS". So the following aspects just explain how branding works technically, but do not take a position whether image customisation should lead to the removal of the "EU OS" branding.
Linux in general offers ways to add Branding (Corporate Identity).
Wallpapers
Wallpapers are generally stored under /usr/share/wallpapers
in distinct folder per wallpaper. KDE offers different configuration files to set those wallpapers:
- default wallpapers for new users (does not impact existing users)
- user wallpaper of an existing user (set in the users
~/.config
folder)
Plymouth
Plymouth allows to change the boot srceen shown between powering on and the login screen.
Generally, the distro default configuration for Plymouth is stored in /usr/share/plymouth/plymouthd.defaults
that is part of the package plymouth
on Fedora. Those settings can be overwritten with /etc/plymouth/plymouthd.conf
[Daemon]
Theme=eu-os
References:
- https://gitlab.freedesktop.org/plymouth/plymouth/-/wikis/home
- https://askubuntu.com/questions/1315767/change-the-default-plymouth-spinner-in-20-04
- https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/desktop_migration_and_administration_guide/plymouth
- https://www.freedesktop.org/wiki/Software/Plymouth/Scripts/
- https://wiki.archlinux.org/title/Plymouth
- https://gitlab.freedesktop.org/plymouth/plymouth/-/blob/main/src/plugins/splash/two-step/plugin.c?ref_type=heads
KSplash for KDE
The KSplash is a short animation shown after the user entered their password until the desktop is fully loaded.
References: