VB is handier - and often faster.
ANYWAY, I just hosed the attempted BullsEye partition
and installed MINT today. It, and all the software,
works properly. Don't care for some of the weird
'Buntu irregularities, but (a) IT WORKS and (b)
in-place version upgrades work much better. Now
have a nice shiny LXDE Mint LTS install.
Brute-force copied my old home directory on top
of the one made in Mint (minus a few touchy
config files). All is well. Hours to re-install
a fair selection of the apps I had before alas.
Had to hose my old FireFox profile though.
DID bring over the VB config files - and all my
old 'machines' were there and waiting, didn't
have to 'add' a single one. DID have to tweak
the main binary though or only root could
start VB.
For some reason Mint came with an old, 2.0.6,
version of Lazarus. Had to tweak a recent pgm
in a few places - the newest way of initializing
random-length array vars didn't work and the
splitstring() function wasn't there (just a few
lines to make my own though based on tStringHelper
options that WERE there). There's always my old
Field() function if that didn't work ... borrowed
that idea from a PICK-OS derivative decades ago.
READING ascii-delimited fields/subfields/subsubfields
is EASY - but try EDITING the damned things. "Context"
comes in big-time, the "What do you REALLY want to
do here ?". There doesn't seem to be a "general
purpose solution" and I tried it half a dozen ways.
Until recently I did a lot of Python3, often using
Tk for GUIs, but I've gone back to Delphi, so to
speak, and you can make really good GUIs super-fast
with Laz - fairly portable too. CodeBlocks/C for
services and such though. I even have a VM of DOS2 -
with the IBM Pascal compiler suite on it :-) I like
Pascal. Got CodeBlocks set up to use gdc and dmd
compilers today too - try my hand at a little 'D'.
In six months or so I'll have another go at upgrading
Buster to BullsEye. By then they'll probably have it
more sorted out. ACCIDENTLY went from Stretch to Buster
(think I got the Buster repos mixed in there), and it
went much more smoothly than my Buster->BullsEye.