Fix splash screen

This commit is contained in:
Michael Zanetti 2021-03-21 19:43:13 +01:00
parent f67ce083ce
commit c3f11f0015
5 changed files with 5 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,10 +1,11 @@
[Unit]
Description=nymea sSplash screen
Description=nymea splash screen
DefaultDependencies=no
After=local-fs.target
ConditionKernelCommandLine=!nosplash
[Service]
ExecStart=/usr/bin/fbi --noverbose -d /dev/fb0 -a /usr/share/nymea-splashscreen/nymea-splash-horizontal.jpg -fitwidth
ExecStart=/usr/bin/fbi --noverbose -d /dev/fb0 -a /usr/share/nymea-splashscreen/nymea-splash-horizontal.png -fitwidth
StandardInput=tty
StandardOutput=tty
#TTYPath=/dev/tty1

View File

@ -77,7 +77,7 @@ Package: nymea-splashscreen
Architecture: any
Section: shells
Multi-Arch: same
Depends: plymouth,
Depends: fbi,
Description: A nymea branded fbi splash theme
This package will install a nymea branded boot splash using fbi.

View File

@ -1,2 +1,2 @@
packaging/linux-common/nymea-splashscreen.service /lib/systemd/system/
packaging/linux-common/nymea-splash-horizontal.jpg /usr/share/nymea-splashscreen/
packaging/linux-common/nymea-splash-horizontal.png /usr/share/nymea-splashscreen/