Re: beeps and other sounds

2024-10-23 Thread eben
On 10/22/24 23:24, Will Mengarini wrote: * e...@gmx.us [24-10/22=Tue 11:06 -0400]: On 10/18/24 21:14, Raj Kiran Grandhi wrote: Another issue is that some newer motherboards might not even have the beeper physically installed. There is that. Fortunately you can buy them cheaply. Well, tiny

Re: beeps and other sounds

2024-10-23 Thread George at Clug
On Wednesday, 23-10-2024 at 14:24 Will Mengarini wrote: > * e...@gmx.us [24-10/22=Tue 11:06 -0400]: > > On 10/18/24 21:14, Raj Kiran Grandhi wrote: > >> Another issue is that some newer motherboards might not even have the > >> beeper physically installed. > > > > There is that. Fortunately yo

Re: beeps and other sounds

2024-10-22 Thread Felix Miata
Will Mengarini composed on 2024-10-22 20:24 (UTC-0700): > * e...@gmx.us [24-10/22=Tue 11:06 -0400]: >> Raj Kiran Grandhi wrote: >>> Another issue is that some newer motherboards might not even have the >>> beeper physically installed. >> There is that. Fortunately you can buy them >> cheaply.

Re: beeps and other sounds

2024-10-22 Thread Will Mengarini
* e...@gmx.us [24-10/22=Tue 11:06 -0400]: > On 10/18/24 21:14, Raj Kiran Grandhi wrote: >> Another issue is that some newer motherboards might not even have the >> beeper physically installed. > > There is that. Fortunately you can buy them > cheaply. Well, tiny piezo things that do the job. Th

Re: beeps and other sounds

2024-10-22 Thread eben
On 10/18/24 21:14, Raj Kiran Grandhi wrote: On Sat, Oct 19, 2024 at 4:03 AM Greg Wooledge wrote: The terminal may cause the system to beep, or it may flash, or it may do nothing at all. My configuration of gnome-terminal makes an audible beep, but it's not the same pitch as the actual consol

Re: beeps and other sounds

2024-10-19 Thread Brad Rogers
On Sat, 19 Oct 2024 19:26:02 + fxkl4...@protonmail.com wrote: Hello fxkl4...@protonmail.com, >i've never been able to get speech dispatcher to say anything >understandable I decided to have a play with speech dispatcher, just for fun. After I installed it, and entered the command string Arb

Re: beeps and other sounds

2024-10-19 Thread fxkl47BF
On Sat, 19 Oct 2024, Arbol One wrote: > > Try this, it's so much fun!! > > sleep 1; spd-say I; sleep 0.5; spd-say am; sleep 1; spd-say finished > i've never been able to get speech dispatcher to say anything understandable

Re: beeps and other sounds

2024-10-19 Thread songbird
Greg Wooledge wrote: > On Fri, Oct 18, 2024 at 15:05:31 -0700, Larry Martell wrote: >> On Fri, Oct 18, 2024 at 3:00 PM Arbol One wrote: >> > >> > Hello everyone. >> > >> > Could anyone tell me how to make Debian 12-gnome-terminal make a beep >> > sound after completing a shell script. >> >> Way

Re: beeps and other sounds

2024-10-19 Thread Max Nikulin
On 19/10/2024 20:17, Greg Wooledge wrote: So, in conclusion, I really don't understand*nearly* enough about what's happening here. Do not forget about udev + systemd-logind uaccess feature that removes and adds ACLs to audio devices to the active user on VT switching. You may use "ps auxfw"

Re: beeps and other sounds

2024-10-19 Thread Arbol One
Try this, it's so much fun!! sleep 1; spd-say I; sleep 0.5; spd-say am; sleep 1; spd-say finished On 2024-10-18 10:02 p.m., Timothy M Butterworth wrote: On Fri, Oct 18, 2024 at 7:10 PM Arbol One wrote: Hello everyone. Could anyone tell me how to make Debian 12-gnome-terminal make a

Re: beeps and other sounds

2024-10-19 Thread Greg Wooledge
On Sat, Oct 19, 2024 at 15:02:56 +1100, George at Clug wrote: > On Saturday, 19-10-2024 at 14:20 Greg Wooledge wrote: > > I also wonder whether runuser is actually needed there, or whether > > setpriv would be sufficient.  It might depend on whether "notroot" is > > already logged in to establish a

Re: beeps and other sounds

2024-10-18 Thread George at Clug
On Saturday, 19-10-2024 at 14:20 Greg Wooledge wrote: > On Sat, Oct 19, 2024 at 13:58:56 +1100, George at Clug wrote: > > 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/

Re: beeps and other sounds

2024-10-18 Thread Greg Wooledge
On Sat, Oct 19, 2024 at 13:58:56 +1100, George at Clug wrote: > 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' Huh, interesting. That --user option

Re: beeps and other sounds

2024-10-18 Thread George at Clug
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 wrote: > > > > > Hello everyone. > > > > > > Could anyone tell me how to make Debian 12-gnome-terminal make a beep > > > so

Re: beeps and other sounds

2024-10-18 Thread George at Clug
On Saturday, 19-10-2024 at 13:36 Timothy M Butterworth wrote: > On Fri, Oct 18, 2024 at 7:10 PM Arbol One 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. > > > > Instea

Re: beeps and other sounds

2024-10-18 Thread Timothy M Butterworth
On Fri, Oct 18, 2024 at 7:10 PM Arbol One 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 als

Re: beeps and other sounds

2024-10-18 Thread George at Clug
On Saturday, 19-10-2024 at 13:08 Timothy M Butterworth wrote: > On Fri, Oct 18, 2024 at 7:10 PM Arbol One 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. > > > I googled

Re: beeps and other sounds

2024-10-18 Thread Timothy M Butterworth
On Fri, Oct 18, 2024 at 7:10 PM Arbol One 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. > I googled around and found: - tput bel: This command uses the tput utility to send the

Re: beeps and other sounds

2024-10-18 Thread Timothy M Butterworth
On Fri, Oct 18, 2024 at 10:08 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Fri, Oct 18, 2024 at 7:10 PM Arbol One wrote: > >> Hello everyone. >> >> Could anyone tell me how to make Debian 12-gnome-terminal make a beep >> sound after completing a shell script. >> Tha

Re: beeps and other sounds

2024-10-18 Thread Timothy M Butterworth
On Fri, Oct 18, 2024 at 7:10 PM Arbol One 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. > I would also like to know how to do that. If you figure it out please post it to the list.

Re: beeps and other sounds

2024-10-18 Thread Raj Kiran Grandhi
On Sat, Oct 19, 2024 at 4:03 AM Greg Wooledge wrote: > > The more-portable version of this is printf '\a'. > > The issue, though, is that what the terminal *does* with this \007 > byte depends on a truly formidable number of different settings and > layers. The terminal may cause the system to be

Re: beeps and other sounds

2024-10-18 Thread Greg Wooledge
On Fri, Oct 18, 2024 at 15:05:31 -0700, Larry Martell wrote: > On Fri, Oct 18, 2024 at 3:00 PM Arbol One wrote: > > > > Hello everyone. > > > > Could anyone tell me how to make Debian 12-gnome-terminal make a beep sound > > after completing a shell script. > > Way back in the day I used to do th

Re: beeps and other sounds

2024-10-18 Thread Larry Martell
On Fri, Oct 18, 2024 at 3:00 PM Arbol One wrote: > > Hello everyone. > > Could anyone tell me how to make Debian 12-gnome-terminal make a beep sound > after completing a shell script. Way back in the day I used to do this: echo '^G'

Re: beeps and other sounds

2024-10-18 Thread Boyan Penkov
https://packages.debian.org/bookworm/beep ``` ./my_thing.sh && beep ``` is the first-level thing to do... Cheers! On Fri, Oct 18, 2024 at 2:55 PM Arbol One wrote: > > Hello everyone. > > Could anyone tell me how to make Debian 12-gnome-terminal make a beep sound > after completing a shell scr

beeps and other sounds

2024-10-18 Thread Arbol One
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. -- */ArbolOne ™/* Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable