I run x2go server (custom: /usr/bin/wmaker). When starting WindowMaker I run:
xset b off
which should switch off the bell. But quite often the bell still works, even after logging out and in. Anyone a hint?
R.
-- richard lucassen http://contact.xaq.nl/
What do you mean by "still works"? What does xset q say?
$ xset q | grep bell bell percent: 50 bell pitch: 400 bell duration: 100 $ xset b off $ xset q | grep bell bell percent: 0 bell pitch: 400 bell duration: 100
On Tue, Jun 29, 2021 at 11:27 AM richard lucassen <mailinglists@lucassen.org> wrote:
I run x2go server (custom: /usr/bin/wmaker). When starting WindowMaker I run:
xset b off
which should switch off the bell. But quite often the bell still works, even after logging out and in. Anyone a hint?
R.
-- richard lucassen http://contact.xaq.nl/
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
On Tue, 29 Jun 2021 11:34:57 +0200 Ulrich Sibiller <uli42@gmx.de> wrote:
What do you mean by "still works"? What does xset q say?
$ xset q | grep bell bell percent: 50 bell pitch: 400 bell duration: 100 $ xset b off $ xset q | grep bell bell percent: 0 bell pitch: 400 bell duration: 100
$ xset q | grep bell bell percent: 0 bell pitch: 400 bell duration: 100
But if I press e.g. <backspace> at the prompt, I still hear <beep>.
-- richard lucassen http://contact.xaq.nl/
Well, I guess you have ""use system sound for bell" or similar activated in your remote desktop environment. Or maybe check if one of these options helps: https://superuser.com/questions/1108120/how-to-disable-bash-on-windows-notif...
Uli
On Tue, Jun 29, 2021 at 6:05 PM richard lucassen <mailinglists@lucassen.org> wrote:
On Tue, 29 Jun 2021 11:34:57 +0200 Ulrich Sibiller <uli42@gmx.de> wrote:
What do you mean by "still works"? What does xset q say?
$ xset q | grep bell bell percent: 50 bell pitch: 400 bell duration: 100 $ xset b off $ xset q | grep bell bell percent: 0 bell pitch: 400 bell duration: 100
$ xset q | grep bell bell percent: 0 bell pitch: 400 bell duration: 100
But if I press e.g. <backspace> at the prompt, I still hear <beep>.
-- richard lucassen http://contact.xaq.nl/
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
On Wed, 30 Jun 2021 08:28:48 +0200 Ulrich Sibiller <uli42@gmx.de> wrote:
Well, I guess you have ""use system sound for bell" or similar activated in your remote desktop environment. Or maybe check if one of these options helps: https://superuser.com/questions/1108120/how-to-disable-bash-on-windows-notif...
Uli, you're great :-)
echo "set bell-style none" >> ~/.inputrc
did the job.
R.
-- richard lucassen http://contact.xaq.nl/
Nice to hear that it's solved now. ;-)
On Wed, Jun 30, 2021 at 9:25 AM richard lucassen <mailinglists@lucassen.org> wrote:
On Wed, 30 Jun 2021 08:28:48 +0200 Ulrich Sibiller <uli42@gmx.de> wrote:
Well, I guess you have ""use system sound for bell" or similar activated in your remote desktop environment. Or maybe check if one of these options helps: https://superuser.com/questions/1108120/how-to-disable-bash-on-windows-notif...
Uli, you're great :-)
echo "set bell-style none" >> ~/.inputrc
did the job.
R.
-- richard lucassen http://contact.xaq.nl/
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user