Impossible to verify GPG signature on Debian Release file

2021-11-22 Thread john doe
Debians, I'm trying to verify the Debian's Release file but to no avail: $gpg --keyserver keyring.debian.org --keyserve r-options auto-key-retrieve --verify Release.gpg Release gpg: Signature made 10/9/2021 11:35:49 AM Romance Daylight Time gpg:using RSA key 0146DC6D4A0B2914BDED3

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Greg Wooledge
On Mon, Nov 22, 2021 at 02:45:28PM -0600, David Wright wrote: > I implied in my first post that a background job started in .xsession > would be killed when the X server terminated, be that by reaching the > end of the .xsession script (if you prefer that expression), or by > killing the X server (

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread David Wright
On Mon 22 Nov 2021 at 10:58:28 (-0500), Greg Wooledge wrote: > On Mon, Nov 22, 2021 at 03:25:02PM +, Musbur wrote: > > Am 20.11.2021 22:19 schrieb Greg Wooledge: > > > On Sat, Nov 20, 2021 at 09:46:24PM +0100, Arkadiusz Dabrowski wrote: > > > > Started with "exec" according to Debian documentat

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread David Wright
On Mon 22 Nov 2021 at 07:31:04 (-0500), Greg Wooledge wrote: > On Sun, Nov 21, 2021 at 11:39:53PM -0600, David Wright wrote: > > On Sun 21 Nov 2021 at 14:16:26 (-0500), Greg Wooledge wrote: > > > So then, it would look something like this: > > > > > > your unison thing & > > > unisonPID=$! > > > o

Re: Offtopic: Transfer a programm from DOS to Linux

2021-11-22 Thread Georgi Naplatanov
On 11/22/21 00:47, Hans wrote: > Hi Georgi, > > yes, that sounds interesting. And fingerprinting of a transceiver is the main > thing. Thus, for example, you can identify people's radio transceivers, they > use to radio interfere. I am a licensed radio amateur, and those people are > often doin

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Greg Wooledge
On Mon, Nov 22, 2021 at 10:58:28AM -0500, Greg Wooledge wrote: > (Unless someone can figure out how to make systemd do this.) Google found which is the first time I've ever seen an attempt at an end user's guide for systemd --user services. So, I de

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Greg Wooledge
On Mon, Nov 22, 2021 at 03:25:02PM +, Musbur wrote: > Am 20.11.2021 22:19 schrieb Greg Wooledge: > > On Sat, Nov 20, 2021 at 09:46:24PM +0100, Arkadiusz Dabrowski wrote: > > > Started with "exec" according to Debian documentation: > > > https://wiki.debian.org/Xsession > > > > You're cargo-cul

Re: Offtopic: Transfer a programm from DOS to Linux

2021-11-22 Thread Nicholas Geovanis
On Sun, Nov 21, 2021, 12:23 PM Nate Bargmann wrote: > Interestingly, it appears that the original author was threatened with > patent infringement of US Patent 5,005,210[1]. It seems as though the > patent may have expired in 2008[2]. > > . > Thanks for that, the usual shady story. > Just

Re: Offtopic: Transfer a programm from DOS to Linux

2021-11-22 Thread Daniel Haude
As I know, there are also bibg applications ported from DOS to linux (like doom), I thoughtm that would be easy - just start a cross compiler, then fix some issues, ready. But I believe, it is not that easy, I suppose, this is a lot lot lot work. And as far as I understood, code from DOS C is fa

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Musbur
Am 20.11.2021 22:19 schrieb Greg Wooledge: On Sat, Nov 20, 2021 at 09:46:24PM +0100, Arkadiusz Dabrowski wrote: Started with "exec" according to Debian documentation: https://wiki.debian.org/Xsession You're cargo-culting stuff with zero understanding. That's not going to help. If you don't k

Re: installation catch 22

2021-11-22 Thread Kent West
On Sat, Nov 20, 2021, 7:47 AM wrote: > I am able ro login in safe mode which has few commands and I am a new user > so I don't know enough. > See reply below (so messages are read in order). > -Original Message- > From: Kent West > To: debian-user@lists.debian.org > Cc: jasheb...@aol

Re: How to cause a process started in .xsessionrc to terminate with x-session termination?

2021-11-22 Thread Greg Wooledge
On Sun, Nov 21, 2021 at 11:39:53PM -0600, David Wright wrote: > On Sun 21 Nov 2021 at 14:16:26 (-0500), Greg Wooledge wrote: > > So then, it would look something like this: > > > > your unison thing & > > unisonPID=$! > > other things you want to run > > magic MATE start command > > kill "$unisonP

Re: ALSA plugins

2021-11-22 Thread Miroslav Skoric
On 11/21/21 9:33 PM, Georgi Naplatanov wrote: On 11/21/21 20:57, Miroslav Skoric wrote: Hi all, I was recently told that ALSA doesn't normally allow sharing a soundcard with two applications, but there are two ALSA plugins, dsnoop and dmix to share capture and playback respectively. I spent som