Re: What programs do you make sure are installed on a new Linux

Liste des GroupesRevenir à ol misc 
Sujet : Re: What programs do you make sure are installed on a new Linux
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.misc
Date : 17. Jul 2024, 09:48:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v77t09$1o8om$1@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Pan/0.158 (Avdiivka; )
On Wed, 17 Jul 2024 08:13:26 +0100, Richard Kettlewell wrote:

Lawrence D'Oliveiro <ldo@nz.invalid> writes:
>
On Tue, 16 Jul 2024 21:09:52 +0100, Richard Kettlewell wrote:
>
Windows executables either use the CUI (console) or GUI subsystem, and
this is represented by a field in the PE file header, rather than
being a behavior of the application after it starts.
>
Which is a pretty dumb way of doing it, don’t you think?
 
It’s not necessarily how I’d have done it, but in the big picture, it
doesn’t seem very different from any other way that an application
declares its dependencies and the system arranges for them to be
satisfied.

It is the reason you need two different versions of the Python interpreter
on Windows. Or of any other language interpreter that wants to offer the
option of running with a GUI or without.

But it was all a part of the 1990s trend of building the GUI
inextricably into the OS kernel. A trend which *nix-type systems never
succumbed to.
 
AFAIK the only graphical component of Windows that was ever in the
kernel was GDI, which is a low-level drawing AP and isn’t relevant here.

It is the reason why the use of a GUI has to be declared within the
executable, before it can even start executing. So that the part of the
kernel that is responsible for launching executables can decide whether to
set up the process to use a GUI or not.

Date Sujet#  Auteur
7 Jul 24 * What programs do you make sure are installed on a new Linux install?191Borax Man
7 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?4rbowman
7 Jul 24 i`* Re: What programs do you make sure are installed on a new Linux install?3Lawrence D'Oliveiro
7 Jul 24 i `* Re: What programs do you make sure are installed on a new Linux install?2rbowman
7 Jul 24 i  `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
7 Jul 24 +- Re: What programs do you make sure are installed on a new Linux install?1vallor
7 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?31yeti
7 Jul 24 i`* Re: What programs do you make sure are installed on a new Linux install?30Lawrence D'Oliveiro
7 Jul 24 i `* Re: What programs do you make sure are installed on a new Linux install?29yeti
7 Jul 24 i  +* Re: What programs do you make sure are installed on a new Linux install?3Borax Man
7 Jul 24 i  i`* Re: What programs do you make sure are installed on a new Linux install?2yeti
7 Jul 24 i  i `- Re: What programs do you make sure are installed on a new Linux install?1Borax Man
7 Jul 24 i  +* Re: What programs do you make sure are installed on a new Linux install?17Lawrence D'Oliveiro
7 Jul 24 i  i+* Re: What programs do you make sure are installed on a new Linux install?12rbowman
7 Jul 24 i  ii+* Re: What programs do you make sure are installed on a new Linux install?7Lawrence D'Oliveiro
8 Jul 24 i  iii`* Re: What programs do you make sure are installed on a new Linux install?6Popping Mad
8 Jul 24 i  iii +- Re: What programs do you make sure are installed on a new Linux install?1rbowman
8 Jul 24 i  iii +* Re: What programs do you make sure are installed on a new Linux install?3Lawrence D'Oliveiro
8 Jul 24 i  iii i`* Re: What programs do you make sure are installed on a new Linux install?2Nuno Silva
9 Jul 24 i  iii i `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
8 Jul 24 i  iii `- Re: What programs do you make sure are installed on a new Linux install?1D
9 Jul 24 i  ii`* Re: What programs do you make sure are installed on a new Linux install?4The Natural Philosopher
10 Jul 24 i  ii `* Re: What programs do you make sure are installed on a new Linux install?3Lawrence D'Oliveiro
11 Jul 24 i  ii  `* Re: What programs do you make sure are installed on a new Linux install?2Popping Mad
11 Jul 24 i  ii   `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
8 Jul 24 i  i+- Re: What programs do you make sure are installed on a new Linux install?1Computer Nerd Kev
8 Jul 24 i  i+- Re: What programs do you make sure are installed on a new Linux install?1Popping Mad
8 Jul 24 i  i`* Re: What programs do you make sure are installed on a new Linux install?2Bobbie Sellers
8 Jul 24 i  i `- Re: What programs do you make sure are installed on a new Linux install?1yeti
9 Jul 24 i  `* Re: What programs do you make sure are installed on a new Linux install?8Lawrence D'Oliveiro
9 Jul 24 i   +* Re: What programs do you make sure are installed on a new Linux install?6yeti
9 Jul 24 i   i`* Re: What programs do you make sure are installed on a new Linux install?5Lawrence D'Oliveiro
9 Jul 24 i   i `* Re: What programs do you make sure are installed on a new Linux install?4yeti
9 Jul 24 i   i  +* Re: What programs do you make sure are installed on a new Linux install?2D
9 Jul 24 i   i  i`- Re: What programs do you make sure are installed on a new Linux install?1yeti
10 Jul 24 i   i  `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
9 Jul 24 i   `- Re: What programs do you make sure are installed on a new Linux install?1rbowman
7 Jul 24 +- Re: What programs do you make sure are installed on a new Linux install?1The Natural Philosopher
7 Jul 24 +- Re: What programs do you make sure are installed on a new Linux install?1D
7 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?23candycanearter07
7 Jul 24 i+- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
7 Jul 24 i+* Re: What programs do you make sure are installed on a new Linux install?4rbowman
7 Jul 24 ii+- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
8 Jul 24 ii`* Re: What programs do you make sure are installed on a new Linux install?2Borax Man
8 Jul 24 ii `- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
8 Jul 24 i`* Re: What programs do you make sure are installed on a new Linux install?17Borax Man
8 Jul 24 i `* Re: What programs do you make sure are installed on a new Linux install?16candycanearter07
10 Jul 24 i  `* Re: What programs do you make sure are installed on a new Linux install?15Borax Man
10 Jul 24 i   +* Re: What programs do you make sure are installed on a new Linux install?11candycanearter07
10 Jul 24 i   i+* Re: What programs do you make sure are installed on a new Linux install?4Nuno Silva
12 Jul 24 i   ii`* Re: What programs do you make sure are installed on a new Linux install?3Borax Man
13 Jul 24 i   ii `* Re: What programs do you make sure are installed on a new Linux install?2Nuno Silva
14 Jul 24 i   ii  `- Re: What programs do you make sure are installed on a new Linux install?1Borax Man
12 Jul 24 i   i`* Re: What programs do you make sure are installed on a new Linux install?6Borax Man
13 Jul 24 i   i `* Re: What programs do you make sure are installed on a new Linux install?5candycanearter07
14 Jul 24 i   i  `* Re: What programs do you make sure are installed on a new Linux install?4Borax Man
14 Jul 24 i   i   `* Re: What programs do you make sure are installed on a new Linux install?3candycanearter07
16 Jul 24 i   i    `* Re: What programs do you make sure are installed on a new Linux install?2Borax Man
16 Jul 24 i   i     `- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
11 Jul 24 i   `* Re: What programs do you make sure are installed on a new Linux install?3Lawrence D'Oliveiro
11 Jul 24 i    +- Re: What programs do you make sure are installed on a new Linux install?1vallor
13 Jul 24 i    `- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
7 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?5Fritz Wuehler
7 Jul 24 i+- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
8 Jul 24 i`* Re: What programs do you make sure are installed on a new Linux install?3Fritz Wuehler
9 Jul 24 i +- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
9 Jul 24 i `- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
8 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?108Computer Nerd Kev
8 Jul 24 i+* Re: What programs do you make sure are installed on a new Linux install?2yeti
9 Jul 24 ii`- Re: What programs do you make sure are installed on a new Linux install?1Computer Nerd Kev
8 Jul 24 i+* Re: What programs do you make sure are installed on a new Linux install?12Lawrence D'Oliveiro
9 Jul 24 ii`* Re: What programs do you make sure are installed on a new Linux install?11Computer Nerd Kev
9 Jul 24 ii `* Re: What programs do you make sure are installed on a new Linux install?10Lawrence D'Oliveiro
9 Jul 24 ii  +* Re: What programs do you make sure are installed on a new Linux install?7candycanearter07
9 Jul 24 ii  i`* Re: What programs do you make sure are installed on a new Linux install?6Nuno Silva
10 Jul 24 ii  i `* Re: What programs do you make sure are installed on a new Linux install?5candycanearter07
11 Jul 24 ii  i  `* Re: What programs do you make sure are installed on a new Linux install?4Lawrence D'Oliveiro
13 Jul 24 ii  i   `* Re: What programs do you make sure are installed on a new Linux install?3candycanearter07
14 Jul 24 ii  i    `* Re: What programs do you make sure are installed on a new Linux install?2Lawrence D'Oliveiro
14 Jul 24 ii  i     `- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
10 Jul 24 ii  `* Re: What programs do you make sure are installed on a new Linux install?2Computer Nerd Kev
10 Jul 24 ii   `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
8 Jul 24 i`* Re: What programs do you make sure are installed on a new Linux install?93Borax Man
8 Jul 24 i `* Re: What programs do you make sure are installed on a new Linux install?92candycanearter07
8 Jul 24 i  +* Re: What programs do you make sure are installed on a new Linux install?77Simon
8 Jul 24 i  i+* Re: What programs do you make sure are installed on a new Linux install?70candycanearter07
8 Jul 24 i  ii+* Re: What programs do you make sure are installed on a new Linux install?2Simon
9 Jul 24 i  iii`- Re: What programs do you make sure are installed on a new Linux install?1candycanearter07
9 Jul 24 i  ii+* Re: What programs do you make sure are installed on a new Linux install?8Lawrence D'Oliveiro
9 Jul 24 i  iii`* Re: What programs do you make sure are installed on a new Linux install?7candycanearter07
9 Jul 24 i  iii `* Re: What programs do you make sure are installed on a new Linux install?6rbowman
10 Jul 24 i  iii  `* Re: What programs do you make sure are installed on a new Linux install?5candycanearter07
10 Jul 24 i  iii   `* Re: What programs do you make sure are installed on a new Linux install?4rbowman
11 Jul 24 i  iii    `* Re: What programs do you make sure are installed on a new Linux install?3Lawrence D'Oliveiro
11 Jul 24 i  iii     `* Re: What programs do you make sure are installed on a new Linux install?2rbowman
11 Jul 24 i  iii      `- Re: What programs do you make sure are installed on a new Linux install?1Lawrence D'Oliveiro
9 Jul 24 i  ii`* Re: What programs do you make sure are installed on a new Linux install?59Popping Mad
9 Jul 24 i  ii +* Re: What programs do you make sure are installed on a new Linux install?23The Natural Philosopher
10 Jul 24 i  ii i`* Re: What programs do you make sure are installed on a new Linux install?22candycanearter07
10 Jul 24 i  ii i +* Re: What programs do you make sure are installed on a new Linux install?9The Natural Philosopher
11 Jul 24 i  ii i i`* Re: What programs do you make sure are installed on a new Linux install?8rbowman
11 Jul 24 i  ii i `* Re: What programs do you make sure are installed on a new Linux install?12Lawrence D'Oliveiro
10 Jul 24 i  ii `* Re: What programs do you make sure are installed on a new Linux install?35Borax Man
8 Jul 24 i  i`* Re: What programs do you make sure are installed on a new Linux install?6rbowman
17 Jul 24 i  `* Re: What programs do you make sure are installed on a new Linux14Jack Strangio
8 Jul 24 +- Re: What programs do you make sure are installed on a new Linux install?1Nuno Silva
8 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?7Anssi Saari
12 Jul 24 +* Re: What programs do you make sure are installed on a new Linux install?5Ben Collver
17 Jul 24 +- Re: What programs do you make sure are installed on a new Linux install?1Jack Strangio
17 Jul 24 `* Re: What programs do you make sure are installed on a new Linux install?2Richard Kettlewell

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal