Open shervin-chavoshi opened 1 year ago
What is your problem?
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
Try to install:
sudo apt install gstreamer1.0-plugins-good gstreamer1.0-plugins-base gstreamer1.0-libav
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
I never used it in Ubuntu but this should use services similar to plymoth
please prepare standard and good installation document im stuck in installing it in ubunutu