From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 7AFE6382BE0; Sat, 20 Feb 2021 12:44:45 -0500 (EST) Received: from hurricane.the-brannons.com (hurricane.the-brannons.com [216.252.162.32]) by befuddled.reisers.ca (Postfix) with ESMTPS id DE7A7382BDB for ; Sat, 20 Feb 2021 12:44:44 -0500 (EST) Received: from localhost ( [2602:3f:e0f9:dc00::2]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPSA id 27870f93 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 20 Feb 2021 09:44:40 -0800 (PST) From: Chris Brannon To: orca-list , "Speakup is a screen review system for Linux." Subject: Re: Solving screenreader sound problems in presence of sound servers once and for all References: <6bfdca1e-53a1-463d-1bf9-60080a0635f6@poczta.onet.pl> <4efd96e7-bdb8-d542-cbef-f1cdd7e6a92e@slint.fr> <87eehaolmq.fsf@the-brannons.com> Date: Sat, 20 Feb 2021 09:44:39 -0800 In-Reply-To: (Didier Spaier's message of "Sat, 20 Feb 2021 17:14:14 +0100") Message-ID: <87eehamy60.fsf@the-brannons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 List-Id: Didier Spaier writes: > So yes, please let us know. Will you set up a public Git repo? (this is Re: the digression about speechd-up). Hi Didier, I certainly will. It'll be posted on the BLVUUG forge, whenever that's up and running. I need to get cracking on that. I'm going to change the name to speechd-up-ng because I'm making some changes to it that make it not quite a drop-in replacement for speechd-up. E.G., I've removed the dependency on dotconf (never was a huge fan of that) and instead of autotools, I have a tiny, readable, and capable makefile. I've also cut out code to do double forking and manage pid files etc. This last is probably of some concern to you, because I suspect slint probably doesn't have a supervisor that manages foreground services. You could, for instance, run it under the daemonize utility, which handles double-forking and pid file management. -- Chris