On Saturday, 19-10-2024 at 13:54 George at Clug wrote:
>
>
> On Saturday, 19-10-2024 at 13:36 Timothy M Butterworth wrote:
> > On Fri, Oct 18, 2024 at 7:10 PM Arbol One <arbol...@hotmail.ca> wrote:
> >
> > > Hello everyone.
> > >
> > > Could anyone tell me how to make Debian 12-gnome-terminal make a beep
> > > sound after completing a shell script.
> > > Thanks in advance.
> > >
> >
> > Instead of a plain beep you can play an mp3 instead.
> >
> > sudo apt install alsaplayer-text
> >
> > alsaplayer "/Path/To/Mp3"
>
> I tested this with user account:
>
> $ aplay /usr/share/sounds/purple/alert.wav
>
When logged in as root, the following worked for me using a local user account
(e.g. not the root user):
# runuser --user notroot -- bash -lic 'aplay /usr/share/sounds/purple/alert.wav'
>
>
>
>
> >
> > This works on my system.
> >
> >
> > >
> > > --
> > > *ArbolOne ™*
> > > Using Fire Fox and Thunderbird.
> > > ArbolOne is composed of students and volunteers dedicated to providing
> > > free services to charitable organizations.
> > > ArbolOne's development on Java, PostgreSQL, HTML and Jakarta EE is in
> > > progress [ í ]
> > >
> >
> >
> > --
> > ⢀⣴⠾⠻⢶⣦⠀
> > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
> > ⠈⠳⣄⠀⠀
> >
>
>