Deutsch   English   Français   Italiano  
<87a5j25fwx.fsf@fatphil.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc
Subject: Re: memory managment and (its) protection under Linux
Date: Wed, 21 Aug 2024 01:28:14 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <va3fre$3iue9$9@dont-email.me>
References: <va24hg$3cdd8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 21 Aug 2024 03:28:14 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="b7054728ccecf746f3a261c5985019ab";
	logging-data="3766729"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/wb14q2ySgvoHIQyKOnJFY"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:by5lbrFfsNs1BK9qv80IaJthdG4=
Bytes: 1612

On Tue, 20 Aug 2024 15:09:03 +0200, MarioCCCP wrote:

> partially OT : programming task Scenario : Debian Bookworm, XFCE4 Very
> often GUI programs show their results in the form of ListBoxes, whose
> content is mainly textual semantically, but very often cannot be
> copied/pasted as text and neither is easy to export as text. I have one
> case in FreeFileSync, that shows lists of files upwards of 500'000
> items, and other deduplicators programs.

Short answer: you are doing it wrong.

Remember, GUIs are not designed to be automated. If you want to extract a 
large list of filenames as output from one program to feed into another, 
you do it from the command line.