Re: Nedit opens in a different workspace

2023-02-21 Thread Greg Wooledge
On Tue, Feb 21, 2023 at 01:20:45PM -0800, Van Snyder wrote: > > deb http://deb.debian.org/debian stable main contrib non-free > > That is indeed the line in /etc/apt/sources.list -- because that's what > the Debian installer put there. Was it a "Live" image? I bet it was.

Re: Nedit opens in a different workspace

2023-02-21 Thread Van Snyder
On Tue, 2023-02-21 at 15:43 -0500, Greg Wooledge wrote: > Then your sources.list file was incorrect to begin with.  I'm > guessing > you had something like this: > > > deb http://deb.debian.org/debian stable main contrib non-free > > > You should never use the "stable" alias in the sources.list

Re: Nedit opens in a different workspace

2023-02-21 Thread Dan Ritter
Van Snyder wrote: > I was convinced to do > > apt-get update; apt-get upgrade > > to try to repair a problem in my Debian 10 installation. Now it has a > mish-mash of 10 & 11 pieces. That's not possible unless you also edited /etc/apt/sources.list (or a file in sources.list.d/). Complete

Re: Nedit opens in a different workspace

2023-02-21 Thread Greg Wooledge
On Tue, Feb 21, 2023 at 12:33:28PM -0800, Van Snyder wrote: > I was convinced to do > > apt-get update; apt-get upgrade > > to try to repair a problem in my Debian 10 installation. Now it has a > mish-mash of 10 & 11 pieces. Then your sources.list file was incorrect to begin with. I'm gue