OSSystems / EasySplash

EasySplash - tool for animated bootsplash screens
Apache License 2.0
70 stars 13 forks source link

why the installation is so hard #24

Open shervin-chavoshi opened 1 year ago

shervin-chavoshi commented 1 year ago

please prepare standard and good installation document im stuck in installing it in ubunutu

otavio commented 1 year ago

What is your problem?

shervin-chavoshi commented 1 year ago

im trying to make splash page when i boot up my ubuntu i wana see the splash page when my system is booting up i build the package with "cargo build --release" when testing custom splash animation using EasySplash i get folowing error image image

otavio commented 1 year ago

Try to install:

sudo apt install gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-libav
shervin-chavoshi commented 1 year ago

tnx dude. now it showing MP4 files but you should be root to run easy splash. i made a service however when my os boot up it dosent show me my splash page. in order to make it service i done folwoing things: sudo nano /lib/systemd/system/easysplash.service and i put:

[Unit]
Description=EasySplash
DefaultDependencies=no
Conflicts=plymouth.service
After=local-fs.target

[Service]
ExecStart=/usr/local/bin/easysplash open /home/sh/Documents/EasySplash/EasySplash-master/data/CustomSplash
ExecStop=/usr/local/bin/easysplash client stop
RemainAfterExit=yes

[Install]
WantedBy=sysinit.target

then

sudo systemctl enable easysplash.service && sudo systemctl start easysplash.service

but when i reboot there is no splash page

image

otavio commented 1 year ago

I never used it in Ubuntu but this should use services similar to plymoth