Добавить
Уведомления

How to Set a Startup Sound in Ubuntu

There has been a trend where newer Operating Systems don't have a Startup sound. My subscribers may know that I like OS Startup Sounds, so today I will show you how you can have a startup sound for Ubuntu 20.04 in an Unedited Video! To Install MPV from the Terminal: sudo apt install mpv Code For the startup.sh File: #!/bin/bash cd /home/$USER/Music/Startup\ Sound mpv STARTUP\ FILENAME.mp3 exit

12+
12 просмотров
Год назад
16 октября 2024 г.
12+
12 просмотров
Год назад
16 октября 2024 г.

There has been a trend where newer Operating Systems don't have a Startup sound. My subscribers may know that I like OS Startup Sounds, so today I will show you how you can have a startup sound for Ubuntu 20.04 in an Unedited Video! To Install MPV from the Terminal: sudo apt install mpv Code For the startup.sh File: #!/bin/bash cd /home/$USER/Music/Startup\ Sound mpv STARTUP\ FILENAME.mp3 exit

, чтобы оставлять комментарии