I recently wanted to run tegaki, and my experience is pretty much summed up by the meme. I consider myself fairly tech-savvy, but I just couldn’t figure out how to compile it. So I just gave up, downloaded the .exe
and put it into a fresh wine prefix. After installing CJK fonts, everything ran fine. Now I’m trying to get gpaint to work. My distro recently dropped support for [[[ EDIT: gtk2 is alive and well. I was just being and idiot and searching for gtk+2
(which I am fairly pissed about, since it’s the last good version of GTK+), so I have to set that up manually as well.gtk2
, when the package is actually called gtk+2
. ]]] I installed all of the dependencies that ./configure
told me to, but I still kept getting obscure errors when running make
.
So, here’s my question: what tools make the process of running abandonware easier? Docker containers? Also, what can I use to package abandonware in order to make it easy for other people to run? Flatpak? Appimages? Any advice is appreciated!
Also, inb4 “just find a modern alternative”. That would be a reasonable solution. I don’t want reasonable solutions!
Pull a docker image of an old distro into an apptainer sandbox, install what you need within, then make a
.sif
image, should work pretty much in perpetuity. You can also try to make an Appimage.That’s what DistroBox is for: https://github.com/89luca89/distrobox
I was coming here to post this.
TIL about sif. Thanks, will give it a try!
I am a beginner Linux user, if above scenario happens to me , I will not know what the hell you are talking about and just get windows, the linux community , here does not support the average user even in memes.
This was just an outline of what you could do in the scenario, not a full solution. Looking up the keywords, “Apptainer” (+sandbox), “.sif”, and “AppImage” should give you a starting point, and any specific questions can be answered separately. You are right that people could be jerks to beginners but this is rarely the intent. Not all discourse about Linux has to be at a beginner level, and packaging legacy software is not really a beginner topic.
I am using linux for 20+ years and don’t understand what they said. And I don’t even want to, I was using wine to run open source software before flatpak, when I need it once a year.