EasySplash icon indicating copy to clipboard operation
EasySplash copied to clipboard

why the installation is so hard

Open shervin-chavoshi opened this issue 2 years ago • 5 comments

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

shervin-chavoshi avatar Apr 21 '23 14:04 shervin-chavoshi

What is your problem?

otavio avatar Apr 21 '23 16:04 otavio

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

shervin-chavoshi avatar Apr 21 '23 18:04 shervin-chavoshi

Try to install:

sudo apt install gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-libav

otavio avatar Apr 21 '23 21:04 otavio

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

shervin-chavoshi avatar Apr 22 '23 18:04 shervin-chavoshi

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

otavio avatar Apr 27 '23 11:04 otavio