https://github.com/alex313031/drumroll-service
Simple package to restore the bootup sound in Ubuntu 18.04 - 22.10
https://github.com/alex313031/drumroll-service
bootup ubuntu ubuntu-sounds ubuntu1804 ubuntu2004 ubuntu2204 ubuntu2204lts
Last synced: about 1 year ago
JSON representation
Simple package to restore the bootup sound in Ubuntu 18.04 - 22.10
- Host: GitHub
- URL: https://github.com/alex313031/drumroll-service
- Owner: Alex313031
- License: gpl-2.0
- Created: 2022-12-22T14:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T16:49:34.000Z (almost 2 years ago)
- Last Synced: 2025-06-14T22:48:19.228Z (about 1 year ago)
- Topics: bootup, ubuntu, ubuntu-sounds, ubuntu1804, ubuntu2004, ubuntu2204, ubuntu2204lts
- Language: Shell
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drumroll-service 
Simply a package that installs a systemd service to play the Ubuntu startup sound, which was the default from 4.04 until 17.10.
Note this is __*NOT*__ a "login sound", which is easy to do, and when I googled how to restore the __boot__ sound, all I found was how to play a sound *after* one logs in, UNTIL I finally came across this > https://askubuntu.com/questions/973680/how-to-bring-back-drum-roll-sound-in-ubuntu-17-10-when-system-is-ready-for-user/1050000
I decided to make a debian package out of it to ease installation. I included the author of that comment in the copyright file.
Sooooo.... here ya'll go. Long Live Ubuntu!
## Building
Simply run `./build.sh` \
Install with `sudo dpkg --install *name of file*` \
It depends on pulseaudio-utils, libasound2, ubuntu-sounds, and libcanberra-gtk-module (the first two should already be installed).
### Note
Also in this repo is a handy script I made called `post-ubuntu.sh`, which installs handy packages for Ubuntu 16.04, 18.04, 20.04, and 22.04.
Run it without any flags, or with the `--help` flag to see how to use it.