Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the installation is so hard #24

Open
shervin-chavoshi opened this issue Apr 21, 2023 · 5 comments
Open

why the installation is so hard #24

shervin-chavoshi opened this issue Apr 21, 2023 · 5 comments

Comments

@shervin-chavoshi
Copy link

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

@otavio
Copy link
Member

otavio commented Apr 21, 2023

What is your problem?

@shervin-chavoshi
Copy link
Author

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
Copy link
Member

otavio commented Apr 21, 2023

Try to install:

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

@shervin-chavoshi
Copy link
Author

shervin-chavoshi commented Apr 22, 2023

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
Copy link
Member

otavio commented Apr 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants